This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug pch/62001] New: Many tests fail with PCH


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62001

            Bug ID: 62001
           Summary: Many tests fail with PCH
           Product: gcc
           Version: 4.9.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: pch
          Assignee: unassigned at gcc dot gnu.org
          Reporter: smith_winston_6079 at hotmail dot com

gcc 4.9.1 compiles fine, but the tests for PCH fail:
$ ../gcc-4.9.1/configure --prefix=/usr/ --with-local-prefix=/usr/local/
--with-native-system-header-dir=/usr/include/ --disable-libada --enable-libssp
--enable-libquadmath --disable-libsanitizer --enable-nls
--with-included-gettext --enable-shared --enable-threads --disable-bootstrap
--enable-languages=c,c++,fortran,go,objc,obj-c++ --enable-werror
--enable-gather-detailed-mem-stats --disable-multilib
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln works... yes
checking whether ln -s works... yes
checking for a sed that does not truncate output... /bin/sed
checking for gawk... gawk
checking for libatomic support... yes
checking for libcilkrts support... yes
checking for libitm support... yes
checking for libvtv support... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking whether g++ accepts -static-libstdc++ -static-libgcc... no
checking for gnatbind... gnatbind
checking for gnatmake... gnatmake
checking whether compiler driver understands Ada... yes
checking how to compare bootstrapped objects... cmp --ignore-initial=16 $$f1
$$f2
checking for objdir... .libs
checking for version 0.10 of ISL... no
checking for version 0.11 of ISL... no
checking for version 0.12 of ISL... no
 'c++' language required by 'go' in stage 1; enabling
The following languages will be built: c,c++,fortran,go,lto,objc,obj-c++
*** This configuration is not supported in the following subdirectories:
     gnattools target-libada target-zlib target-libjava target-libsanitizer
target-boehm-gc
    (Any other directories should still work fine.)
checking for default BUILD_CONFIG... 
checking for --enable-vtable-verify... no
checking for bison... bison -y
checking for bison... bison
checking for gm4... no
checking for gnum4... no
checking for m4... m4
checking for flex... flex
checking for flex... flex
checking for makeinfo... makeinfo
checking for expect... expect
checking for runtest... runtest
checking for ar... ar
checking for as... as
checking for dlltool... no
checking for ld... ld
checking for lipo... no
checking for nm... nm
checking for ranlib... ranlib
checking for strip... strip
checking for windres... no
checking for windmc... no
checking for objcopy... objcopy
checking for objdump... objdump
checking for readelf... readelf
checking for cc... cc
checking for c++... c++
checking for gcc... gcc
checking for gcj... no
checking for gfortran... gfortran
checking for gccgo... no
checking for ar... no
checking for ar... ar
checking for as... no
checking for as... as
checking for dlltool... no
checking for dlltool... no
checking for ld... no
checking for ld... ld
checking for lipo... no
checking for lipo... no
checking for nm... no
checking for nm... nm
checking for objdump... no
checking for objdump... objdump
checking for ranlib... no
checking for ranlib... ranlib
checking for readelf... no
checking for readelf... readelf
checking for strip... no
checking for strip... strip
checking for windres... no
checking for windres... no
checking for windmc... no
checking for windmc... no
checking where to find the target ar... host tool
checking where to find the target as... host tool
checking where to find the target cc... just compiled
checking where to find the target c++... just compiled
checking where to find the target c++ for libstdc++... just compiled
checking where to find the target dlltool... host tool
checking where to find the target gcc... just compiled
checking where to find the target gcj... host tool
checking where to find the target gfortran... just compiled
checking where to find the target gccgo... just compiled
checking where to find the target ld... host tool
checking where to find the target lipo... host tool
checking where to find the target nm... host tool
checking where to find the target objdump... host tool
checking where to find the target ranlib... host tool
checking where to find the target readelf... host tool
checking where to find the target strip... host tool
checking where to find the target windres... host tool
checking where to find the target windmc... host tool
checking whether to enable maintainer-specific portions of Makefiles... no
configure: creating ./config.status
config.status: creating Makefile$ make
...
$ echo $?
0
$ make check
...
Running /home/zoidberg/1/gcc-4.9.1/gcc/testsuite/gcc.dg/pch/pch.exp ...
FAIL: gcc.dg/pch/common-1.c  -O0 -g -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/common-1.c  -O0 -g -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/common-1.c -O0 -g assembly comparison
FAIL: gcc.dg/pch/common-1.c   -O0  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/common-1.c   -O0  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/common-1.c  -O0  assembly comparison
FAIL: gcc.dg/pch/common-1.c   -O1  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/common-1.c   -O1  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/common-1.c  -O1  assembly comparison
FAIL: gcc.dg/pch/common-1.c   -O2  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/common-1.c   -O2  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/common-1.c  -O2  assembly comparison
FAIL: gcc.dg/pch/common-1.c   -O3 -fomit-frame-pointer  -I. -Dwith_PCH
(internal compiler error)
FAIL: gcc.dg/pch/common-1.c   -O3 -fomit-frame-pointer  -I. -Dwith_PCH (test
for excess errors)
FAIL: gcc.dg/pch/common-1.c  -O3 -fomit-frame-pointer  assembly comparison
FAIL: gcc.dg/pch/common-1.c   -O3 -g  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/common-1.c   -O3 -g  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/common-1.c  -O3 -g  assembly comparison
FAIL: gcc.dg/pch/common-1.c   -Os  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/common-1.c   -Os  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/common-1.c  -Os  assembly comparison
FAIL: gcc.dg/pch/counter-1.c  -O0 -g -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/counter-1.c  -O0 -g -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/counter-1.c -O0 -g assembly comparison
FAIL: gcc.dg/pch/counter-1.c   -O0  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/counter-1.c   -O0  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/counter-1.c  -O0  assembly comparison
FAIL: gcc.dg/pch/counter-1.c   -O1  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/counter-1.c   -O1  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/counter-1.c  -O1  assembly comparison
FAIL: gcc.dg/pch/counter-1.c   -O2  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/counter-1.c   -O2  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/counter-1.c  -O2  assembly comparison
FAIL: gcc.dg/pch/counter-1.c   -O3 -fomit-frame-pointer  -I. -Dwith_PCH
(internal compiler error)
FAIL: gcc.dg/pch/counter-1.c   -O3 -fomit-frame-pointer  -I. -Dwith_PCH (test
for excess errors)
FAIL: gcc.dg/pch/counter-1.c  -O3 -fomit-frame-pointer  assembly comparison
FAIL: gcc.dg/pch/counter-1.c   -O3 -g  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/counter-1.c   -O3 -g  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/counter-1.c  -O3 -g  assembly comparison
FAIL: gcc.dg/pch/counter-1.c   -Os  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/counter-1.c   -Os  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/counter-1.c  -Os  assembly comparison
FAIL: gcc.dg/pch/counter-3.c  -O0 -g -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/counter-3.c  -O0 -g -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/counter-3.c -O0 -g assembly comparison
FAIL: gcc.dg/pch/counter-3.c   -O0  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/counter-3.c   -O0  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/counter-3.c  -O0  assembly comparison
FAIL: gcc.dg/pch/counter-3.c   -O1  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/counter-3.c   -O1  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/counter-3.c  -O1  assembly comparison
FAIL: gcc.dg/pch/counter-3.c   -O2  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/counter-3.c   -O2  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/counter-3.c  -O2  assembly comparison
FAIL: gcc.dg/pch/counter-3.c   -O3 -fomit-frame-pointer  -I. -Dwith_PCH
(internal compiler error)
FAIL: gcc.dg/pch/counter-3.c   -O3 -fomit-frame-pointer  -I. -Dwith_PCH (test
for excess errors)
FAIL: gcc.dg/pch/counter-3.c  -O3 -fomit-frame-pointer  assembly comparison
FAIL: gcc.dg/pch/counter-3.c   -O3 -g  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/counter-3.c   -O3 -g  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/counter-3.c  -O3 -g  assembly comparison
FAIL: gcc.dg/pch/counter-3.c   -Os  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/counter-3.c   -Os  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/counter-3.c  -Os  assembly comparison
FAIL: gcc.dg/pch/cpp-1.c  -O0 -g -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/cpp-1.c  -O0 -g -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/cpp-1.c -O0 -g assembly comparison
FAIL: gcc.dg/pch/cpp-1.c   -O0  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/cpp-1.c   -O0  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/cpp-1.c  -O0  assembly comparison
FAIL: gcc.dg/pch/cpp-1.c   -O1  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/cpp-1.c   -O1  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/cpp-1.c  -O1  assembly comparison
FAIL: gcc.dg/pch/cpp-1.c   -O2  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/cpp-1.c   -O2  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/cpp-1.c  -O2  assembly comparison
FAIL: gcc.dg/pch/cpp-1.c   -O3 -fomit-frame-pointer  -I. -Dwith_PCH (internal
compiler error)
FAIL: gcc.dg/pch/cpp-1.c   -O3 -fomit-frame-pointer  -I. -Dwith_PCH (test for
excess errors)
FAIL: gcc.dg/pch/cpp-1.c  -O3 -fomit-frame-pointer  assembly comparison
FAIL: gcc.dg/pch/cpp-1.c   -O3 -g  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/cpp-1.c   -O3 -g  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/cpp-1.c  -O3 -g  assembly comparison
FAIL: gcc.dg/pch/cpp-1.c   -Os  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/cpp-1.c   -Os  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/cpp-1.c  -Os  assembly comparison
FAIL: gcc.dg/pch/cpp-2.c  -O0 -g -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/cpp-2.c  -O0 -g -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/cpp-2.c -O0 -g assembly comparison
FAIL: gcc.dg/pch/cpp-2.c   -O0  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/cpp-2.c   -O0  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/cpp-2.c  -O0  assembly comparison
FAIL: gcc.dg/pch/cpp-2.c   -O1  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/cpp-2.c   -O1  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/cpp-2.c  -O1  assembly comparison
FAIL: gcc.dg/pch/cpp-2.c   -O2  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/cpp-2.c   -O2  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/cpp-2.c  -O2  assembly comparison
FAIL: gcc.dg/pch/cpp-2.c   -O3 -fomit-frame-pointer  -I. -Dwith_PCH (internal
compiler error)
FAIL: gcc.dg/pch/cpp-2.c   -O3 -fomit-frame-pointer  -I. -Dwith_PCH (test for
excess errors)
FAIL: gcc.dg/pch/cpp-2.c  -O3 -fomit-frame-pointer  assembly comparison
FAIL: gcc.dg/pch/cpp-2.c   -O3 -g  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/cpp-2.c   -O3 -g  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/cpp-2.c  -O3 -g  assembly comparison
FAIL: gcc.dg/pch/cpp-2.c   -Os  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/cpp-2.c   -Os  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/cpp-2.c  -Os  assembly comparison
FAIL: gcc.dg/pch/cpp-3.c  -O0 -g -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/cpp-3.c  -O0 -g -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/cpp-3.c -O0 -g assembly comparison
FAIL: gcc.dg/pch/cpp-3.c   -O0  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/cpp-3.c   -O0  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/cpp-3.c  -O0  assembly comparison
FAIL: gcc.dg/pch/cpp-3.c   -O1  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/cpp-3.c   -O1  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/cpp-3.c  -O1  assembly comparison
FAIL: gcc.dg/pch/cpp-3.c   -O2  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/cpp-3.c   -O2  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/cpp-3.c  -O2  assembly comparison
FAIL: gcc.dg/pch/cpp-3.c   -O3 -fomit-frame-pointer  -I. -Dwith_PCH (internal
compiler error)
FAIL: gcc.dg/pch/cpp-3.c   -O3 -fomit-frame-pointer  -I. -Dwith_PCH (test for
excess errors)
FAIL: gcc.dg/pch/cpp-3.c  -O3 -fomit-frame-pointer  assembly comparison
FAIL: gcc.dg/pch/cpp-3.c   -O3 -g  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/cpp-3.c   -O3 -g  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/cpp-3.c  -O3 -g  assembly comparison
FAIL: gcc.dg/pch/cpp-3.c   -Os  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/cpp-3.c   -Os  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/cpp-3.c  -Os  assembly comparison
FAIL: gcc.dg/pch/decl-1.c  -O0 -g -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/decl-1.c  -O0 -g -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/decl-1.c -O0 -g assembly comparison
FAIL: gcc.dg/pch/decl-1.c   -O0  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/decl-1.c   -O0  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/decl-1.c  -O0  assembly comparison
FAIL: gcc.dg/pch/decl-1.c   -O1  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/decl-1.c   -O1  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/decl-1.c  -O1  assembly comparison
FAIL: gcc.dg/pch/decl-1.c   -O2  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/decl-1.c   -O2  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/decl-1.c  -O2  assembly comparison
FAIL: gcc.dg/pch/decl-1.c   -O3 -fomit-frame-pointer  -I. -Dwith_PCH (internal
compiler error)
FAIL: gcc.dg/pch/decl-1.c   -O3 -fomit-frame-pointer  -I. -Dwith_PCH (test for
excess errors)
FAIL: gcc.dg/pch/decl-1.c  -O3 -fomit-frame-pointer  assembly comparison
FAIL: gcc.dg/pch/decl-1.c   -O3 -g  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/decl-1.c   -O3 -g  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/decl-1.c  -O3 -g  assembly comparison
FAIL: gcc.dg/pch/decl-1.c   -Os  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/decl-1.c   -Os  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/decl-1.c  -Os  assembly comparison
FAIL: gcc.dg/pch/decl-2.c  -O0 -g -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/decl-2.c  -O0 -g -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/decl-2.c -O0 -g assembly comparison
FAIL: gcc.dg/pch/decl-2.c   -O0  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/decl-2.c   -O0  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/decl-2.c  -O0  assembly comparison
FAIL: gcc.dg/pch/decl-2.c   -O1  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/decl-2.c   -O1  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/decl-2.c  -O1  assembly comparison
FAIL: gcc.dg/pch/decl-2.c   -O2  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/decl-2.c   -O2  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/decl-2.c  -O2  assembly comparison
FAIL: gcc.dg/pch/decl-2.c   -O3 -fomit-frame-pointer  -I. -Dwith_PCH (internal
compiler error)
FAIL: gcc.dg/pch/decl-2.c   -O3 -fomit-frame-pointer  -I. -Dwith_PCH (test for
excess errors)
FAIL: gcc.dg/pch/decl-2.c  -O3 -fomit-frame-pointer  assembly comparison
FAIL: gcc.dg/pch/decl-2.c   -O3 -g  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/decl-2.c   -O3 -g  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/decl-2.c  -O3 -g  assembly comparison
FAIL: gcc.dg/pch/decl-2.c   -Os  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/decl-2.c   -Os  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/decl-2.c  -Os  assembly comparison
FAIL: gcc.dg/pch/decl-3.c  -O0 -g -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/decl-3.c  -O0 -g -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/decl-3.c -O0 -g assembly comparison
FAIL: gcc.dg/pch/decl-3.c   -O0  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/decl-3.c   -O0  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/decl-3.c  -O0  assembly comparison
FAIL: gcc.dg/pch/decl-3.c   -O1  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/decl-3.c   -O1  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/decl-3.c  -O1  assembly comparison
FAIL: gcc.dg/pch/decl-3.c   -O2  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/decl-3.c   -O2  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/decl-3.c  -O2  assembly comparison
FAIL: gcc.dg/pch/decl-3.c   -O3 -fomit-frame-pointer  -I. -Dwith_PCH (internal
compiler error)
FAIL: gcc.dg/pch/decl-3.c   -O3 -fomit-frame-pointer  -I. -Dwith_PCH (test for
excess errors)
FAIL: gcc.dg/pch/decl-3.c  -O3 -fomit-frame-pointer  assembly comparison
FAIL: gcc.dg/pch/decl-3.c   -O3 -g  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/decl-3.c   -O3 -g  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/decl-3.c  -O3 -g  assembly comparison
FAIL: gcc.dg/pch/decl-3.c   -Os  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/decl-3.c   -Os  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/decl-3.c  -Os  assembly comparison
FAIL: gcc.dg/pch/decl-4.c  -O0 -g -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/decl-4.c  -O0 -g -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/decl-4.c -O0 -g assembly comparison
FAIL: gcc.dg/pch/decl-4.c   -O0  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/decl-4.c   -O0  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/decl-4.c  -O0  assembly comparison
FAIL: gcc.dg/pch/decl-4.c   -O1  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/decl-4.c   -O1  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/decl-4.c  -O1  assembly comparison
FAIL: gcc.dg/pch/decl-4.c   -O2  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/decl-4.c   -O2  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/decl-4.c  -O2  assembly comparison
FAIL: gcc.dg/pch/decl-4.c   -O3 -fomit-frame-pointer  -I. -Dwith_PCH (internal
compiler error)
FAIL: gcc.dg/pch/decl-4.c   -O3 -fomit-frame-pointer  -I. -Dwith_PCH (test for
excess errors)
FAIL: gcc.dg/pch/decl-4.c  -O3 -fomit-frame-pointer  assembly comparison
FAIL: gcc.dg/pch/decl-4.c   -O3 -g  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/decl-4.c   -O3 -g  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/decl-4.c  -O3 -g  assembly comparison
FAIL: gcc.dg/pch/decl-4.c   -Os  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/decl-4.c   -Os  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/decl-4.c  -Os  assembly comparison
FAIL: gcc.dg/pch/decl-5.c  -O0 -g -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/decl-5.c  -O0 -g -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/decl-5.c -O0 -g assembly comparison
FAIL: gcc.dg/pch/decl-5.c   -O0  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/decl-5.c   -O0  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/decl-5.c  -O0  assembly comparison
FAIL: gcc.dg/pch/decl-5.c   -O1  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/decl-5.c   -O1  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/decl-5.c  -O1  assembly comparison
FAIL: gcc.dg/pch/decl-5.c   -O2  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/decl-5.c   -O2  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/decl-5.c  -O2  assembly comparison
FAIL: gcc.dg/pch/decl-5.c   -O3 -fomit-frame-pointer  -I. -Dwith_PCH (internal
compiler error)
FAIL: gcc.dg/pch/decl-5.c   -O3 -fomit-frame-pointer  -I. -Dwith_PCH (test for
excess errors)
FAIL: gcc.dg/pch/decl-5.c  -O3 -fomit-frame-pointer  assembly comparison
FAIL: gcc.dg/pch/decl-5.c   -O3 -g  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/decl-5.c   -O3 -g  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/decl-5.c  -O3 -g  assembly comparison
FAIL: gcc.dg/pch/decl-5.c   -Os  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/decl-5.c   -Os  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/decl-5.c  -Os  assembly comparison
FAIL: gcc.dg/pch/empty.c  -O0 -g -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/empty.c  -O0 -g -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/empty.c -O0 -g assembly comparison
FAIL: gcc.dg/pch/empty.c   -O0  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/empty.c   -O0  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/empty.c  -O0  assembly comparison
FAIL: gcc.dg/pch/empty.c   -O1  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/empty.c   -O1  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/empty.c  -O1  assembly comparison
FAIL: gcc.dg/pch/empty.c   -O2  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/empty.c   -O2  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/empty.c  -O2  assembly comparison
FAIL: gcc.dg/pch/empty.c   -O3 -fomit-frame-pointer  -I. -Dwith_PCH (internal
compiler error)
FAIL: gcc.dg/pch/empty.c   -O3 -fomit-frame-pointer  -I. -Dwith_PCH (test for
excess errors)
FAIL: gcc.dg/pch/empty.c  -O3 -fomit-frame-pointer  assembly comparison
FAIL: gcc.dg/pch/empty.c   -O3 -g  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/empty.c   -O3 -g  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/empty.c  -O3 -g  assembly comparison
FAIL: gcc.dg/pch/empty.c   -Os  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/empty.c   -Os  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/empty.c  -Os  assembly comparison
FAIL: gcc.dg/pch/except-1.c  -O0 -g -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/except-1.c  -O0 -g -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/except-1.c -O0 -g assembly comparison
FAIL: gcc.dg/pch/except-1.c   -O0  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/except-1.c   -O0  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/except-1.c  -O0  assembly comparison
FAIL: gcc.dg/pch/except-1.c   -O1  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/except-1.c   -O1  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/except-1.c  -O1  assembly comparison
FAIL: gcc.dg/pch/except-1.c   -O2  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/except-1.c   -O2  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/except-1.c  -O2  assembly comparison
FAIL: gcc.dg/pch/except-1.c   -O3 -fomit-frame-pointer  -I. -Dwith_PCH
(internal compiler error)
FAIL: gcc.dg/pch/except-1.c   -O3 -fomit-frame-pointer  -I. -Dwith_PCH (test
for excess errors)
FAIL: gcc.dg/pch/except-1.c  -O3 -fomit-frame-pointer  assembly comparison
FAIL: gcc.dg/pch/except-1.c   -O3 -g  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/except-1.c   -O3 -g  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/except-1.c  -O3 -g  assembly comparison
FAIL: gcc.dg/pch/except-1.c   -Os  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/except-1.c   -Os  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/except-1.c  -Os  assembly comparison
FAIL: gcc.dg/pch/global-1.c  -O0 -g -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/global-1.c  -O0 -g -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/global-1.c -O0 -g assembly comparison
FAIL: gcc.dg/pch/global-1.c   -O0  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/global-1.c   -O0  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/global-1.c  -O0  assembly comparison
FAIL: gcc.dg/pch/global-1.c   -O1  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/global-1.c   -O1  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/global-1.c  -O1  assembly comparison
FAIL: gcc.dg/pch/global-1.c   -O2  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/global-1.c   -O2  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/global-1.c  -O2  assembly comparison
FAIL: gcc.dg/pch/global-1.c   -O3 -fomit-frame-pointer  -I. -Dwith_PCH
(internal compiler error)
FAIL: gcc.dg/pch/global-1.c   -O3 -fomit-frame-pointer  -I. -Dwith_PCH (test
for excess errors)
FAIL: gcc.dg/pch/global-1.c  -O3 -fomit-frame-pointer  assembly comparison
FAIL: gcc.dg/pch/global-1.c   -O3 -g  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/global-1.c   -O3 -g  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/global-1.c  -O3 -g  assembly comparison
FAIL: gcc.dg/pch/global-1.c   -Os  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/global-1.c   -Os  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/global-1.c  -Os  assembly comparison
FAIL: gcc.dg/pch/ident-1.c  -O0 -g -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/ident-1.c  -O0 -g -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/ident-1.c -O0 -g assembly comparison
FAIL: gcc.dg/pch/ident-1.c   -O0  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/ident-1.c   -O0  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/ident-1.c  -O0  assembly comparison
FAIL: gcc.dg/pch/ident-1.c   -O1  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/ident-1.c   -O1  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/ident-1.c  -O1  assembly comparison
FAIL: gcc.dg/pch/ident-1.c   -O2  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/ident-1.c   -O2  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/ident-1.c  -O2  assembly comparison
FAIL: gcc.dg/pch/ident-1.c   -O3 -fomit-frame-pointer  -I. -Dwith_PCH (internal
compiler error)
FAIL: gcc.dg/pch/ident-1.c   -O3 -fomit-frame-pointer  -I. -Dwith_PCH (test for
excess errors)
FAIL: gcc.dg/pch/ident-1.c  -O3 -fomit-frame-pointer  assembly comparison
FAIL: gcc.dg/pch/ident-1.c   -O3 -g  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/ident-1.c   -O3 -g  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/ident-1.c  -O3 -g  assembly comparison
FAIL: gcc.dg/pch/ident-1.c   -Os  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/ident-1.c   -Os  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/ident-1.c  -Os  assembly comparison
FAIL: gcc.dg/pch/import-1.c  -O0 -g -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/import-1.c  -O0 -g -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/import-1.c -O0 -g assembly comparison
FAIL: gcc.dg/pch/import-1.c   -O0  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/import-1.c   -O0  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/import-1.c  -O0  assembly comparison
FAIL: gcc.dg/pch/import-1.c   -O1  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/import-1.c   -O1  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/import-1.c  -O1  assembly comparison
FAIL: gcc.dg/pch/import-1.c   -O2  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/import-1.c   -O2  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/import-1.c  -O2  assembly comparison
FAIL: gcc.dg/pch/import-1.c   -O3 -fomit-frame-pointer  -I. -Dwith_PCH
(internal compiler error)
FAIL: gcc.dg/pch/import-1.c   -O3 -fomit-frame-pointer  -I. -Dwith_PCH (test
for excess errors)
FAIL: gcc.dg/pch/import-1.c  -O3 -fomit-frame-pointer  assembly comparison
FAIL: gcc.dg/pch/import-1.c   -O3 -g  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/import-1.c   -O3 -g  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/import-1.c  -O3 -g  assembly comparison
FAIL: gcc.dg/pch/import-1.c   -Os  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/import-1.c   -Os  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/import-1.c  -Os  assembly comparison
FAIL: gcc.dg/pch/import-2.c  -O0 -g -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/import-2.c  -O0 -g -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/import-2.c -O0 -g assembly comparison
FAIL: gcc.dg/pch/import-2.c   -O0  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/import-2.c   -O0  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/import-2.c  -O0  assembly comparison
FAIL: gcc.dg/pch/import-2.c   -O1  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/import-2.c   -O1  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/import-2.c  -O1  assembly comparison
FAIL: gcc.dg/pch/import-2.c   -O2  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/import-2.c   -O2  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/import-2.c  -O2  assembly comparison
FAIL: gcc.dg/pch/import-2.c   -O3 -fomit-frame-pointer  -I. -Dwith_PCH
(internal compiler error)
FAIL: gcc.dg/pch/import-2.c   -O3 -fomit-frame-pointer  -I. -Dwith_PCH (test
for excess errors)
FAIL: gcc.dg/pch/import-2.c  -O3 -fomit-frame-pointer  assembly comparison
FAIL: gcc.dg/pch/import-2.c   -O3 -g  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/import-2.c   -O3 -g  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/import-2.c  -O3 -g  assembly comparison
FAIL: gcc.dg/pch/import-2.c   -Os  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/import-2.c   -Os  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/import-2.c  -Os  assembly comparison
FAIL: gcc.dg/pch/inline-1.c  -O0 -g -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/inline-1.c  -O0 -g -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/inline-1.c -O0 -g assembly comparison
FAIL: gcc.dg/pch/inline-1.c   -O0  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/inline-1.c   -O0  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/inline-1.c  -O0  assembly comparison
FAIL: gcc.dg/pch/inline-1.c   -O1  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/inline-1.c   -O1  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/inline-1.c  -O1  assembly comparison
FAIL: gcc.dg/pch/inline-1.c   -O2  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/inline-1.c   -O2  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/inline-1.c  -O2  assembly comparison
FAIL: gcc.dg/pch/inline-1.c   -O3 -fomit-frame-pointer  -I. -Dwith_PCH
(internal compiler error)
FAIL: gcc.dg/pch/inline-1.c   -O3 -fomit-frame-pointer  -I. -Dwith_PCH (test
for excess errors)
FAIL: gcc.dg/pch/inline-1.c  -O3 -fomit-frame-pointer  assembly comparison
FAIL: gcc.dg/pch/inline-1.c   -O3 -g  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/inline-1.c   -O3 -g  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/inline-1.c  -O3 -g  assembly comparison
FAIL: gcc.dg/pch/inline-1.c   -Os  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/inline-1.c   -Os  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/inline-1.c  -Os  assembly comparison
FAIL: gcc.dg/pch/inline-2.c  -O0 -g -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/inline-2.c  -O0 -g -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/inline-2.c -O0 -g assembly comparison
FAIL: gcc.dg/pch/inline-2.c   -O0  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/inline-2.c   -O0  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/inline-2.c  -O0  assembly comparison
FAIL: gcc.dg/pch/inline-2.c   -O1  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/inline-2.c   -O1  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/inline-2.c  -O1  assembly comparison
FAIL: gcc.dg/pch/inline-2.c   -O2  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/inline-2.c   -O2  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/inline-2.c  -O2  assembly comparison
FAIL: gcc.dg/pch/inline-2.c   -O3 -fomit-frame-pointer  -I. -Dwith_PCH
(internal compiler error)
FAIL: gcc.dg/pch/inline-2.c   -O3 -fomit-frame-pointer  -I. -Dwith_PCH (test
for excess errors)
FAIL: gcc.dg/pch/inline-2.c  -O3 -fomit-frame-pointer  assembly comparison
FAIL: gcc.dg/pch/inline-2.c   -O3 -g  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/inline-2.c   -O3 -g  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/inline-2.c  -O3 -g  assembly comparison
FAIL: gcc.dg/pch/inline-2.c   -Os  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/inline-2.c   -Os  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/inline-2.c  -Os  assembly comparison
FAIL: gcc.dg/pch/inline-3.c  -O0 -g -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/inline-3.c  -O0 -g -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/inline-3.c -O0 -g assembly comparison
FAIL: gcc.dg/pch/inline-3.c   -O0  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/inline-3.c   -O0  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/inline-3.c  -O0  assembly comparison
FAIL: gcc.dg/pch/inline-3.c   -O1  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/inline-3.c   -O1  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/inline-3.c  -O1  assembly comparison
FAIL: gcc.dg/pch/inline-3.c   -O2  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/inline-3.c   -O2  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/inline-3.c  -O2  assembly comparison
FAIL: gcc.dg/pch/inline-3.c   -O3 -fomit-frame-pointer  -I. -Dwith_PCH
(internal compiler error)
FAIL: gcc.dg/pch/inline-3.c   -O3 -fomit-frame-pointer  -I. -Dwith_PCH (test
for excess errors)
FAIL: gcc.dg/pch/inline-3.c  -O3 -fomit-frame-pointer  assembly comparison
FAIL: gcc.dg/pch/inline-3.c   -O3 -g  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/inline-3.c   -O3 -g  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/inline-3.c  -O3 -g  assembly comparison
FAIL: gcc.dg/pch/inline-3.c   -Os  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/inline-3.c   -Os  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/inline-3.c  -Os  assembly comparison
FAIL: gcc.dg/pch/inline-4.c  -O0 -g -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/inline-4.c  -O0 -g -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/inline-4.c -O0 -g assembly comparison
FAIL: gcc.dg/pch/inline-4.c   -O0  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/inline-4.c   -O0  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/inline-4.c  -O0  assembly comparison
FAIL: gcc.dg/pch/inline-4.c   -O1  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/inline-4.c   -O1  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/inline-4.c  -O1  assembly comparison
FAIL: gcc.dg/pch/inline-4.c   -O2  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/inline-4.c   -O2  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/inline-4.c  -O2  assembly comparison
FAIL: gcc.dg/pch/inline-4.c   -O3 -fomit-frame-pointer  -I. -Dwith_PCH
(internal compiler error)
FAIL: gcc.dg/pch/inline-4.c   -O3 -fomit-frame-pointer  -I. -Dwith_PCH (test
for excess errors)
FAIL: gcc.dg/pch/inline-4.c  -O3 -fomit-frame-pointer  assembly comparison
FAIL: gcc.dg/pch/inline-4.c   -O3 -g  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/inline-4.c   -O3 -g  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/inline-4.c  -O3 -g  assembly comparison
FAIL: gcc.dg/pch/inline-4.c   -Os  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/inline-4.c   -Os  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/inline-4.c  -Os  assembly comparison
FAIL: gcc.dg/pch/macro-1.c  -O0 -g -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/macro-1.c  -O0 -g -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/macro-1.c -O0 -g assembly comparison
FAIL: gcc.dg/pch/macro-1.c   -O0  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/macro-1.c   -O0  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/macro-1.c  -O0  assembly comparison
FAIL: gcc.dg/pch/macro-1.c   -O1  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/macro-1.c   -O1  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/macro-1.c  -O1  assembly comparison
FAIL: gcc.dg/pch/macro-1.c   -O2  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/macro-1.c   -O2  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/macro-1.c  -O2  assembly comparison
FAIL: gcc.dg/pch/macro-1.c   -O3 -fomit-frame-pointer  -I. -Dwith_PCH (internal
compiler error)
FAIL: gcc.dg/pch/macro-1.c   -O3 -fomit-frame-pointer  -I. -Dwith_PCH (test for
excess errors)
FAIL: gcc.dg/pch/macro-1.c  -O3 -fomit-frame-pointer  assembly comparison
FAIL: gcc.dg/pch/macro-1.c   -O3 -g  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/macro-1.c   -O3 -g  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/macro-1.c  -O3 -g  assembly comparison
FAIL: gcc.dg/pch/macro-1.c   -Os  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/macro-1.c   -Os  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/macro-1.c  -Os  assembly comparison
FAIL: gcc.dg/pch/macro-2.c  -O0 -g -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/macro-2.c  -O0 -g -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/macro-2.c -O0 -g assembly comparison
FAIL: gcc.dg/pch/macro-2.c   -O0  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/macro-2.c   -O0  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/macro-2.c  -O0  assembly comparison
FAIL: gcc.dg/pch/macro-2.c   -O1  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/macro-2.c   -O1  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/macro-2.c  -O1  assembly comparison
FAIL: gcc.dg/pch/macro-2.c   -O2  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/macro-2.c   -O2  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/macro-2.c  -O2  assembly comparison
FAIL: gcc.dg/pch/macro-2.c   -O3 -fomit-frame-pointer  -I. -Dwith_PCH (internal
compiler error)
FAIL: gcc.dg/pch/macro-2.c   -O3 -fomit-frame-pointer  -I. -Dwith_PCH (test for
excess errors)
FAIL: gcc.dg/pch/macro-2.c  -O3 -fomit-frame-pointer  assembly comparison
FAIL: gcc.dg/pch/macro-2.c   -O3 -g  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/macro-2.c   -O3 -g  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/macro-2.c  -O3 -g  assembly comparison
FAIL: gcc.dg/pch/macro-2.c   -Os  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/macro-2.c   -Os  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/macro-2.c  -Os  assembly comparison
FAIL: gcc.dg/pch/macro-3.c  -O0 -g -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/macro-3.c  -O0 -g -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/macro-3.c -O0 -g assembly comparison
FAIL: gcc.dg/pch/macro-3.c   -O0  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/macro-3.c   -O0  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/macro-3.c  -O0  assembly comparison
FAIL: gcc.dg/pch/macro-3.c   -O1  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/macro-3.c   -O1  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/macro-3.c  -O1  assembly comparison
FAIL: gcc.dg/pch/macro-3.c   -O2  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/macro-3.c   -O2  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/macro-3.c  -O2  assembly comparison
FAIL: gcc.dg/pch/macro-3.c   -O3 -fomit-frame-pointer  -I. -Dwith_PCH (internal
compiler error)
FAIL: gcc.dg/pch/macro-3.c   -O3 -fomit-frame-pointer  -I. -Dwith_PCH (test for
excess errors)
FAIL: gcc.dg/pch/macro-3.c  -O3 -fomit-frame-pointer  assembly comparison
FAIL: gcc.dg/pch/macro-3.c   -O3 -g  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/macro-3.c   -O3 -g  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/macro-3.c  -O3 -g  assembly comparison
FAIL: gcc.dg/pch/macro-3.c   -Os  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/macro-3.c   -Os  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/macro-3.c  -Os  assembly comparison
FAIL: gcc.dg/pch/macro-4.c  -O0 -g -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/macro-4.c  -O0 -g -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/macro-4.c -O0 -g assembly comparison
FAIL: gcc.dg/pch/macro-4.c   -O0  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/macro-4.c   -O0  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/macro-4.c  -O0  assembly comparison
FAIL: gcc.dg/pch/macro-4.c   -O1  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/macro-4.c   -O1  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/macro-4.c  -O1  assembly comparison
FAIL: gcc.dg/pch/macro-4.c   -O2  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/macro-4.c   -O2  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/macro-4.c  -O2  assembly comparison
FAIL: gcc.dg/pch/macro-4.c   -O3 -fomit-frame-pointer  -I. -Dwith_PCH (internal
compiler error)
FAIL: gcc.dg/pch/macro-4.c   -O3 -fomit-frame-pointer  -I. -Dwith_PCH (test for
excess errors)
FAIL: gcc.dg/pch/macro-4.c  -O3 -fomit-frame-pointer  assembly comparison
FAIL: gcc.dg/pch/macro-4.c   -O3 -g  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/macro-4.c   -O3 -g  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/macro-4.c  -O3 -g  assembly comparison
FAIL: gcc.dg/pch/macro-4.c   -Os  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/macro-4.c   -Os  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/macro-4.c  -Os  assembly comparison
FAIL: gcc.dg/pch/save-temps-1.c  -O0 -g -I. -Dwith_PCH (internal compiler
error)
FAIL: gcc.dg/pch/save-temps-1.c  -O0 -g -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/save-temps-1.c -O0 -g assembly comparison
FAIL: gcc.dg/pch/save-temps-1.c   -O0  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/save-temps-1.c   -O0  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/save-temps-1.c  -O0  assembly comparison
FAIL: gcc.dg/pch/save-temps-1.c   -O1  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/save-temps-1.c   -O1  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/save-temps-1.c  -O1  assembly comparison
FAIL: gcc.dg/pch/save-temps-1.c   -O2  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/save-temps-1.c   -O2  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/save-temps-1.c  -O2  assembly comparison
FAIL: gcc.dg/pch/save-temps-1.c   -O3 -fomit-frame-pointer  -I. -Dwith_PCH
(internal compiler error)
FAIL: gcc.dg/pch/save-temps-1.c   -O3 -fomit-frame-pointer  -I. -Dwith_PCH
(test for excess errors)
FAIL: gcc.dg/pch/save-temps-1.c  -O3 -fomit-frame-pointer  assembly comparison
FAIL: gcc.dg/pch/save-temps-1.c   -O3 -g  -I. -Dwith_PCH (internal compiler
error)
FAIL: gcc.dg/pch/save-temps-1.c   -O3 -g  -I. -Dwith_PCH (test for excess
errors)
FAIL: gcc.dg/pch/save-temps-1.c  -O3 -g  assembly comparison
FAIL: gcc.dg/pch/save-temps-1.c   -Os  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/save-temps-1.c   -Os  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/save-temps-1.c  -Os  assembly comparison
FAIL: gcc.dg/pch/static-1.c  -O0 -g -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/static-1.c  -O0 -g -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/static-1.c -O0 -g assembly comparison
FAIL: gcc.dg/pch/static-1.c   -O0  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/static-1.c   -O0  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/static-1.c  -O0  assembly comparison
FAIL: gcc.dg/pch/static-1.c   -O1  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/static-1.c   -O1  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/static-1.c  -O1  assembly comparison
FAIL: gcc.dg/pch/static-1.c   -O2  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/static-1.c   -O2  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/static-1.c  -O2  assembly comparison
FAIL: gcc.dg/pch/static-1.c   -O3 -fomit-frame-pointer  -I. -Dwith_PCH
(internal compiler error)
FAIL: gcc.dg/pch/static-1.c   -O3 -fomit-frame-pointer  -I. -Dwith_PCH (test
for excess errors)
FAIL: gcc.dg/pch/static-1.c  -O3 -fomit-frame-pointer  assembly comparison
FAIL: gcc.dg/pch/static-1.c   -O3 -g  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/static-1.c   -O3 -g  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/static-1.c  -O3 -g  assembly comparison
FAIL: gcc.dg/pch/static-1.c   -Os  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/static-1.c   -Os  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/static-1.c  -Os  assembly comparison
FAIL: gcc.dg/pch/static-2.c  -O0 -g -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/static-2.c  -O0 -g -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/static-2.c -O0 -g assembly comparison
FAIL: gcc.dg/pch/static-2.c   -O0  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/static-2.c   -O0  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/static-2.c  -O0  assembly comparison
FAIL: gcc.dg/pch/static-2.c   -O1  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/static-2.c   -O1  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/static-2.c  -O1  assembly comparison
FAIL: gcc.dg/pch/static-2.c   -O2  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/static-2.c   -O2  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/static-2.c  -O2  assembly comparison
FAIL: gcc.dg/pch/static-2.c   -O3 -fomit-frame-pointer  -I. -Dwith_PCH
(internal compiler error)
FAIL: gcc.dg/pch/static-2.c   -O3 -fomit-frame-pointer  -I. -Dwith_PCH (test
for excess errors)
FAIL: gcc.dg/pch/static-2.c  -O3 -fomit-frame-pointer  assembly comparison
FAIL: gcc.dg/pch/static-2.c   -O3 -g  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/static-2.c   -O3 -g  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/static-2.c  -O3 -g  assembly comparison
FAIL: gcc.dg/pch/static-2.c   -Os  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/static-2.c   -Os  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/static-2.c  -Os  assembly comparison
FAIL: gcc.dg/pch/static-3.c  -O0 -g -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/static-3.c  -O0 -g -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/static-3.c -O0 -g assembly comparison
FAIL: gcc.dg/pch/static-3.c   -O0  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/static-3.c   -O0  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/static-3.c  -O0  assembly comparison
FAIL: gcc.dg/pch/static-3.c   -O1  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/static-3.c   -O1  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/static-3.c  -O1  assembly comparison
FAIL: gcc.dg/pch/static-3.c   -O2  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/static-3.c   -O2  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/static-3.c  -O2  assembly comparison
FAIL: gcc.dg/pch/static-3.c   -O3 -fomit-frame-pointer  -I. -Dwith_PCH
(internal compiler error)
FAIL: gcc.dg/pch/static-3.c   -O3 -fomit-frame-pointer  -I. -Dwith_PCH (test
for excess errors)
FAIL: gcc.dg/pch/static-3.c  -O3 -fomit-frame-pointer  assembly comparison
FAIL: gcc.dg/pch/static-3.c   -O3 -g  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/static-3.c   -O3 -g  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/static-3.c  -O3 -g  assembly comparison
FAIL: gcc.dg/pch/static-3.c   -Os  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/static-3.c   -Os  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/static-3.c  -Os  assembly comparison
FAIL: gcc.dg/pch/struct-1.c  -O0 -g -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/struct-1.c  -O0 -g -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/struct-1.c -O0 -g assembly comparison
FAIL: gcc.dg/pch/struct-1.c   -O0  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/struct-1.c   -O0  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/struct-1.c  -O0  assembly comparison
FAIL: gcc.dg/pch/struct-1.c   -O1  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/struct-1.c   -O1  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/struct-1.c  -O1  assembly comparison
FAIL: gcc.dg/pch/struct-1.c   -O2  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/struct-1.c   -O2  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/struct-1.c  -O2  assembly comparison
FAIL: gcc.dg/pch/struct-1.c   -O3 -fomit-frame-pointer  -I. -Dwith_PCH
(internal compiler error)
FAIL: gcc.dg/pch/struct-1.c   -O3 -fomit-frame-pointer  -I. -Dwith_PCH (test
for excess errors)
FAIL: gcc.dg/pch/struct-1.c  -O3 -fomit-frame-pointer  assembly comparison
FAIL: gcc.dg/pch/struct-1.c   -O3 -g  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/struct-1.c   -O3 -g  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/struct-1.c  -O3 -g  assembly comparison
FAIL: gcc.dg/pch/struct-1.c   -Os  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/struct-1.c   -Os  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/struct-1.c  -Os  assembly comparison
FAIL: gcc.dg/pch/system-1.c  -O0 -g -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/system-1.c  -O0 -g -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/system-1.c -O0 -g assembly comparison
FAIL: gcc.dg/pch/system-1.c   -O0  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/system-1.c   -O0  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/system-1.c  -O0  assembly comparison
FAIL: gcc.dg/pch/system-1.c   -O1  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/system-1.c   -O1  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/system-1.c  -O1  assembly comparison
FAIL: gcc.dg/pch/system-1.c   -O2  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/system-1.c   -O2  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/system-1.c  -O2  assembly comparison
FAIL: gcc.dg/pch/system-1.c   -O3 -fomit-frame-pointer  -I. -Dwith_PCH
(internal compiler error)
FAIL: gcc.dg/pch/system-1.c   -O3 -fomit-frame-pointer  -I. -Dwith_PCH (test
for excess errors)
FAIL: gcc.dg/pch/system-1.c  -O3 -fomit-frame-pointer  assembly comparison
FAIL: gcc.dg/pch/system-1.c   -O3 -g  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/system-1.c   -O3 -g  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/system-1.c  -O3 -g  assembly comparison
FAIL: gcc.dg/pch/system-1.c   -Os  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/system-1.c   -Os  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/system-1.c  -Os  assembly comparison
FAIL: gcc.dg/pch/valid-1b.c  -O0 -g -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/valid-1b.c  -O0 -g -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/valid-1b.c -O0 -g assembly comparison
FAIL: gcc.dg/pch/valid-1b.c   -O0  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/valid-1b.c   -O0  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/valid-1b.c  -O0  assembly comparison
FAIL: gcc.dg/pch/valid-1b.c   -O1  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/valid-1b.c   -O1  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/valid-1b.c  -O1  assembly comparison
FAIL: gcc.dg/pch/valid-1b.c   -O2  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/valid-1b.c   -O2  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/valid-1b.c  -O2  assembly comparison
FAIL: gcc.dg/pch/valid-1b.c   -O3 -fomit-frame-pointer  -I. -Dwith_PCH
(internal compiler error)
FAIL: gcc.dg/pch/valid-1b.c   -O3 -fomit-frame-pointer  -I. -Dwith_PCH (test
for excess errors)
FAIL: gcc.dg/pch/valid-1b.c  -O3 -fomit-frame-pointer  assembly comparison
FAIL: gcc.dg/pch/valid-1b.c   -O3 -g  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/valid-1b.c   -O3 -g  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/valid-1b.c  -O3 -g  assembly comparison
FAIL: gcc.dg/pch/valid-1b.c   -Os  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/valid-1b.c   -Os  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/valid-1b.c  -Os  assembly comparison
FAIL: gcc.dg/pch/valid-4.c  -O0 -g -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/valid-4.c  -O0 -g -I. -Dwith_PCH  (test for warnings, line 5)
FAIL: gcc.dg/pch/valid-4.c  -O0 -g -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/valid-4.c -O0 -g assembly comparison
FAIL: gcc.dg/pch/valid-4.c   -O0  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/valid-4.c   -O0  -I. -Dwith_PCH  (test for warnings, line 5)
FAIL: gcc.dg/pch/valid-4.c   -O0  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/valid-4.c  -O0  assembly comparison
FAIL: gcc.dg/pch/valid-4.c   -O1  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/valid-4.c   -O1  -I. -Dwith_PCH  (test for warnings, line 5)
FAIL: gcc.dg/pch/valid-4.c   -O1  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/valid-4.c  -O1  assembly comparison
FAIL: gcc.dg/pch/valid-4.c   -O2  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/valid-4.c   -O2  -I. -Dwith_PCH  (test for warnings, line 5)
FAIL: gcc.dg/pch/valid-4.c   -O2  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/valid-4.c  -O2  assembly comparison
FAIL: gcc.dg/pch/valid-4.c   -O3 -fomit-frame-pointer  -I. -Dwith_PCH (internal
compiler error)
FAIL: gcc.dg/pch/valid-4.c   -O3 -fomit-frame-pointer  -I. -Dwith_PCH  (test
for warnings, line 5)
FAIL: gcc.dg/pch/valid-4.c   -O3 -fomit-frame-pointer  -I. -Dwith_PCH (test for
excess errors)
FAIL: gcc.dg/pch/valid-4.c  -O3 -fomit-frame-pointer  assembly comparison
FAIL: gcc.dg/pch/valid-4.c   -O3 -g  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/valid-4.c   -O3 -g  -I. -Dwith_PCH  (test for warnings, line
5)
FAIL: gcc.dg/pch/valid-4.c   -O3 -g  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/valid-4.c  -O3 -g  assembly comparison
FAIL: gcc.dg/pch/valid-4.c   -Os  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/valid-4.c   -Os  -I. -Dwith_PCH  (test for warnings, line 5)
FAIL: gcc.dg/pch/valid-4.c   -Os  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/valid-4.c  -Os  assembly comparison
FAIL: gcc.dg/pch/valid-5.c  -O0 -g -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/valid-5.c  -O0 -g -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/valid-5.c -O0 -g assembly comparison
FAIL: gcc.dg/pch/valid-5.c   -O0  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/valid-5.c   -O0  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/valid-5.c  -O0  assembly comparison
FAIL: gcc.dg/pch/valid-5.c   -O1  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/valid-5.c   -O1  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/valid-5.c  -O1  assembly comparison
FAIL: gcc.dg/pch/valid-5.c   -O2  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/valid-5.c   -O2  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/valid-5.c  -O2  assembly comparison
FAIL: gcc.dg/pch/valid-5.c   -O3 -fomit-frame-pointer  -I. -Dwith_PCH (internal
compiler error)
FAIL: gcc.dg/pch/valid-5.c   -O3 -fomit-frame-pointer  -I. -Dwith_PCH (test for
excess errors)
FAIL: gcc.dg/pch/valid-5.c  -O3 -fomit-frame-pointer  assembly comparison
FAIL: gcc.dg/pch/valid-5.c   -O3 -g  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/valid-5.c   -O3 -g  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/valid-5.c  -O3 -g  assembly comparison
FAIL: gcc.dg/pch/valid-5.c   -Os  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/valid-5.c   -Os  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/valid-5.c  -Os  assembly comparison
FAIL: gcc.dg/pch/valid-6.c  -O0 -g -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/valid-6.c  -O0 -g -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/valid-6.c  -O0 -g assembly comparison
FAIL: gcc.dg/pch/valid-6.c   -O0  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/valid-6.c   -O0  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/valid-6.c   -O0  assembly comparison
FAIL: gcc.dg/pch/valid-6.c   -O1  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/valid-6.c   -O1  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/valid-6.c   -O1  assembly comparison
FAIL: gcc.dg/pch/valid-6.c   -O2  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/valid-6.c   -O2  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/valid-6.c   -O2  assembly comparison
FAIL: gcc.dg/pch/valid-6.c   -O3 -fomit-frame-pointer  -I. -Dwith_PCH (internal
compiler error)
FAIL: gcc.dg/pch/valid-6.c   -O3 -fomit-frame-pointer  -I. -Dwith_PCH (test for
excess errors)
FAIL: gcc.dg/pch/valid-6.c   -O3 -fomit-frame-pointer  assembly comparison
FAIL: gcc.dg/pch/valid-6.c   -O3 -g  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/valid-6.c   -O3 -g  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/valid-6.c   -O3 -g  assembly comparison
FAIL: gcc.dg/pch/valid-6.c   -Os  -I. -Dwith_PCH (internal compiler error)
FAIL: gcc.dg/pch/valid-6.c   -Os  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/valid-6.c   -Os  assembly comparison
FAIL: largefile.c  -O0 -g -I. -Dwith_PCH (internal compiler error)
FAIL: largefile.c  -O0 -g -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/largefile.c -O0 -g assembly comparison
FAIL: largefile.c   -O0  -I. -Dwith_PCH (internal compiler error)
FAIL: largefile.c   -O0  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/largefile.c  -O0  assembly comparison
FAIL: largefile.c   -O1  -I. -Dwith_PCH (internal compiler error)
FAIL: largefile.c   -O1  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/largefile.c  -O1  assembly comparison
FAIL: largefile.c   -O2  -I. -Dwith_PCH (internal compiler error)
FAIL: largefile.c   -O2  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/largefile.c  -O2  assembly comparison
FAIL: largefile.c   -O3 -fomit-frame-pointer  -I. -Dwith_PCH (internal compiler
error)
FAIL: largefile.c   -O3 -fomit-frame-pointer  -I. -Dwith_PCH (test for excess
errors)
FAIL: gcc.dg/pch/largefile.c  -O3 -fomit-frame-pointer  assembly comparison
FAIL: largefile.c   -O3 -g  -I. -Dwith_PCH (internal compiler error)
FAIL: largefile.c   -O3 -g  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/largefile.c  -O3 -g  assembly comparison
FAIL: largefile.c   -Os  -I. -Dwith_PCH (internal compiler error)
FAIL: largefile.c   -Os  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/largefile.c  -Os  assembly comparison 
...
        === gcc Summary ===

# of expected passes        101667
# of unexpected failures    765
# of expected failures        251
# of unsupported tests        1956 
...

Seems like #54645 is re-occurring?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]