Mailinglist Archive: opensuse-bugs (13468 mails)
| < Previous | Next > |
[Bug 334054] gcc internal compiler error
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Tue, 16 Oct 2007 06:15:08 -0600 (MDT)
- Message-id: <20071016121508.2AD73CC7AC@xxxxxxxxxxxxxxxxxxxxxx>
https://bugzilla.novell.com/show_bug.cgi?id=334054#c2
Richard Guenther <rguenther@xxxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
--- Comment #2 from Richard Guenther <rguenther@xxxxxxxxxx> 2007-10-16
06:15:07 MST ---
Note this is an invalid specialization, correct would be
template <>
template <int j> void MyClass<1, float>::function(void) {};
The ice-on-invalid is http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28743
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Richard Guenther <rguenther@xxxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
--- Comment #2 from Richard Guenther <rguenther@xxxxxxxxxx> 2007-10-16
06:15:07 MST ---
Note this is an invalid specialization, correct would be
template <>
template <int j> void MyClass<1, float>::function(void) {};
The ice-on-invalid is http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28743
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
| < Previous | Next > |