[Bug c/32960] no warning for conflicting attributes on separate decls

2014-05-08 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32960 Marek Polacek changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug c/32960] no warning for conflicting attributes on separate decls

2012-04-18 Thread manu at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32960 Manuel López-Ibáñez changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c/32960] no warning for conflicting attributes on separate decls

2007-08-01 Thread tromey at gcc dot gnu dot org
--- Comment #2 from tromey at gcc dot gnu dot org 2007-08-02 02:17 --- Yeah -- I looked at the other bugs before filing this one. The issue here is that the hot/cold code already checks for the conflict; but we merge without calling the handlers, so the check is never triggered. I didn't

[Bug c/32960] no warning for conflicting attributes on separate decls

2007-08-01 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2007-08-02 02:10 --- I have filed other bug reports about stuff like this, we currently accept noinline and alwaysinline which are more conflicting than hot and cold. -- pinskia at gcc dot gnu dot org changed: What|Re