[Bug c++/24275] [4.0/4.1 Regression] Previously accepted code fails with 4.0.2

2005-10-08 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2005-10-08 17:30 --- CCing Mark because it looks like it was caused by his fix for PR xxx: boost/boost/detail/is_incrementable.hpp: In instantiation of ‘const bool boost::detail::is_incrementable_::impl::value’: boost/boost/detail/is_inc

[Bug c++/24275] [4.0/4.1 Regression] Previously accepted code fails with 4.0.2

2005-10-08 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Keywords||rejects-valid Summary|Previously accepted code|[4.0/4.

[Bug c++/24275] [4.0/4.1 Regression] Previously accepted code fails with 4.0.2

2005-10-08 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2005-10-08 18:16 --- Confirmed reduced testcase: template struct bool_var { static const bool value = val; }; namespace is_inc_ { struct any { template any(T const&); }; int operator++(any const&); templatestruct imp

[Bug c++/24275] [4.0/4.1 Regression] Previously accepted code fails with 4.0.2

2005-10-08 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |mark at codesourcery dot com |dot org

[Bug c++/24275] [4.0/4.1 Regression] Previously accepted code fails with 4.0.2

2005-10-10 Thread cvs-commit at gcc dot gnu dot org
--- Comment #6 from cvs-commit at gcc dot gnu dot org 2005-10-10 14:42 --- Subject: Bug 24275 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED]2005-10-10 14:42:14 Modified files: gcc/cp : pt.c Added files: gcc/testsuite/g++.dg/

[Bug c++/24275] [4.0/4.1 Regression] Previously accepted code fails with 4.0.2

2005-10-10 Thread cvs-commit at gcc dot gnu dot org
--- Comment #7 from cvs-commit at gcc dot gnu dot org 2005-10-10 14:43 --- Subject: Bug 24275 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED]2005-10-10 14:43:51 Modified files: gcc/cp : pt.c ChangeLog

[Bug c++/24275] [4.0/4.1 Regression] Previously accepted code fails with 4.0.2

2005-10-10 Thread pinskia at gcc dot gnu dot org
--- Comment #8 from pinskia at gcc dot gnu dot org 2005-10-10 17:20 --- Fixed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED