This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Problem with string initializer


On Wed, 28 June 2000, 15:28:27 -0400, vonbrand@inf.utfsm.cl wrote:

> Andreas Schwab <schwab@suse.de> said:
> > The following input to the C++ compiler will result in an error:
> > 
> > $ cat string.cc
> > char x[] = {"asdf"};
> > $ g++ -v string.cc
> 
> [...]
> 
> > string.cc:1: initializer-string for array of chars is too long
> > 
> > The error does not occur if the braces are omitted.
> 
> Hummm... it should probably complain that you are trying to initialize a
> char (x[0]) with a const char * ("asdf"). If there are no braces, there is
> no error.

You're absolutely right, that was my immediate response; BUT, then
at least gcc-2.95.2 is wrong, which compiles this without notice...

Cheers.

l8er
manfred

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]