Searched refs:compiler (Results 1 - 25 of 265) sorted by relevance

1234567891011

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/mmix/
H A Dlocall1.s1 % Get rid of labels that look compiler-generated, matching: "L.*:[0-9]+".
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dc++0x_warning.h31 #error This file requires compiler and library support for the upcoming \
33 enabled with the -std=c++0x or -std=gnu++0x compiler options.
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.target/mips/inter/
H A Dmips16-inter.exp19 # Run compatibility tests in which the "alt" compiler tries to force
42 # The "alt" compiler is the normal compiler with an extra "-mips16" argument.
43 proc compat-use-alt-compiler { } {
53 # Make the compiler under test the default.
54 proc compat-use-tst-compiler { } {
72 compat-use-tst-compiler
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/lib/
H A Dc-compat.exp34 # compat-use-alt-compiler -- make the alternate compiler the default
36 proc compat-use-alt-compiler { } {
40 # We don't need to do this if the alternate compiler is actually
41 # the same as the compiler under test.
48 # compat-use-tst-compiler -- make compiler under test the default
50 proc compat-use-tst-compiler { } {
54 # We don't need to do this if the alternate compiler is actually
55 # the same as the compiler unde
[all...]
H A Dgcc.exp24 # These globals are used by gcc_start if no compiler arguments are provided.
35 # GCC_UNDER_TEST is the compiler under test.
39 # default_gcc_version -- extract and print the version number of the compiler
48 set compiler [lindex $GCC_UNDER_TEST 0]
51 set compiler_name [which $compiler]
53 set compiler_name $compiler
56 # verify that the compiler exists
58 set tmp [remote_exec host "$compiler -v"]
68 # compiler does not exist (this should have already been detected)
69 warning "$compiler doe
[all...]
H A Dgcc-defs.exp27 set fatal_signal "*cc: Internal compiler error: program*got fatal signal"
39 if [string match "*internal compiler error*" $gcc_output] then {
40 ${tool}_fail $testcase "$option (internal compiler error)"
145 # ${tool}_check_unsupported_p -- Check the compiler(/assembler/linker) output
197 # present on the system where the compiler runs.
242 proc gcc-set-multilib-library-path { compiler } {
245 # ??? rootme will not be set when testing an installed compiler.
253 set compiler [lindex $compiler 0]
254 if { [is_remote host] == 0 && [which $compiler] !
[all...]
H A Dgnat.exp23 # These globals are used if no compiler arguments are provided.
34 # GNAT_UNDER_TEST is the compiler under test.
38 # default_gnat_version -- extract and print the version number of the compiler
47 set compiler [lindex $GNAT_UNDER_TEST 0]
50 set compiler_name [which $compiler]
52 set compiler_name $compiler
55 # verify that the compiler exists
57 set tmp [remote_exec host "$compiler -v"]
67 # compiler does not exist (this should have already been detected)
68 warning "$compiler doe
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/autoconf/man/
H A Dconfig.guess.x8 compiler for the `build' machine: use the environment variable
9 `CC_FOR_BUILD' to specify the compiler for the build machine. If
11 specify `CC_FOR_BUILD' is `CC' is a cross-compiler to the `host'
14 CC_FOR_BUILD a native C compiler, defaults to `cc'
15 CC a native C compiler, the previous variable is preferred
21 build a compiler, assembler etc., the `target' machine, for which the
22 compiler being built will produce code.
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/lib/
H A Dada.exp65 set compiler ""
87 set compiler [target_info gnatmake];
89 set compiler [find_gnatmake];
99 if [board_info $dest exists c++compiler] {
100 set compiler [target_info c++compiler];
102 set compiler [find_g++];
113 set compiler [target_info f77compiler]
115 set compiler [find_g77]
127 if [regexp "^compiler
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/lib/
H A Dc-compat.exp33 # compat-use-alt-compiler -- make the alternate compiler the default
35 proc compat-use-alt-compiler { } {
39 # We don't need to do this if the alternate compiler is actually
40 # the same as the compiler under test.
47 # compat-use-tst-compiler -- make compiler under test the default
49 proc compat-use-tst-compiler { } {
53 # We don't need to do this if the alternate compiler is actually
54 # the same as the compiler unde
[all...]
H A Dgcc.exp23 # These globals are used by gcc_start if no compiler arguments are provided.
33 # GCC_UNDER_TEST is the compiler under test.
37 # default_gcc_version -- extract and print the version number of the compiler
46 set compiler [lindex $GCC_UNDER_TEST 0]
49 set compiler_name [which $compiler]
51 set compiler_name $compiler
54 # verify that the compiler exists
56 set tmp [remote_exec host "$compiler -v"]
66 # compiler does not exist (this should have already been detected)
67 warning "$compiler doe
[all...]
H A Dgcc-defs.exp25 set fatal_signal "*cc: Internal compiler error: program*got fatal signal"
37 if [string match "*internal compiler error*" $gcc_output] then {
38 ${tool}_fail $testcase "$option (internal compiler error)"
138 # ${tool}_check_unsupported_p -- Check the compiler(/assembler/linker) output
186 # present on the system where the compiler runs.
231 proc gcc-set-multilib-library-path { compiler } {
234 # ??? rootme will not be set when testing an installed compiler.
242 set compiler [lindex $compiler 0]
243 if { [is_remote host] == 0 && [which $compiler] !
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/compat/
H A Dcompat.exp23 # together. If an alternate compiler is specified then the two main
25 # alternate compiler must be installed, and is specified by defining
41 # compat-use-alt-compiler -- make the alternate compiler the default
43 proc compat-use-alt-compiler { } {
50 # We don't need to do this if the alternate compiler is actually
51 # the same as the compiler under test.
62 # compat-use-tst-compiler -- make compiler under test the default
64 proc compat-use-tst-compiler { } {
[all...]
H A Dstruct-layout-1.exp25 # together. If an alternate compiler is specified then the two main
27 # alternate compiler must be installed, and is specified by defining
47 # compat-use-alt-compiler -- make the alternate compiler the default
49 proc compat-use-alt-compiler { } {
56 # We don't need to do this if the alternate compiler is actually
57 # the same as the compiler under test.
68 # compat-use-tst-compiler -- make compiler under test the default
70 proc compat-use-tst-compiler { } {
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/compat/
H A Dcompat.exp23 # together. If an alternate compiler is specified then the two main
25 # alternate compiler must be installed, and is specified by defining
41 # compat-use-alt-compiler -- make the alternate compiler the default
43 proc compat-use-alt-compiler { } {
50 # We don't need to do this if the alternate compiler is actually
51 # the same as the compiler under test.
62 # compat-use-tst-compiler -- make compiler under test the default
64 proc compat-use-tst-compiler { } {
[all...]
H A Dstruct-layout-1.exp25 # together. If an alternate compiler is specified then the two main
27 # alternate compiler must be installed, and is specified by defining
47 # compat-use-alt-compiler -- make the alternate compiler the default
49 proc compat-use-alt-compiler { } {
56 # We don't need to do this if the alternate compiler is actually
57 # the same as the compiler under test.
68 # compat-use-tst-compiler -- make compiler under test the default
70 proc compat-use-tst-compiler { } {
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/cris/
H A Drd-v10_32o-2.d5 # compiler is supposed to generate four nop-type insns after
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/examples/hello-librep/
H A DMakefile.am20 rep --batch --no-rc -l compiler -f compile-batch $<
/netbsd-6-1-5-RELEASE/x11/Xserver/include/
H A DMakefile13 ${XF86SRC}/common/compiler.h compiler.h
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/cc/driver/
H A Ddriver.h41 extern const char *compiler;
/netbsd-6-1-5-RELEASE/sys/arch/xen/include/xen-public/
H A Dversion.h45 char compiler[64]; member in struct:xen_compile_info
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/compat/
H A Dcompat.exp23 # together. If an alternate compiler is specified then the two main
25 # alternate compiler must be installed, and is specified by defining
51 # Save variables for the C compiler under test, which each test will
59 # Find out whether there is an alternate compiler to test. If the
61 # compiler twice, which is meaningful if the two parts of COMPAT_OPTIONS
85 # Restore the original compiler under test.
86 compat-use-tst-compiler
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.misc-tests/
H A Doptions.exp17 # Run the LANGUAGE compiler with GCC_OPTIONS and inspect the compiler,
29 set test "compiler driver $gcc_options option(s)"
33 "c" { set compiler cc1 }
39 if {![regexp -- "/${compiler}(\\.exe)? -quiet.*$compiler_pattern" $gcc_output]} {
40 fail "$test (compiler options)"
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/compat/
H A Dcompat.exp23 # together. If an alternate compiler is specified then the two main
25 # alternate compiler must be installed, and is specified by defining
50 # Save variables for the C compiler under test, which each test will
58 # Find out whether there is an alternate compiler to test. If the
60 # compiler twice, which is meaningful if the two parts of COMPAT_OPTIONS
82 # Restore the original compiler under test.
83 compat-use-tst-compiler
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.misc-tests/
H A Doptions.exp17 # Run the LANGUAGE compiler with GCC_OPTIONS and inspect the compiler,
29 set test "compiler driver $gcc_options option(s)"
33 "c" { set compiler cc1 }
39 if {![regexp -- "/$compiler -quiet.*$compiler_pattern" $gcc_output]} {
40 fail "$test (compiler options)"

Completed in 216 milliseconds

1234567891011