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, testsuite] Fix PR37033, gcc.dg/pch/valid-1b.c failures


Alexandre Oliva <aoliva@redhat.com> writes:

It's quite unfortunate that -g PCH files will no longer be used with
-g0, but I don't see any good way to avoid this.  Unless...  How about
we kept CFI generation enabled throughout the compiler, in spite of
-g0, when using a PCH that had it enabled?  Then we'd emit eh sections
that we didn't need, but that's about it AFAICT.

I think this is definitely the way to go.




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