https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91867
me at myrrec dot space changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |me at myrrec dot space
--- Comment #3 from me at myrrec dot space ---
Also confirmed with -std=c++17 and -std=c++2a
------------------------main.cpp--
int main(){
for (bool e : {true, false});
}
---------------------------------
