[gcn] install.texi: Update for new ISA targets and their requirements
[gcc.git] / gcc / testsuite / g++.dg / cpp23 / range-for5.C
blobc2cd1248bf6899895981537514632d6f4e936bd7
1 // P2718R0 - Wording for P2644R1 Fix for Range-based for Loop
2 // { dg-do run { target { c++11 && c++20_down } } }
3 // { dg-options "-fno-range-for-ext-temps" }
5 #if __cplusplus <= 202002L
6 #define RANGE_FOR_EXT_TEMPS 0
7 #endif
8 #include "range-for1.C"