[Bug other/54654] New: configure --enable-languages=c,c++,go reports 'c++' language missing for 'go' in stage 1

ed0.88.prez at gmail dot com gcc-bugzilla@gcc.gnu.org
Fri Sep 21 10:27:00 GMT 2012


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54654

             Bug #: 54654
           Summary: configure --enable-languages=c,c++,go reports 'c++'
                    language missing for 'go' in stage 1
    Classification: Unclassified
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: P3
         Component: other
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: ed0.88.prez@gmail.com


Just configure gcc like this:

../gccsrc/configure --enable-languages=go

or like this:

../gccsrc/configure --enable-languages=c++,go

you'll get:

 'c++' language required by 'go' in stage 1; enabling

But the second configure should not report it.



More information about the Gcc-bugs mailing list