Searched refs:compiler (Results 1 – 25 of 706) sorted by relevance
12345678910>>...29
| /NextBSD/contrib/gcc/doc/ |
| HD | bugreport.texi | 34 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 …]
|
| HD | makefile.texi | 37 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 …]
|
| HD | collect2.texi | 26 the end of your compiler command line to resolve this reference.) 29 where the passes of the compiler are installed. When @code{collect2} 35 @file{real-ld} in the directories listed in the compiler's search 47 @file{ld} in the compiler's search directories, except that 54 ``The compiler's search directories'' means all the directories where 55 @command{gcc} searches for passes of the compiler. This includes 62 @file{real-ld} in the compiler's search directories. 72 @file{ld} in the compiler's search directories.
|
| HD | compat.texi | 23 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 …]
|
| HD | frontends.texi | 35 The part of a compiler that is specific to a particular language is 47 The C++ compiler is G++, the Ada compiler is GNAT, and so on. When we 49 compiler by its own name, or as GCC@. Either is correct. 51 @cindex compiler compared to C++ preprocessor
|
| HD | configterms.texi | 32 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
|
| /NextBSD/contrib/binutils/ |
| HD | ltgcc.m4 | 3 # Ensure that the configuration variables for the GNU Java Compiler compiler 5 # to write the compiler configuration to `libtool'. Locally modified to 33 compiler=$CC 34 _LT_TAGVAR(compiler, $1)=$CC 35 _LT_CC_BASENAME([$compiler]) 46 if test -n "$compiler"; then 58 _LT_TAGVAR(compiler, $1)=${GCJ-gcj}
|
| /NextBSD/contrib/tnftp/ |
| HD | INSTALL | 8 = NOTE: You will need an ANSI C compiler. = 46 compiler related settings. 47 CC=compiler specify name of the C compiler (default: gcc or cc) 48 CFLAGS=flags specify flags to C compiler (default: -O -g or just -O) 52 env CC="compiler" CFLAGS="flags" LDFLAGS="flags" ./configure 57 = NOTE: You will need an ANSI C compiler. =
|
| /NextBSD/contrib/gdb/gdb/config/i386/ |
| HD | ncr3000.mh | 3 # The NCR 3000 ships with a MetaWare compiler installed as /bin/cc. 4 # This compiler not only emits obnoxious copyright messages every time 6 # files. Default to using the AT&T compiler installed in /usr/ccs/ATT/cc. 7 # Unfortunately though, the AT&T compiler sometimes generates code that
|
| HD | i386sco.mh | 9 #msg The SCO C compiler cannot parse symtab.h when value.h has been included. 10 #msg This is a bug in the compiler; the code is valid.
|
| /NextBSD/contrib/byacc/ |
| HD | vmsbuild.com | 2 $! VMS build-script for BYACC. Requires installed C compiler 7 $! $ @vmsbuild [BYACC [<compiler> [bld_target]]] 10 $! <compiler> :== { decc | vaxc } 12 $! The default compiler on VAX hosts is vaxc, else decc (Alpha hosts). 99 $ write sys$output "C compiler required to rebuild BYACC"
|
| /NextBSD/contrib/ntp/sntp/m4/ |
| HD | os_cflags.m4 | 2 dnl Specify additional compile options based on the OS and the compiler 4 AC_MSG_CHECKING([additional compiler flags]) 44 # use Ansi compiler on HPUX, and some -Wp magic 55 # use Ansi compiler on HPUX 63 # do not use 64-bit compiler
|
| HD | ax_c99_struct_init.m4 | 11 # This macro defines MISSING_C99_STRUCT_INIT if the C compiler does not 41 AC_MSG_CHECKING([whether the compiler supports C99 structure initialization]) 55 [Define to 1 if the compiler does not support C99's structure initialization.]),
|
| /NextBSD/crypto/openssl/doc/crypto/ |
| HD | OPENSSL_Applink.pod | 5 OPENSSL_Applink - glue between OpenSSL BIO and Win32 compiler run-time 14 between OpenSSL BIO layer and Win32 compiler run-time environment. 18 compiler of their choice and link it into the target application.
|
| HD | SSLeay_version.pod | 29 The compiler flags set for the compilation process in the form 30 "compiler: ..." if available or "compiler: information not available"
|
| /NextBSD/lib/libc/softfloat/ |
| HD | softfloat-source.txt | 19 C compiler is needed to compile the code. Support for the extended double- 20 precision and quadruple-precision formats is dependent on the C compiler 27 independent and should be compilable using any ISO/ANSI C compiler. At the 35 SoftFloat as written requires an ISO/ANSI-style C compiler. No attempt has 49 and quadruple-precision formats depends on the C compiler implementing 51 C compiler is 32 bits, SoftFloat is limited to the single- and double- 135 `<processor>-<executable-type>-<compiler>'. The names of the supplied 144 <compiler>: 174 `<processor>-<compiler>.h'. 176 If 64-bit integers are supported by the compiler, the macro name `BITS64' [all …]
|
| /NextBSD/crypto/openssl/crypto/bn/asm/ |
| HD | README | 7 quite a few machines they are 2 times faster than the system compiler. 14 is just the output from the C compiler pasted on the end of the file). 25 by Chris Ruemmler from HP (with some help from the HP C compiler).
|
| /NextBSD/contrib/libstdc++/ |
| D | linkage.m4 | 7 dnl declared when using the c++ compiler 49 dnl 1) declared when using the c++ compiler 114 dnl declared when using the c++ compiler 135 dnl 1) declared when using the c++ compiler 161 dnl declared when using the c++ compiler 182 dnl 1) declared when using the c++ compiler 208 dnl 1) declared when using the c++ compiler 237 dnl 1) declared when using the c++ compiler 267 dnl 1) declared when using the c++ compiler 297 dnl 1) declared when using the c++ compiler [all …]
|
| /NextBSD/share/mk/ |
| HD | bsd.compiler.mk | 25 .if !target(__<bsd.compiler.mk>__) 26 __<bsd.compiler.mk>__: 137 .error Unable to determine compiler type for ${CC}. Consider setting COMPILER_TYPE.
|
| /NextBSD/contrib/groff/ |
| HD | INSTALL | 11 groff is written in C++, so you will need a C++ compiler. The C++ 12 source files use a suffix of `.cpp', so your C++ compiler must be able 13 to handle this. If you don't already have a C++ compiler, I suggest 17 process. To override configure's choice of C++ compiler, you can set
|
| /NextBSD/sys/contrib/dev/acpica/ |
| HD | changes.txt | 51 acpica.lib produced by the Microsoft Visual C++ 9.0 32-bit compiler. The 116 provide casting for these functions and eliminate possible compiler 123 acpica.lib produced by the Microsoft Visual C++ 9.0 32-bit compiler. The 139 worked properly with the compiler itself. 142 but never used (similar to a C compiler such as gcc). This also applies 147 preprocessor to the compiler. This ensures that compiler errors/warnings 153 the compiler input file). Also fixed a problem with // comments that 156 iASL: Added support for the TCPA server table to the table compiler and 160 identify the iASL compiler. 231 compiler also updated. Note: The TCPA "server" table is not supported by [all …]
|
| /NextBSD/tools/test/testfloat/ |
| HD | testfloat-source.txt | 17 precision formats requires a C compiler that supports 64-bit integer 25 any ISO/ANSI C compiler. At the time of this writing, the program has 48 TestFloat as written requires an ISO/ANSI-style C compiler. No attempt has 62 quadruple-precision formats depends on the C compiler implementing a 64-bit 63 integer type. If the largest integer type supported by the C compiler is 126 `<processor>-<executable-type>-<compiler>'. The names of the supplied 135 <compiler>: 268 `<processor>-<compiler>.h'. The `processors' header file used to compile 271 If 64-bit integers are supported by the compiler, the macro name `BITS64' 278 compiler, the macro `INLINE' should be defined to the appropriate keyword. [all …]
|
| /NextBSD/sys/contrib/xz-embedded/ |
| HD | README | 52 kernel) or with any C99 compiler. Getting the code to compile with 53 non-GNU C89 compiler or a C++ compiler should be quite easy as 77 that directory must be in the compiler include path when compiling 97 compiler flags. 105 in xz_config.h or in compiler flags: 127 #defines in xz_config.h or in compiler flags. You don't need these
|
| /NextBSD/lib/libdispatch/m4/ |
| HD | blocks.m4 | 14 # Detect compiler support for Blocks; perhaps someday -fblocks won't be 66 # Because a different C++ compiler may be specified than C compiler, we have
|
| /NextBSD/contrib/tcsh/ |
| HD | imake.config | 37 /* define if you have some different compiler than cc or gcc */ 53 /* define any of the following if you want to change the compiler flags */ 59 /* By default, the compiler debug flags are -O. Define this if you
|
12345678910>>...29