This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug go/48020] New: libgo flag test FAILs on Solaris 2


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: ian@airs.com
        ReportedBy: ro@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"
  ...


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]