This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/47311] [C++0x] ICE in tsubst @cp/pt.c:10502
- From: "hjl.tools at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sat, 15 Jan 2011 22:53:49 +0000
- Subject: [Bug c++/47311] [C++0x] ICE in tsubst @cp/pt.c:10502
- Auto-submitted: auto-generated
- References: <bug-47311-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47311
--- Comment #1 from H.J. Lu <hjl.tools at gmail dot com> 2011-01-15 22:53:46 UTC ---
(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.