Home
last modified time | relevance | path

Searched refs:compiler (Results 1 – 25 of 267) sorted by relevance

1234567891011

/dragonfly/contrib/gcc-4.7/gcc/doc/
HDbugreport.texi34 If the compiler gets a fatal signal, for any input whatever, that is a
35 compiler bug. Reliable compilers never crash.
40 If the compiler produces invalid assembly code, for any input whatever
41 (except an @code{asm} statement), that is a compiler bug, unless the
42 compiler reports errors (not just warnings) which would ordinarily
49 If the compiler produces valid assembly code that does not correctly
50 execute the input source code, that is a compiler bug.
54 the desired results with another C or C++ compiler.
62 as in @code{f (*p++, *p++)}. Your previous compiler might have
64 interpret it another way. Neither compiler is wrong. The bug is
[all …]
HDmakefile.texi38 Delete the files made while building the compiler.
84 the various steps of the build, including bootstrapping the compiler
85 and using the new compiler to build target libraries.
89 that GCC is built three times---once with the native compiler, once with
90 the native-built compiler it just built, and once with the compiler it
94 due to ABI incompatibilities between the native compiler and GCC.
102 compiler as bootstrapping from scratch, but it ensures that the new
105 failures@footnote{Except if the compiler was buggy and miscompiled
119 bootstrap, this does not perform a comparison to test that the compiler
135 Compares the results of stages 2 and 3. This ensures that the compiler
[all …]
HDcollect2.texi26 the end of your compiler command line to resolve this reference.)
29 where the passes of the compiler are installed. When @code{collect2}
39 @file{real-ld} in the directories listed in the compiler's search
51 @file{ld} in the compiler's search directories, except that
58 ``The compiler's search directories'' means all the directories where
59 @command{gcc} searches for passes of the compiler. This includes
66 @file{real-ld} in the compiler's search directories.
76 @file{ld} in the compiler's search directories.
HDcompat.texi23 A compiler conforms to an ABI if it generates code that follows all of
59 The application binary interface implemented by a C or C++ compiler
77 In addition, the application binary interface implemented by a C++ compiler
92 Some GCC compilation options cause the compiler to generate code that
107 This C++ ABI is also implemented by other compiler vendors on some
117 The C++ library used with a C++ compiler includes the Standard C++
122 other and if they are both built with the same compiler, or with compilers
123 that conform to the same ABI for C++ compiler and runtime support.
125 When G++ and another C++ compiler conform to the same C++ ABI, but the
130 header files when invoking the compiler whose usual library is not being
[all …]
HDfrontends.texi38 The part of a compiler that is specific to a particular language is
50 The C++ compiler is G++, the Ada compiler is GNAT, and so on. When we
52 compiler by its own name, or as GCC@. Either is correct.
54 @cindex compiler compared to C++ preprocessor
HDconfigterms.texi32 is different, you are using a cross-compiler to build a native for a
35 are the same, but host is different, you are using a cross compiler to
36 build a cross compiler that produces code for the machine you're
43 compiler that will be used to build the target libraries (if you
44 configured with @option{--target=foo-bar}, this compiler will be called
52 building a compiler, you're building libraries). The configure/make
HDportability.texi20 the compiler needs information that is difficult to express in this
23 compiler; it was not of interest for its own sake.
38 if this happens because the compiler will call @code{abort}. Fortunately,
HDheaderdirs.texi30 use. For a cross-compiler, this is the equivalent of
31 @file{/usr/include}. When you build a cross-compiler,
HDsourcebuild.texi529 to check just the compiler or the compiler and runtime library for the
582 Certain files are special and other parts of the compiler depend on
600 compiler for that language is not installed.
642 Ada compiler is not already installed).
648 If defined, a space-separated list of compiler executables that will
709 compiler executables listed in @code{compilers} in
733 Uninstall files installed by installing the compiler. This is
845 GCC contains several testsuites to help maintain compiler quality.
871 but just happens to exercise a bug somewhere in the compiler, and a
1005 @subsubsection Specify additional compiler options
[all …]
HDobjc.texi287 the compiler and by the runtime, but you generally do not need to know
290 The Objective-C compiler generates type encodings for all the types.
338 @tab an @code{enum} is encoded exactly as the integer type that the compiler uses for it, which dep…
339 values. Often the compiler users @code{unsigned int}, which is then encoded as @code{I}.
345 …e of the bit-field (the bit-fields encoding was changed from the NeXT's compiler encoding, see bel…
382 compiler on an i386 machine:
414 In addition to the types the compiler also encodes the type
509 the compiler uses 'i' or 'I' instead if encoding a struct field or a
527 @code{@@encode(int)} is compiled by the compiler into @code{"i"}.
595 To enable the support for it you have to configure the compiler using
[all …]
HDlanguages.texi15 Writing a compiler as a front end for GCC, rather than compiling
31 Because of the advantages of writing a compiler as a GCC front end,
HDfragments.texi98 installation. When multilib-enabled, the compiler will add a
134 compiler. In that case, set @code{MULTILIB_EXTRA_OPTS} to be the list
154 exclusively the multilib directory. Otherwise, the compiler will
176 files and system header files with additional locations. The compiler
198 as if they had been passed in the compiler driver command line.
209 These are extra flags to pass to the C compiler. They are used both
HDhostconfig.texi11 Most details about the machine and system on which the compiler is
49 free in some subsequent invocation of the compiler. We intend to load
182 A C expression for the status code to be returned when the compiler
188 A C expression for the status code to be returned when the compiler
197 compiler itself allocate memory. It does not change code generation.
199 When GCC is built with a compiler other than itself, the C @code{alloca}
/dragonfly/sys/contrib/dev/acpica/source/compiler/
HDreadme.txt2 * Miscellaneous instructions for building and using the iASL compiler.
10 Generation of the ASL compiler from source code requires these items:
13 2) An ANSI C compiler.
18 generate the compiler (Basically, the entire ACPICA source tree should
21 1) The ASL compiler source.
40 gcc C compiler
43 On Linux/Unix systems, the following commands will build the compiler:
89 This procedure adds the iASL compiler as a custom tool that can be used
111 "Command" must be the path to wherever you copied the compiler.
112 "-vi" instructs the compiler to produce messages appropriate for VC.
[all …]
HDnew_table.txt1 How to add a new ACPI table to ACPICA and the iASL compiler.
9 3) Add iASL table compiler support for the new table
27 The disassembler and data table compiler depends on this.
54 iASL data table compiler. Use the -G option to force a
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/bits/
Dc++0x_warning.h32 #error This file requires compiler and library support \
34 with the -std=c++11 or -std=gnu++11 compiler options.
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/bits/
Dc++0x_warning.h32 #error This file requires compiler and library support for the \
34 enabled with the -std=c++11 or -std=gnu++11 compiler options.
/dragonfly/contrib/gcc-4.7/libobjc/
HDaccessors.m30 /* This file contains functions that the compiler uses when
33 compiler and not by users; for this reason, they are not declared
34 in public header files. The compiler automatically generates
100 /* The compiler uses this function when implementing some synthesized
137 /* The compiler uses this function when implementing some synthesized
200 /* The compiler uses this function when implementing some synthesized
219 /* The compiler uses this function when implementing some synthesized
242 the compiler never generates calls to it with the GNU runtime.
HDconfig.h.in46 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
67 /* Define if the compiler is configured for setjmp/longjmp exceptions. */
HDREADME8 severe bugs and was rather incomplete. The compiler has had several
85 Tom Wood <wood@next.com> (compiler) and Kresten Krab Thorup
97 in the compiler.
/dragonfly/sys/contrib/dev/acpica/
HDchanges.txt27 iASL: Completed compiler support for the NHLT ACPI table.
33 iASL: Added full support (compiler and disassembler) for the AGDI ACPI
38 iASL table compiler: FADT support updates:
73 iASL compiler: Updated the check for usage of _CRS, _DIS, _PRS, and _SRS
86 example tables. Actual compiler support for NHLT is forthcoming.
118 iASL Table Disassembler/Table compiler: Fix for WPBT table with no
128 iASL: Add full support for the AEST table (data compiler)
129 Includes support in the table compiler and the disassembler.
161 Table). Includes support in the iASL compiler, the disassembler, and the
174 Structure) ACPI table. Added compiler support for IVRS, updated
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
HDdiagnostic.def34 DEFINE_DIAGNOSTIC_KIND (DK_ICE, "internal compiler error: ", "error")
49 when reporting fatal signal in the compiler. */
50 DEFINE_DIAGNOSTIC_KIND (DK_ICE_NOBT, "internal compiler error: ", "error")
/dragonfly/sys/contrib/dev/acpica/generate/unix/
HDreadme.txt39 gcc compiler (4+)
50 CC = gcc /* C compiler */
116 7) iasl, an optimizing ASL compiler/disassembler
/dragonfly/contrib/gcc-4.7/
HDCOPYING.RUNTIME38 "Target Code" refers to output from any compiler for a real or virtual
42 format that is used as a compiler intermediate representation, or used
43 for producing a compiler intermediate representation.
/dragonfly/contrib/gcc-8.0/
HDCOPYING.RUNTIME38 "Target Code" refers to output from any compiler for a real or virtual
42 format that is used as a compiler intermediate representation, or used
43 for producing a compiler intermediate representation.

1234567891011