------- Comment #2 from davek at gcc dot gnu dot org 2009-08-09 22:03 -------
Still present, although the location has slipped slightly for the warnings on
the function declarations with no body.
$ g++ -S vis.cpp -o vis.asm
vis.cpp: In function 'int foo(int)':
vis.cpp:11: warning: visibility attribute not supported in this configuration;
i
gnored
vis.cpp: At global scope:
vis.cpp:30: warning: visibility attribute not supported in this configuration;
i
gnored
vis.cpp:30: warning: visibility attribute not supported in this configuration;
i
gnored
Confirming, but lowering the severity and priority.
--
davek at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|normal |trivial
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
Priority|P3 |P5
Last reconfirmed|0000-00-00 00:00:00 |2009-08-09 22:03:51
date| |
Version|4.2.0 |4.5.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31844