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]

Re: libg++ won't build with latest snapshots


>>>>> "Alexandre" == Alexandre Oliva <oliva@lsd.ic.unicamp.br> writes:

    Alexandre> Installed.

Thanks.

    >> Is this error being emitted during semantic analysis, or during
    >> code-generation?  In other words, does
    >> doing_semantic_analysis_p hold at the time of the error?

    Alexandre> I can't find any variable or function under that name.
    Alexandre> But here are the backtraces for the two occurrences of
    Alexandre> errors, in case this helps figuring it out:

It does -- thanks.  This is what I was afraid of -- we should be doing
something at semantic analysis time that we're postponing to expansion
time, and that's where the problem lies, I think.  The good news is
that fixing this is probably relatively routine.

--
Mark Mitchell                   mark@codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com


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