David Given wrote:
[...]
> When I actually try to build stuff, however, the branch gets emitted but
> then silently deleted during the mach pass.
Solved: turned out to be old code in the TARGET_MACHINE_DEPENDENT_REORG,
dating from the port I was basing my backend on, which was mangling my
code. I
On 11/05/10 09:01, Ian Lance Taylor wrote:
Abdul Wahid Memon writes:
Can anyone please give me a two line description about mach pass in
GCC or any source reference for that.
I don't know what you mean by "mach pass".
I'd hazard a guess Abdul is referring to the machine dependent reorg
pass
Abdul Wahid Memon writes:
> Can anyone please give me a two line description about mach pass in
> GCC or any source reference for that.
I don't know what you mean by "mach pass".
Ian