[Bug c++/27771] inlined return not optimized, overfullfills ABI calling convention
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Sun May 28 15:20:00 GMT 2006
------- 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
More information about the Gcc-bugs
mailing list