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

rolf.woehrm...@t-online.de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rolf.woehrm...@t-online.de

--- Comment #4 from rolf.woehrm...@t-online.de ---
Hi

this problem of generating wrong restore code for neon registers is still
happening in 7.2.0 when using the -mapcs-frame option.

Since this is just wrong code generation which should never happen, I highly
recommend to either emit a warning when using neon with -mapcs-frame option
(like together with -mfpu=neon-xyz) or simply fix the code generation bug.

I ran into this problem and spent aka wasted the last 3 days to find this out.
A simple warning at least should have avoided this. In most of the cases we
could remove -mapcs-frame if we only knew.

Gret Thanks
Rolf

Reply via email to