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: [fortran,patch] Handle preprocessing with -g3


> This patch seems to cause regressions on i386-linux and i386-darwin.
> I'm seeing new failures with literal_character_constant_*.F and
> g77/cpp5.F at -O3 -g, and your patch looks like the only possible culprit.
>
> The failures are segfaults due to NULL pointer dereferencing in dwarf2out.c.

This sounds like it's caused by my patch indeed. i386-darwin doesn't
use dwarf2 AFAIK, so I could understand, but I don't see how there can
be i386-linux failures that didn't show up during my x86_64-linux
regtesting.

I'll revert the patch later today, until I have time to design a better one.

Thanks and sorry,
FX


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