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

--- Comment #4 from Bernd Edlinger <bernd.edlinger at hotmail dot de> ---
(In reply to Sriraman Tallam from comment #3)
Hmm...

This bug seems to be connected to PR57756.
A lot of __attribute__((target(..))) get parsed,
before this error occurs. Some global data are completely
spoiled, which makes the wrong opcode disabled.

Using your patch for PR57756 seems to fixes this one too.
I just wonder why this does not happen on x86_64?

Reply via email to