This is the mail archive of the gcc-patches@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]

Re: [PATCH, go]: Restore bootstrap



On 07/25/2014 03:51 AM, Ian Lance Taylor wrote:
On Thu, Jul 24, 2014 at 12:21 PM, Martin LiÅka <mliska@suse.cz> wrote:
On 07/24/2014 07:57 PM, Uros Bizjak wrote:
Hello!

2014-07-24  Uros Bizjak  <ubizjak@gmail.com>

      * go/go-gcc.cc (Gcc_backend::global_variable_set_init): Rename
      symtab_get_node to symtab_node::get.

Tested on x86_64-linux-gnu and committed to mainline SVN.

Uros.
Hello,
     thank you for your fix. As I see my configure output:

$ ../configure --disable-bootstrap --enable-checking=release
--enable-languages=all --disable-multilib

The following languages will be built: c,c++,fortran,java,lto,objc
*** This configuration is not supported in the following subdirectories:
      gnattools target-libada target-libgo target-libbacktrace
     (Any other directories should still work fine.)

I thought with 'all' I cover all front-ends, is it really intended behavior
that go is disable by 'all'?
Yes, --enable-languages=all is the default, so it only builds the
frontends that are enabled by default, so it does not build the Go or
Ada frontends.  I know it doesn't make much sense.

Ian
I would suggest to replace currently used 'all' to 'default'. And 'all' can be really used for all possible frontends we have :) I know it changes the behavior, but I hope I makes sense?

Thank you,
Martin


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