C++ PATCH to note_decl_for_pch for c++/28217

Jason Merrill jason@redhat.com
Wed Jul 12 22:14:00 GMT 2006


28217 is a problem whereby something that compiles fine normally doesn't 
compile for a PCH, because the PCH code is being too aggressive about 
trying to premangle decls to save work later.  We never mangle 
uninstantiated templates, so it shouldn't try.

Tested x86_64-pc-linux-gnu, applied to trunk.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: premangle.patch
Type: text/x-patch
Size: 917 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20060712/22167560/attachment.bin>


More information about the Gcc-patches mailing list