This is the mail archive of the gcc@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] | |
Francesco Montorsi <f18m_cpp217828@yahoo.it> writes:ok, thanks for the info; I'll post there in future.
I'm new to GCC project so let me know if this is the wrong place where I can ask such a question.
The mailing list gcc-help@gcc.gnu.org would be a better place.
However if I try to follow README.Bugs and use the -save-temps option and then try to compile the generated .ii file:
g++ -c ....lots of other options... stc.ii
the crash doesn't happen.
It may not matter. As long as the crash happens when you use the --save-temps option, then reporting the bug with the .ii file may be enough. However, it's true that if other people are unable to recreate the problem then it may not be possible to fix it.
Sometimes this can indicate that there is a problem with precompiled haders. Do you know if you are using a precompiled header?
yes, I am! In fact, removing the PCH and recreating it fixed the problem! Thanks for the hint.
hmmm, actually I didn't make a backup copy of the damaged PCH and so I cannot reproduce the bug anymore myself :/How can I report such a bug? Including all involved files in a tarball would violate the rules for reporting bugs.
Do it anyhow if that is the only way.
Thanks, Francesco
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |