[Bug c++/14075] ("foo") accepted as char[] initializer

2004-12-21 Thread gdr at integrable-solutions dot net
--- Additional Comments From gdr at integrable-solutions dot net 2004-12-21 19:27 --- Subject: Re: ("foo") accepted as char[] initializer "nathan at gcc dot gnu dot org" <[EMAIL PROTECTED]> writes: | 2004-12-16 Nathan Sidwell <[EMAIL PROTECTED]> | | PR c++/14075 | * dec

[Bug c++/14075] ("foo") accepted as char[] initializer

2004-12-21 Thread nathan at gcc dot gnu dot org
--- Additional Comments From nathan at gcc dot gnu dot org 2004-12-21 18:28 --- 2004-12-16 Nathan Sidwell <[EMAIL PROTECTED]> PR c++/14075 * decl.c (check_initializer): Check string initializer of array is not parenthesized. * cp-tree.h (PAREN_STRING_LI

[Bug c++/14075] ("foo") accepted as char[] initializer

2004-12-21 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-12-21 17:54 --- Subject: Bug 14075 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2004-12-21 17:54:27 Modified files: gcc/cp : ChangeLog cp-tree.h decl.c error.c se

[Bug c++/14075] ("foo") accepted as char[] initializer

2004-12-16 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.0 |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14075

[Bug c++/14075] ("foo") accepted as char[] initializer

2004-12-16 Thread nathan at gcc dot gnu dot org
--- Additional Comments From nathan at gcc dot gnu dot org 2004-12-16 11:41 --- what a silly restriction ... -- What|Removed |Added AssignedTo|unassigned at gcc dot

[Bug c++/14075] ("foo") accepted as char[] initializer

2004-12-09 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-09 12:35 --- The reason sometimes it is hard to see if a bug is against the C++ front-end, I always look at the title of the window which includes the summary but not the component. -- What|Removed

[Bug c++/14075] ("foo") accepted as char[] initializer

2004-12-09 Thread joseph at codesourcery dot com
--- Additional Comments From joseph at codesourcery dot com 2004-12-09 10:57 --- Subject: Re: ("foo") accepted as char[] initializer On Thu, 9 Dec 2004, pinskia at gcc dot gnu dot org wrote: > Fixed on the mainline: > tt.c:3: warning: array initialized from parenthesized string consta

[Bug c++/14075] ("foo") accepted as char[] initializer

2004-12-08 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-09 00:26 --- Fixed on the mainline: tt.c:3: warning: array initialized from parenthesized string constant -- What|Removed |Added -