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 c++/50881] ICE Segfault on compare this pointer with reference


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

--- Comment #3 from Jonathan Wakely <redi at gcc dot gnu.org> 2011-10-27 10:00:39 UTC ---
That file is sufficient, but please attach it separately (the instructions at
http://gcc.gnu.org/bugs/ are pretty clear about wanting preprocessed source not
an archive that we need to extract to find the right file).

N.B. preprocessed C++ source should use the extension .ii so GCC knows what to
do with it, see http://gcc.gnu.org/onlinedocs/gcc/Overall-Options.html - if you
use -save-temps as suggested at http://gcc.gnu.org/bugs/ then that file is
created automatically


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