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: Testsuite patch: Fix PPC debug-[12].c regressions


On Tue, Jun 10, 2003 at 05:16:06PM -0400, John David Anglin wrote:
> I don't understand.  As I noted in my first mail, the combine pass
> eliminates all reference to xyzzy on the PA for the test case.

Not just PA; it happens just about everywhere.

> Is the problem that we should have `orig:69 xyzzy' instead of `<result>'
> in the rtl for insn 60?

No.  xyzzy will not appear in the rtl at all after combine.

That should not affect the presence of the variable in the debug
output though, only the location assigned to the variable; in 
this case, no location at all.

If this is still unclear, please build a cross-compiler to
alpha-linux and look through the output.



r~


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