This is the mail archive of the gcc@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]

EH question and registers


The problem I'm having with the Ada ACATS tests has to do with EH.

I have a situation like this:

	... code that sets a register (r12 in this case) ...

	... a block that raises and catches an exception but doesn't modify R12

	... code that looks at r12

The act of raising and catching the exception isn't restoring r12.

This is a part of the compiler that I don't understand and I also don't
understand what's different about it with tree-ssa.

So suggestions as to where to look first would be greatly appreciated.


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