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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org

--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-02-16 
07:35:09 UTC ---
The function is not empty, it is returning an uninitialized value as int.  If
you want an empty function, use void foo () {}

Reply via email to