Lines Matching +full:gcc +full:- +full:6
19 . $srcdir/test-subr.sh
24 /home/drepper/gnu/new-bu/build/ttt/m.c:5:main
25 /home/drepper/gnu/new-bu/build/ttt/b.c:4:bar
26 /home/drepper/gnu/new-bu/build/ttt/f.c:3:foo
47 # return x - y;
59 # gcc -g -o nested_funcs nested_funcs.c
71 # int Foo::bar(int x) { return x - 42; }
82 # clang++ -g -o class_func class_func.cxx
90 /home/mark/src/tests/nested/class_func.cxx:6:bar
94 # = testfile-lto.h =
103 # = testfile-lto-func.c =
104 # #include "testfile-lto.h"
110 # for (j = 0; j < i && j < t->c; j++)
111 # res += t->p[j];
116 # = testfile-lto-main.c =
117 # #include "testfile-lto.h"
133 # Using gcc (GCC) 10.0.1 20200430 (Red Hat 10.0.1-0.13)
134 # gcc -g -O2 -flto -c testfile-lto-func.c
135 # gcc -g -O2 -flto -c testfile-lto-main.c
136 # gcc -g -O2 -flto -o testfile-lto-gcc10 testfile-lto-func.o testfile-lto-main.o
138 testfiles testfile-lto-gcc10
140 testrun_compare ${abs_builddir}/allfcts testfile-lto-gcc10 <<\EOF
141 /home/mark/src/tests/testfile-lto-main.c:6:main
142 /home/mark/src/tests/testfile-lto-func.c:4:foo
143 /home/mark/src/tests/testfile-lto-main.c:6:main
146 # Using gcc (GCC) 8.3.1 20190311 (Red Hat 8.3.1-3)
147 # gcc -g -O2 -flto -c testfile-lto-func.c
148 # gcc -g -O2 -flto -c testfile-lto-main.c
149 # gcc -g -O2 -flto -o testfile-lto-gcc8 testfile-lto-func.o testfile-lto-main.o
151 testfiles testfile-lto-gcc8
153 testrun_compare ${abs_builddir}/allfcts testfile-lto-gcc8 <<\EOF
154 /home/mark/src/tests/testfile-lto-func.c:4:foo
155 /home/mark/src/tests/testfile-lto-main.c:6:main
156 /home/mark/src/tests/testfile-lto-main.c:6:main
157 /home/mark/src/tests/testfile-lto-func.c:4:foo
160 # gcc (GCC) 9.1.1 20190605 (Red Hat 9.1.1-2)
161 # gcc -g -O2 -flto -c testfile-lto-func.c
162 # gcc -g -O2 -flto -c testfile-lto-main.c
163 # gcc -g -O2 -flto -o testfile-lto-gcc9 testfile-lto-func.o testfile-lto-main.o
165 testfiles testfile-lto-gcc9
167 testrun_compare ${abs_builddir}/allfcts testfile-lto-gcc9 <<\EOF
168 /home/mark/src/tests/testfile-lto-main.c:6:main
169 /home/mark/src/tests/testfile-lto-func.c:4:foo
170 /home/mark/src/tests/testfile-lto-main.c:6:main
173 # = dwarf5-line.c =
180 # Using clang version 17.0.4 (Fedora 17.0.4-1.fc39)
181 # clang -gdwarf-5 -o testfile-dwarf5-line-clang dwarf5-line.c
183 testfiles testfile-dwarf5-line-clang
186 testrun_compare ${abs_builddir}/allfcts testfile-dwarf5-line-clang <<\EOF
187 /home/amerey/test/dwarf5-line.c:2:main