[Bug c++/20220] [4.0/4.1 Regression] Rejecting invalid template code, breaks most of Boost

2005-03-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-01 14:32 --- *** Bug 20261 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug c++/20220] [4.0/4.1 Regression] Rejecting invalid template code, breaks most of Boost

2005-02-27 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-28 01:09 --- (In reply to comment #3) > This worked with 4.0.0 20050113 but fails with 20050210. To get a smaller window, it fails with 20050201. Hmm, it passes with 20050225. I think this was fixed by: PR c++/19

[Bug c++/20220] [4.0/4.1 Regression] Rejecting invalid template code, breaks most of Boost

2005-02-26 Thread giovannibajo at libero dot it
--- Additional Comments From giovannibajo at libero dot it 2005-02-26 12:01 --- I forgot to thank Martin Wille for notifying me of this bug and providing me with this testcase. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20220

[Bug c++/20220] [4.0/4.1 Regression] Rejecting invalid template code, breaks most of Boost

2005-02-25 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-26 00:58 --- This worked with 4.0.0 20050113 but fails with 20050210. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20220

[Bug c++/20220] [4.0/4.1 Regression] Rejecting invalid template code, breaks most of Boost

2005-02-25 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-26 00:55 --- Easy reduction: template class b {}; template class a { static const T value = i; b(value+1) > next; }; -- What|Removed |Added ---

[Bug c++/20220] [4.0/4.1 Regression] Rejecting invalid template code, breaks most of Boost

2005-02-25 Thread giovannibajo at libero dot it
--- Additional Comments From giovannibajo at libero dot it 2005-02-26 00:46 --- Created an attachment (id=8288) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8288&action=view) Preprocessed source (to be reduced) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20220

[Bug c++/20220] [4.0/4.1 Regression] Rejecting invalid template code, breaks most of Boost

2005-02-25 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added CC||pinskia at gcc dot gnu dot ||org Target Milestone|---