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~