RE: [PATCH] uintr-4.c: Check SSE, AVX or AVX512 in the error message
"Liu, Hongtao" <[email protected]>
| Newsgroups | gmane.comp.gcc.patches |
|---|---|
| Message-ID | <DS4PPF240F42FB75428E77CD538CF65B22BE5A42@DS4PPF240F42FB7.namprd11.prod.outlook.com> |
> -----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.