https://gcc.gnu.org/bugzilla/show_bug.cgi?id=49656
Eric Gallager changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49656
--- Comment #3 from andreas at galauner dot de 2011-07-13 22:09:11 UTC ---
I just compiled GCC 4.6.1 again without clang after I found out how to do that.
By defining
CC = /usr/bin/gcc-4.2
CPP = /usr/bin/cpp-4.2
CXX = /usr/bin/g++-4.2
LD = /usr/bi
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49656
--- Comment #2 from andreas at galauner dot de 2011-07-06 08:30:52 UTC ---
(In reply to comment #1)
> Also passes.c from 4.6.1 does only have 2052 lines, so your version
> information
> cannot be correct.
Oh, I'm sorry. You are totally right.
I a
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49656
--- Comment #1 from Richard Guenther 2011-07-06
08:08:57 UTC ---
Works for me on native x86_64.
Also passes.c from 4.6.1 does only have 2052 lines, so your version information
cannot be correct.