This is the mail archive of the gcc-patches@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]

dvd+rw ICE on x86-64


Here're details and preprocessed source,
Andreas


# g++  -O2 -fno-exceptions   -c -o growisofs_mmc.o growisofs_mmc.cpp -v -save-temps
Reading specs from /usr/lib64/gcc/x86_64-suse-linux/3.4.0/specs
Configured with: ../configure --enable-threads=posix --prefix=/usr --with-local-prefix=/usr/local --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64 --enable-languages=c,c++,f77,objc,java --enable-checking --enable-libgcj --with-gxx-include-dir=/usr/include/g++ --with-slibdir=/lib64 --with-system-zlib --enable-shared --enable-__cxa_atexit x86_64-suse-linux
Thread model: posix
gcc version 3.4.0 20040114 (experimental) (SuSE Linux)
 /usr/lib64/gcc/x86_64-suse-linux/3.4.0/cc1plus -E -quiet -v -D_GNU_SOURCE growisofs_mmc.cpp -mtune=k8 -fno-exceptions -O2 -o growisofs_mmc.ii
#include "..." search starts here:
#include <...> search starts here:
 /usr/include/g++
 /usr/include/g++/x86_64-suse-linux
 /usr/include/g++/backward
 /usr/local/include
 /usr/lib64/gcc/x86_64-suse-linux/3.4.0/include
 /usr/lib64/gcc/x86_64-suse-linux/3.4.0/../../../../x86_64-suse-linux/include
 /usr/include
End of search list.
 /usr/lib64/gcc/x86_64-suse-linux/3.4.0/cc1plus -fpreprocessed growisofs_mmc.ii -quiet -dumpbase growisofs_mmc.cpp -mtune=k8 -auxbase-strip growisofs_mmc.o -O2 -version -fno-exceptions -o growisofs_mmc.s
GNU C++ version 3.4.0 20040114 (experimental) (SuSE Linux) (x86_64-suse-linux)
        compiled by GNU C version 3.4.0 20040114 (experimental) (SuSE Linux).
GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096
In file included from growisofs_mmc.cpp:17:
transport.hxx:78: internal compiler error: tree check: expected tree_list, have case_label in cp_parser_decl_specifier_seq, at cp/parser.c:6721
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.suse.de/feedback> for instructions.


Attachment: growisofs_mmc.ii.bz2
Description: BZip2 compressed data

-- 
 Andreas Jaeger, aj@suse.de, http://www.suse.de/~aj
  SuSE Linux AG, Maxfeldstr. 5, 90409 Nürnberg, Germany
   GPG fingerprint = 93A3 365E CE47 B889 DF7F  FED1 389A 563C C272 A126

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