http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44737
Paolo Carlini changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
--- Comment #4 from paolo dot carlini at oracle dot com 2010-09-07 17:34
---
Maybe related to PR44118, both ICE on the same gcc_assert
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44737
--- Comment #3 from paolo dot carlini at oracle dot com 2010-07-01 10:55
---
Note: doesn't look like a regression.
--
paolo dot carlini at oracle dot com changed:
What|Removed |Added
--- Comment #2 from paolo dot carlini at oracle dot com 2010-07-01 10:39
---
This is a bit smaller, and reminds me something I have seen already...
template
struct char_traits;
template<> struct char_traits;
template
struct char_traits
{
bool
eq_int_type()
{ return t
--- Comment #1 from rearnsha at gcc dot gnu dot org 2010-06-30 23:52
---
Created an attachment (id=21049)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=21049&action=view)
testcase
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44737