[gcn] install.texi: Update for new ISA targets and their requirements
[gcc.git] / gcc / testsuite / g++.dg / cpp23 / range-for3.C
blob301e25886ec613c611c45a741fb3e2f59c1f1534
1 // P2718R0 - Wording for P2644R1 Fix for Range-based for Loop
2 // { dg-do run { target c++11 } }
3 // Verify -frange-for-ext-temps is set by default in -std=gnu++* modes.
4 // { dg-options "" }
6 #define RANGE_FOR_EXT_TEMPS 1
7 #include "range-for1.C"