http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48003
Summary: Regression in Template Constants from 4.5.2
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
AssignedTo: unassig.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48281
Summary: internal compiler error: in record_reference, at
cgraphbuild.c:60
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
C
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.
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?
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
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