This is the mail archive of the gcc@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: Missing warning message


On Sat, Feb 10, 2001 at 01:18:32PM -0700, Andrew Vaught wrote:
> While working on g95, we had an erroneous declaration that looked like:
> 
> char array[] = { "a", "b", "c" };

Current sources yield 

simplify.c:73: excess elements in char array initializer
simplify.c:73: (near initialization for `ascii_table')


r~


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