In message < 35F17108.504E4B3A@ucsd.edu >you write: > I sympathize with your problem. It sounds like the solution is do > compile with the old cse pass instead of the new gcse pass while > developing. I don't remember the flags for this though... -fno-gcse will disable the global cse pass. jeff