This is the mail archive of the gcc@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: -fno-rtti in configure.ac breaks building go? (older g++, -disable-bootstrap)


On Sun, May 20, 2012 at 10:30 PM, Ian Lance Taylor <iant@google.com> wrote:

> To be clear, as far as I can see the Go frontend isn't doing anything
> wrong or dubious. ?It just happens to #include <tr1/unordered_map> when
> it is available but <unordered_map> is not. ?It looks like in gcc 4.0
> you can not #include <tr1/unordered_map> when using -fno-rtti.
>
> We could work around this by changing gcc/configure.ac to check whether
> that #include <tr1/unordered_map> works with -fno-rtti. ?If that fails,
> the Go frontend will next try <ext/hash_map>.

Is it unacceptable for the Go front-end to use the stage1 g++, especially
as we are moving toward switching to C++?

-- Gaby


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