[Bug c/22192] Rejection of valid array declaration.

2005-07-28 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-29 05:39 --- Fixed. -- What|Removed |Added Status|NEW |RESOLVED

[Bug c/22192] Rejection of valid array declaration.

2005-07-28 Thread cvs-commit at gcc dot gnu dot org
--- 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

[Bug c/22192] Rejection of valid array declaration.

2005-06-27 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-27 13:49 --- Confirmed. -- What|Removed |Added Status|UNCONFIRMED |NEW E

[Bug c/22192] Rejection of valid array declaration.

2005-06-26 Thread jsm28 at gcc dot gnu dot org
-- What|Removed |Added OtherBugsDependingO||16989 nThis|| http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22192

[Bug c/22192] Rejection of valid array declaration.

2005-06-26 Thread neil at gcc dot gnu dot org
--- 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 (