[Bug c++/19883] [4.0 regression] Even more array bounds rejected as non-constant in template...

2005-02-22 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |mark at codesourcery dot com |dot org | Status|NEW

[Bug c++/19883] [4.0 regression] Even more array bounds rejected as non-constant in template...

2005-02-22 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-02-22 21:47 --- Fixed in 4.0. -- What|Removed |Added Status|ASSIGNED

[Bug c++/19883] [4.0 regression] Even more array bounds rejected as non-constant in template...

2005-02-17 Thread bredelin at ucla dot edu
--- Additional Comments From bredelin at ucla dot edu 2005-02-17 16:45 --- Note that this bug breaks BOOST. Here is a reduced testcase, which comes from boost/mpl/aux_/integral_wrapper.hpp: -- begin testcase template typename T, T N struct integral_c { static const

[Bug c++/19883] [4.0 regression] Even more array bounds rejected as non-constant in template...

2005-02-10 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|--- |4.0.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19883

[Bug c++/19883] [4.0 regression] Even more array bounds rejected as non-constant in template...

2005-02-10 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-10 23:16 --- Confirmed. -- What|Removed |Added Status|UNCONFIRMED |NEW