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.

Reply via email to