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: ICE namespace/template bug in egcs-2.93.10



> >   char **text;
> >   *text="Hi";  // Should be an error IMHO.
>
> Nope, the Standard allows string literals to be converted to char*,
> althought this conversion is deprecated.  But I agree that at least a
> warning message should be generated.

Ok.

I must also take back what I said about these declarations causing
ICE's, the reason for my ICE was probably something else.

/Oskar
*/              Oskar Enoksson, Linkoping, Sweden                  /*



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