[Bug c++/44737] ICE in instantiate_decl

2011-02-21 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44737 Paolo Carlini changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug c++/44737] ICE in instantiate_decl

2010-09-07 Thread paolo dot carlini at oracle dot com
--- 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

[Bug c++/44737] ICE in instantiate_decl

2010-07-01 Thread paolo dot carlini at oracle dot com
--- 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

[Bug c++/44737] ICE in instantiate_decl

2010-07-01 Thread paolo dot carlini at oracle dot com
--- 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

[Bug c++/44737] ICE in instantiate_decl

2010-06-30 Thread rearnsha at gcc dot gnu dot org
--- 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