[Bug c/18930] name clash in C?

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Fri Dec 10 18:33:00 GMT 2004


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-12-10 18:33 -------
Not a bug:

typedef int i;
typedef char c;

i main (i c, c ** v)
{

}

c is injected right away after "i c".


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18930



More information about the Gcc-bugs mailing list