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 c++/21960] Incorrect Syntax NOT rejected


------- Additional Comments From eric at ez-soft dot demon dot nl  2005-06-08 14:17 -------
Now the compiler version and OS information of the v3.3.1 compiler. Previous 
post gave the compiler version and OS information of the v2.95.3 compiler.

Reading specs from /nfs/rvl/users/nlezu0/usr/local/lib/gcc-lib/i686-pc-linux-
gnu/3.3.1/specs
Configured with: ./configure --prefix=/nfs/rvl/users/nlezu0/usr/local
Thread model: posix
gcc version 3.3.1
 /nfs/rvl/users/nlezu0/usr/local/lib/gcc-lib/i686-pc-linux-gnu/3.3.1/cc1plus -
E -D__GNUG__=3 -quiet -v -D__GNUC__=3 -D__GNUC_MINOR__=3 -
D__GNUC_PATCHLEVEL__=1 -D_GNU_SOURCE test.cpp test.ii
ignoring nonexistent directory "/nfs/rvl/users/nlezu0/usr/local/i686-pc-linux-
gnu/include"
#include "..." search starts here:
#include <...> search starts here:
 /nfs/rvl/users/nlezu0/usr/local/include/c++/3.3.1
 /nfs/rvl/users/nlezu0/usr/local/include/c++/3.3.1/i686-pc-linux-gnu
 /nfs/rvl/users/nlezu0/usr/local/include/c++/3.3.1/backward
 /usr/local/include
 /nfs/rvl/users/nlezu0/usr/local/include
 /nfs/rvl/users/nlezu0/usr/local/lib/gcc-lib/i686-pc-linux-gnu/3.3.1/include
 /usr/include
End of search list.
 /nfs/rvl/users/nlezu0/usr/local/lib/gcc-lib/i686-pc-linux-gnu/3.3.1/cc1plus -
fpreprocessed test.ii -quiet -dumpbase test.cpp -auxbase test -version -o test.s
GNU C++ version 3.3.1 (i686-pc-linux-gnu)
        compiled by GNU C version 2.95.3 20010315 (release).
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
 as --traditional-format -V -Qy -o test.o test.s
GNU assembler version 2.11.90.0.8 (i386-redhat-linux) using BFD version 
2.11.90.0.8
 /nfs/rvl/users/nlezu0/usr/local/lib/gcc-lib/i686-pc-linux-gnu/3.3.1/collect2 -
m elf_i386 -dynamic-linker /lib/ld-
linux.so.2 /usr/lib/crt1.o /usr/lib/crti.o /nfs/rvl/users/nlezu0/usr/local/lib/g
cc-lib/i686-pc-linux-gnu/3.3.1/crtbegin.o -
L/nfs/rvl/users/nlezu0/usr/local/lib/gcc-lib/i686-pc-linux-gnu/3.3.1 -
L/nfs/rvl/users/nlezu0/usr/local/lib/gcc-lib/i686-pc-linux-gnu/3.3.1/../../.. 
test.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -
lgcc /nfs/rvl/users/nlezu0/usr/local/lib/gcc-lib/i686-pc-linux-
gnu/3.3.1/crtend.o /usr/lib/crtn.o


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21960


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