This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: RFC/RFHelp: c-decl.c rewrite - almost but not quite
Dale Johannesen <dalej@apple.com> writes:
> On Mar 16, 2004, at 12:54 PM, Zack Weinberg wrote:
>> Here finally is the big c-decl.c rewrite. I'm pleased to report it
>> solves the infamous dwarf2out ICE and several other bugs (see the
>> changelog for details). However, I need some help finishing it.
>>
>> Inter-module optimization is forcibly disabled by this patch.
>> I suspect that the only thing required to get it working again is
>> to restore the loop (in its proper form) to c_common_parse_file.
>> I didn't want to delay this patch any further to work out how to do
>> that.
>
> Hmmm. While I don't want to hold up the merge until the existing
> problems with IMA are fixed, making it completely unusable wasn't
> what I was expecting. We are trying to use it, as you know. Are
> you planning to fix this soon?
Yes. Faster if I get some help.
zw