https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89867
Jack Lloyd <lloyd at randombit dot net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |lloyd at randombit dot net
--- Comment #8 from Jack Lloyd <lloyd at randombit dot net> ---
I just encountered this with `strub` attribute
void surprise() {
__attribute__((strub)) auto lol = 5;
}
Fails with GCC 14.2, 15.1 and trunk.
