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: dbxout & pch improvements



On Sunday, April 6, 2003, at 10:24 AM, Eric Botcazou wrote:


Index: gcc/testsuite/ChangeLog
2003-04-04  Geoffrey Keating  <geoffk at apple dot com>

        * gcc.dg/pch/static-3.c: New.
        * gcc.dg/pch/static-3.hs: New.
       * gcc.dg/pch/pch.exp: Test with -O0 -g too.

Are the -O0 tests supposed to pass on x86? We have


FAIL: pch/static-1.c -O0 -g assembly comparison
FAIL: pch/static-2.c -O0 -g assembly comparison
FAIL: pch/static-3.c -O0 -g assembly comparison

Yes, they're supposed to pass. It's probably because Darwin uses stabs, but x86-linux uses Dwarf. Chances are it is a real bug.


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