public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/89921] The jump threading increases the size a lot when having an huge inline-asm
       [not found] <bug-89921-4@http.gcc.gnu.org/bugzilla/>
@ 2023-06-25 21:08 ` pinskia at gcc dot gnu.org
  0 siblings, 0 replies; only message in thread
From: pinskia at gcc dot gnu.org @ 2023-06-25 21:08 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|2019-04-03 00:00:00         |2023-6-25

--- Comment #4 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Note the inline-asm is removed in recent versions of GCC because the result is
not used.

To fix that do:
s/return 0;/return o;/

The duplicate still happens on the trunk with the above change to the sources.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-06-25 21:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-89921-4@http.gcc.gnu.org/bugzilla/>
2023-06-25 21:08 ` [Bug middle-end/89921] The jump threading increases the size a lot when having an huge inline-asm pinskia at gcc dot gnu.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).