http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48020
Summary: libgo flag test FAILs on Solaris 2 Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: go AssignedTo: i...@airs.com ReportedBy: r...@gcc.gnu.org Host: i386-pc-solaris2.11 Target: i386-pc-solaris2.11 Build: i386-pc-solaris2.11 The libgo flag test FAILs on Solaris 2: FAIL: flag flag provided but not defined: -x --- FAIL: flag_test.TestEverything VisitAll misses some flags Visit fails after set If it is invoked with -match TestEverything, the test works, the failure only occurs with -match 'TestEverything|TestChangingArgs' In the failing case, visitor is called with "after" "before" "after" "before" ... on success (i.e. with TestEverything alone) with "v" "test_uint64" "match" "test_bool" "test_string" "test_float64" ...