http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50656
Bug #: 50656 Summary: Several Go tests with unrecognized test line Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: go AssignedTo: i...@airs.com ReportedBy: r...@gcc.gnu.org I noticed that several Go tests are ignored due to unrecognized test lines: go.test/test/fixedbugs/bug324.go: unrecognized test line: // $G $D/$F.dir/p.go && $G $D/$F.dir/main.go && $L main.$A && ./$A.out go.test/test/fixedbugs/bug345.go: unrecognized test line: // $G $D/$F.dir/io.go && errchk $G -e $D/$F.dir/main.go go.test/test/fixedbugs/bug364.go: unrecognized test line: package main go.test/test/fixedbugs/bug324.go: unrecognized test line: // $G $D/$F.dir/p.go && $G $D/$F.dir/main.go && $L main.$A && ./$A.out go.test/test/fixedbugs/bug345.go: unrecognized test line: // $G $D/$F.dir/io.go && errchk $G -e $D/$F.dir/main.go go.test/test/fixedbugs/bug364.go: unrecognized test line: package main go.test/test/interface/private.go: unrecognized test line: // $G $D/${F}1.go && errchk $G $D/$F.go go.test/test/interface/private.go: unrecognized test line: // $G $D/${F}1.go && errchk $G $D/$F.go Rainer