This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/26352] ICE
- From: "igodard at pacbell dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 8 Mar 2006 19:29:27 -0000
- Subject: [Bug c++/26352] ICE
- References: <bug-26352-6594@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #8 from igodard at pacbell dot net 2006-03-08 19:29 -------
Well I was really surprised to see this -fpreprocessed option in the -v output,
so I did a little digging. It seems that this option is set by the driver
whenever -save-temps is set. It does not come from my command line. Try it:
compile something -v, and then compile the same thing -v -save-temps and the
first -v will not have -fpreprocessed and the second one will.
The bug report instructions say to run with -save-temps so I do. You might ask
internally why the driver sets these when the user asks for -save-temps. I
think the generated -fpreprocessed is irrelevant to the bug, because it will be
set on every compile that produces a .ii file for you and I've put in a few of
those :-)
Ivan
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26352