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++/47311] [C++0x] ICE in tsubst @cp/pt.c:10502


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

--- Comment #4 from Pawel Sikora <pluto at agmk dot net> 2011-01-15 23:18:07 UTC ---
(In reply to comment #1)
> (In reply to comment #0)
> > current gcc-trunk (r168844) ICEs on my codebase:
> > 
> > accidentally, the --save-temps (or -std=gnu++98) removes the ICE,
> > so how can i produce a preprocessed source for full bug report?
> 
> -E and -S.
> 
> H.J.

ok,
with -E i can produce .ii from .cpp.
with -S i can produce .s from .ii.
the whole compilation (.s from .cpp) ICEs.


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