[Bug c++/36193] ICE when accessing static integer constant in template class

2008-05-09 Thread lhyatt at gmail dot com
--- Comment #6 from lhyatt at gmail dot com 2008-05-09 19:26 --- Subject: Re: ICE when accessing static integer constant in template class OK thanks for the quick reply; I'll see if we can get updated over here. -lewis pinskia at gcc dot gnu dot org wrote: > --- Comment #5 from

[Bug c++/36193] ICE when accessing static integer constant in template class

2008-05-09 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2008-05-09 19:25 --- >g++ (GCC) 4.1.2 20061115 (prerelease) (Debian 4.1.1-21) That is a prelease and not a full release. The fix went into the 4.1 branch after that date :). -- pinskia at gcc dot gnu dot org changed: Wh

[Bug c++/36193] ICE when accessing static integer constant in template class

2008-05-09 Thread lhyatt at gmail dot com
--- Comment #4 from lhyatt at gmail dot com 2008-05-09 19:22 --- thanks for looking into it, but I wanted to point out that it does not work on 4.1.2, at least not my build: g++ (GCC) 4.1.2 20061115 (prerelease) (Debian 4.1.1-21) that is where I am testing it and getting the ICE. but

[Bug c++/36193] ICE when accessing static integer constant in template class

2008-05-09 Thread rguenth at gcc dot gnu dot org
--- Comment #3 from rguenth at gcc dot gnu dot org 2008-05-09 19:07 --- Works with 4.1.2 and 4.0.4. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/36193] ICE when accessing static integer constant in template class

2008-05-09 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2008-05-09 18:49 --- Works at least in GCC 4.3.0. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/36193] ICE when accessing static integer constant in template class

2008-05-09 Thread lhyatt at gmail dot com
--- Comment #1 from lhyatt at gmail dot com 2008-05-09 18:46 --- Created an attachment (id=15623) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15623&action=view) file producing the ICE -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36193