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/16551] -O2 (-funit-at-a-time) option fails code generation


------- Additional Comments From rstewart at xvdcorp dot com  2004-07-14 20:38 -------
Which attribute should be given to make it used?  I see an "unused" attribute
but no "used" attribute.

Also, if the compiler presumes that the static variable is unused, why does the
"unused" attribute exist, and why dosen't the compiler give me a warning?

Thanks!

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


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


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