https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68755

Markus Trippelsdorf <trippels at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |trippels at gcc dot gnu.org
         Resolution|---                         |INVALID

--- Comment #3 from Markus Trippelsdorf <trippels at gcc dot gnu.org> ---
(In reply to H.J. Lu from comment #2)
> (In reply to Zhendong Su from comment #0)
> >
> > int
> > main ()
> > {
> >   char e[5];
>           ^^^^
> >   for (; c < 5; c++)
> >     {
> >       while (a)
> >         {
> >           b = d;
> >           if (e[8000])
>                 ^^^^^^^^^ Is this valid C code?

No, it isn't.

Reply via email to