> -----Original Message-----
> From: H.J. Lu <[email protected]>
> Sent: Thursday, August 20, 2026 3:20 PM
> To: GCC Patches <[email protected]>; Uros Bizjak
> <[email protected]>; Liu, Hongtao <[email protected]>
> Subject: [PATCH] uintr-4.c: Check SSE, AVX or AVX512 in the error message
> 
> When AVX or AVX512F is enabled by default, we get the error message
> 
> sorry, unimplemented: AVX instructions aren’t allowed in an exception service
> routine
> 
> or
> 
> sorry, unimplemented: AVX512 instructions aren’t allowed in an exception
> service routine
> 
> instead of
> 
> sorry, unimplemented: SSE instructions aren’t allowed in an exception service
> routine
> 
> Update to check SSE, AVX or AVX512 in the expected error message.
Ok.

> 
> PR target/126959
> * gcc.target/i386/uintr-4.c: Check SSE, AVX or AVX512 in the expected error
> message.
> 
> --
> H.J.

Reply via email to