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> The following patch fixes these errors.  Ok to install?

The `error.c' bit is certainly fine.  Thanks!

I'm confused about the other bit, though -- when did this start
failing?  The last significant changes to grok_reference_init appear
to have been in something around October.

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?  Any chance you can create a small example
of this problem?

Your change may be exactly right -- it's just that if the errors
happenning during code generation then something else is wrong: we
shouldn't be issuing those error messages then.

Thanks for your help!

--
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]