This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/49139] always_inline attribute inconsistencies on failure
- From: "chrbr at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 11 Jul 2011 13:02:51 +0000
- Subject: [Bug middle-end/49139] always_inline attribute inconsistencies on failure
- Auto-submitted: auto-generated
- References: <bug-49139-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49139
chrbr at gcc dot gnu.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution| |FIXED
--- Comment #14 from chrbr at gcc dot gnu.org 2011-07-11 13:02:22 UTC ---
as discussed
-emits a warning when __attribute__((always_inline)) is used without inline
keyword
-emits an error in an always_inline function couldn't be inlined.
-consistently behaves, with or without -Winline