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 pch/12606] internal compiler error: in ggc_pch_read, at ggc-page.c:2099


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-10-13 23:37 -------
>From <http://gcc.gnu.org/bugs.html>, (we do not care if it is a small example, as long as the 
example works):
Detailed bug reporting instructions when using a precompiled header
If you're encountering a bug when using a precompiled header, the first thing to do is to delete the 
precompiled header, and try running the same GCC command again. If the bug happens again, the 
bug doesn't really involve precompiled headers, please report it without using them by following 
the instructions above.
If you've found a bug while building a precompiled header (for instance, the compiler crashes), 
follow the usual instructions above.
If you've found a real precompiled header bug, what we'll need to reproduce it is the sources to 
build the precompiled header (as a single .i file), the source file that uses the precompiled header, 
any other headers that source file includes, and the command lines that you used to build the 
precompiled header and to use it.
Please don't send us the actual precompiled header. It is likely to be very large and we can't use it 
to reproduce the problem.


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