https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83394

Martin Sebor <msebor at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #7 from Martin Sebor <msebor at gcc dot gnu.org> ---
The warning has been restored in r255844.  GCC now prints:

a.c:5:18: warning: ignoring attribute ‘always_inline’ because it conflicts with
attribute ‘noinline’ [-Wattributes]
 A::operator int ()
                  ^
a.c:2:33: note: previous declaration here
   __attribute__((__noinline__)) operator int ();
                                 ^~~~~~~~

Reply via email to