On Sat, Nov 14, 2015 at 8:30 AM, Jakub Jelinek <[email protected]> wrote: > On Sat, Nov 14, 2015 at 08:09:44AM -0500, David Edelsohn wrote: >> On Sat, Nov 14, 2015 at 5:16 AM, Andreas Schwab <[email protected]> >> wrote: >> > David Edelsohn <[email protected]> writes: >> > >> >> + int c\u0024c; // { dg-error "not valid in an identifier" { >> >> target { powerpc-ibm-aix* } } } >> > >> > FAIL: g++.dg/cpp/ucn-1.C -std=gnu++11 target { powerpc-ibm-aix* } (test >> > for errors, line 12) >> >> Argh. So why isn't it limited to the specified target as the >> documentation implies? > > Because there needs to be "" or some other string in between the regexp > and { target ... }.
Fixed. Sorry. Thanks, David
