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: unassig...@gcc.gnu.org

        ReportedBy: ed0.88.p...@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.

Reply via email to