public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/16922] gcc inlines functions with attribute noinline
       [not found] <bug-16922-4@http.gcc.gnu.org/bugzilla/>
@ 2023-01-29 20:23 ` pinskia at gcc dot gnu.org
  2023-01-29 20:23 ` pinskia at gcc dot gnu.org
  2023-01-29 20:24 ` pinskia at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu.org @ 2023-01-29 20:23 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hp at gcc dot gnu.org

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
*** Bug 34563 has been marked as a duplicate of this bug. ***

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug c++/16922] gcc inlines functions with attribute noinline
       [not found] <bug-16922-4@http.gcc.gnu.org/bugzilla/>
  2023-01-29 20:23 ` [Bug c++/16922] gcc inlines functions with attribute noinline pinskia at gcc dot gnu.org
@ 2023-01-29 20:23 ` pinskia at gcc dot gnu.org
  2023-01-29 20:24 ` pinskia at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu.org @ 2023-01-29 20:23 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |yuri at tsoft dot com

--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
*** Bug 56099 has been marked as a duplicate of this bug. ***

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug c++/16922] gcc inlines functions with attribute noinline
       [not found] <bug-16922-4@http.gcc.gnu.org/bugzilla/>
  2023-01-29 20:23 ` [Bug c++/16922] gcc inlines functions with attribute noinline pinskia at gcc dot gnu.org
  2023-01-29 20:23 ` pinskia at gcc dot gnu.org
@ 2023-01-29 20:24 ` pinskia at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu.org @ 2023-01-29 20:24 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Note noipa attribute has been added for a while now if you want not IPA based
optimizations for this function.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug c++/16922] gcc inlines functions with attribute noinline
  2004-08-08 19:21 [Bug c++/16922] New: " wwieser at gmx dot de
@ 2004-08-08 19:24 ` pinskia at gcc dot gnu dot org
  0 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-08-08 19:24 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-08-08 19:24 -------
Actually it did not inline the function but saw the function was a pure and a constant function so the 
function call did not need to be called at all and removed the call.

So this is invalid.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16922


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-01-29 20:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-16922-4@http.gcc.gnu.org/bugzilla/>
2023-01-29 20:23 ` [Bug c++/16922] gcc inlines functions with attribute noinline pinskia at gcc dot gnu.org
2023-01-29 20:23 ` pinskia at gcc dot gnu.org
2023-01-29 20:24 ` pinskia at gcc dot gnu.org
2004-08-08 19:21 [Bug c++/16922] New: " wwieser at gmx dot de
2004-08-08 19:24 ` [Bug c++/16922] " pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).