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, fortran] PR58007: unresolved fixup hell


>> Did you bootstrap & test the 4.7 backport?
>>
> Yes, works like a charm here.

I also see the build problem (configuring with
"--enable-languages=c,fortran --disable-bootstrap").


>> Looks like you committed C++ code there, in module.c:
>> ...
>>   3867  static void
>>   3868  skip_list (int nest_level = 0)
>>   3869  {
>> ...
>>
>> This breaks build.  In 4.7 gcc is still C, at least for
>> cross-builds (cris-elf but unimportant):
>>
> Alright; can you try the attached patch?

Does appear to fix the build problem. Did not check the testsuite ...

Cheers,
Janus


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