On Fri, Feb 16, 2018 at 01:54:15PM -0500, Jason Merrill wrote: > My dejagnu doesn't like "cc1plus" as a line number: > > ERROR: g++.old-deja/g++.jason/scoping15.C -std=gnu++98: expected > integer but got "cc1plus:" for " dg-warning 25 "ffriend-injection.* is > deprecated" "" { target *-*-* } cc1plus: "
Usually 0 is used in that spot for lineno of UNKNOWN_LOCATION. Jakub