[attribs.cc] ICE with 4x underscores

2024-01-30 Thread Amol Surati via Gcc
Hello, If a std attribute name is squeezed between 4x underscores, the compiler (both 13.2 [1] and trunk [2]) experiences an ICE. for e.g. when using [[deprecated]] int a; But, [[depreated]] int a; (i.e. the char 'c' removed from the spelling) does not cause ICE. Clang does not c

Re: GCC 12.3 ICE: format(printf...) failing in C++ with virtual inheritance

2023-12-09 Thread Amol Surati via Gcc
On Sat, 9 Dec 2023 at 03:53, Paul Smith via Gcc wrote: > > I've tried this with both older versions as well as GCC 12.3 (latest I > have access to). This is on GNU/Linux on x86_64. > > > I have the following code: [...] > I'm assuming a bug should be filed for this ICE (can anyone repro it in > t