[Bug middle-end/29299] [4.2 Regresion] gcc "used" attribute has no effect on local-scope static variables
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Sat Sep 30 19:40:00 GMT 2006
------- Comment #3 from pinskia at gcc dot gnu dot org 2006-09-30 19:40 -------
4.1.2 works:
.local bar.1279
.comm bar.1279,4,4
.local bof
.comm bof,4,4
while 4.2.0 does not:
.local bof
.comm bof,4,4
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |hubicka at gcc dot gnu dot
| |org
Status|UNCONFIRMED |NEW
Component|c |middle-end
Ever Confirmed|0 |1
GCC build triplet|i386-redhat-linux |
GCC host triplet|i386-redhat-linux |
GCC target triplet|i386-redhat-linux |
Keywords| |wrong-code
Last reconfirmed|0000-00-00 00:00:00 |2006-09-30 19:40:21
date| |
Summary|gcc "used" attribute has no |[4.2 Regresion] gcc "used"
|effect on local-scope static|attribute has no effect on
|variables |local-scope static variables
Target Milestone|--- |4.2.0
Version|4.1.1 |4.2.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29299
More information about the Gcc-bugs
mailing list