[Bug c++/5786] array types decay too quickly

2009-11-16 Thread jason at gcc dot gnu dot org
-- jason at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |jason at gcc dot gnu dot org |dot org

[Bug c++/5786] array types decay too quickly

2009-11-16 Thread jason at gcc dot gnu dot org
--- Comment #8 from jason at gcc dot gnu dot org 2009-11-17 06:05 --- This seems to be fixed for 4.5. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=5786

[Bug c++/5786] array types decay too quickly

2009-11-16 Thread jason at gcc dot gnu dot org
--- Comment #9 from jason at gcc dot gnu dot org 2009-11-17 06:06 --- . -- jason at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug c++/5786] array types decay too quickly

2008-04-13 Thread gcc-bugzilla at contacts dot eelis dot net
--- Comment #7 from gcc-bugzilla at contacts dot eelis dot net 2008-04-13 21:19 --- Still fails on GCC 4.4.0 20080413 (experimental). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=5786

[Bug c++/5786] array types decay too quickly

2005-03-16 Thread giovannibajo at libero dot it
--- Additional Comments From giovannibajo at libero dot it 2005-03-16 15:56 --- This could be fixed already... -- What|Removed |Added CC|

[Bug c++/5786] array types decay too quickly

2005-03-16 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-16 16:02 --- (In reply to comment #5) This could be fixed already... It is not: t.cc: In function ‘int main()’: t.cc:15: error: invalid initialization of non-const reference of type ‘const int ()[2][4]’ from a