This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/42702] Unimplemented functionality
- From: "paolo dot carlini at oracle dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 12 Jan 2010 13:11:32 -0000
- Subject: [Bug c++/42702] Unimplemented functionality
- References: <bug-42702-17090@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #3 from paolo dot carlini at oracle dot com 2010-01-12 13:11 -------
No, in this case it's just a diagnostic telling you that the function cannot be
inlined by the optimizers, there is nothing in the Standard about that, and it
can well be that for some reason (there are many possible) it will *never* be
in the foreseeable future. But if exactly the same function *could* be inlined
by a previous version of GCC and you cannot convince the new GCC to do that
even playing with the various --param knobs, you could (should) file an
optimization regression PR.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42702