This is the mail archive of the gcc-bugs@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]
Other format: [Raw text]

[Bug c/14611] static unsigned int small= -1U;


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-03-16 19:36 -------
The example given will not even compile anywhere:
pr14611.c: In function `main':
pr14611.c:9: error: `qwe' undeclared (first use in this function)
pr14611.c:9: error: (Each undeclared identifier is reported only once
pr14611.c:9: error: for each function it appears in.)
pr14611.c:9: error: `asd' undeclared (first use in this function)

Can you provide a source that will and that shows the problem?

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING


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


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