[Bug c++/41185] [4.4/4.5 regression] size of array ... has non-integral type ...

2010-03-30 Thread jason at gcc dot gnu dot org
--- Comment #9 from jason at gcc dot gnu dot org 2010-03-30 21:19 --- Subject: Bug 41185 Author: jason Date: Tue Mar 30 21:19:23 2010 New Revision: 157838 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=157838 Log: PR c++/41185 PR c++/41786 * parser.c

[Bug c++/41185] [4.4/4.5 regression] size of array ... has non-integral type ...

2010-03-30 Thread jason at gcc dot gnu dot org
--- Comment #10 from jason at gcc dot gnu dot org 2010-03-30 21:21 --- Subject: Bug 41185 Author: jason Date: Tue Mar 30 21:20:58 2010 New Revision: 157839 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=157839 Log: PR c++/41185 PR c++/41786 * parser.c

[Bug c++/41185] [4.4/4.5 regression] size of array ... has non-integral type ...

2010-03-30 Thread jason at gcc dot gnu dot org
--- Comment #11 from jason at gcc dot gnu dot org 2010-03-30 21:23 --- Fixed for 4.4.4 and 4.5.0. -- jason at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/41185] [4.4/4.5 regression] size of array ... has non-integral type ...

2010-03-10 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Keywords||rejects-valid Priority|P3 |P2

[Bug c++/41185] [4.4/4.5 regression] size of array ... has non-integral type ...

2010-03-09 Thread jason at gcc dot gnu dot org
--- Comment #8 from jason at gcc dot gnu dot org 2010-03-09 22:42 --- This and 41786 are both bugs due to my change to push parameter declarations early, so we get some semantic errors even though we're parsing tentatively. -- jason at gcc dot gnu dot org changed: What