--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-29
05:39 ---
Fixed.
--
What|Removed |Added
Status|NEW |RESOLVED
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-07-29
02:42 ---
Subject: Bug 22192
CVSROOT:/cvs/gcc
Module name:gcc
Changes by: [EMAIL PROTECTED] 2005-07-29 02:42:20
Modified files:
gcc: ChangeLog c-typeck.c
gcc/tes
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-27
13:49 ---
Confirmed.
--
What|Removed |Added
Status|UNCONFIRMED |NEW
E
--
What|Removed |Added
OtherBugsDependingO||16989
nThis||
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22192
--- Additional Comments From neil at gcc dot gnu dot org 2005-06-26 15:11
---
(In reply to comment #0)
> With -fsyntax-only GCC erroneously rejects the following array 'x' as having
> non-constant size. Its size should evaluate to 1.
>
> int
> bar (int v)
> {
> int (*p)[v];
> int (