This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/27771] inlined return not optimized, overfullfills ABI calling convention
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 28 May 2006 15:20:32 -0000
- Subject: [Bug c++/27771] inlined return not optimized, overfullfills ABI calling convention
- References: <bug-27771-12740@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #6 from pinskia at gcc dot gnu dot org 2006-05-28 15:20 -------
volatile makes all the optimizations turn off for that variable which means
nothing is going to happen.
This is not a bug, if you can find a testcase without volatile, please file a
new bug.
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27771