[Bug c++/48281] internal compiler error: in record_reference, at cgraphbuild.c:60

2011-03-24 Thread swestrup at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48281 --- Comment #5 from Stirling Westrup 2011-03-25 00:59:04 UTC --- Created attachment 23772 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23772 Preprocessed version of minimal test case. Here's a preprocessed version of the minimal test case

[Bug c++/48281] internal compiler error: in record_reference, at cgraphbuild.c:60

2011-03-24 Thread swestrup at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48281 --- Comment #4 from Stirling Westrup 2011-03-25 00:57:00 UTC --- Created attachment 23771 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23771 Minimal test case that triggers the error. Okay, I've managed to pare the original code down to t

[Bug c++/48281] internal compiler error: in record_reference, at cgraphbuild.c:60

2011-03-24 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48281 --- Comment #3 from Jonathan Wakely 2011-03-25 00:52:44 UTC --- compress the file e.g. with gzip

[Bug c++/48281] internal compiler error: in record_reference, at cgraphbuild.c:60

2011-03-24 Thread swestrup at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48281 --- Comment #2 from Stirling Westrup 2011-03-25 00:46:02 UTC --- It seems that the preprocessed file that generates the error is 3KB in size, and is being rejected by Bugzilla. How the heck am I supposed to submit it now?

[Bug c++/48281] internal compiler error: in record_reference, at cgraphbuild.c:60

2011-03-24 Thread swestrup at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48281 --- Comment #1 from Stirling Westrup 2011-03-25 00:41:11 UTC --- Created attachment 23770 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23770 c++ code that was preprocessed to generated previous attachment.