gcc told me to report a bug

Neil Booth neil@daikokuya.demon.co.uk
Wed Dec 5 12:53:00 GMT 2001


Nicola Pero wrote:-

> -
> +  else if (code == ENUMERAL_TYPE)
> +    {
> +      charType = 'i';
> +    }
>    else
> -    abort ();
> +    {
> +      abort ();
> +    }

I'm picking nits, but the GNU coding standards mandate no braces here.
Since the rest of GCC follows this pretty well, I'd appreciate it if
your patch did too.

Thanks,

Neil.



More information about the Gcc-bugs mailing list