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

[Bug libstdc++/5625] [mips] exception unwinding creates invalid pointer on mips


------- Additional Comments From rsandifo at redhat dot com  2004-02-05 20:51 -------
Subject: Re:  [mips] exception unwinding creates invalid
 pointer on mips

Richard Sandiford <rsandifo@redhat.com> writes:
> Right.  The Pmode == ptr_mode thing is deliberate: if you change Pmode
> to DImode for 32-bit ptr_mode, then the loop optimisers are no longer
> able to recognise ivs properly.  Any pointer + integer will involve
> a sign-extension.

Sorry, this was poorly phrased.  I wasn't trying to suggest there was
anything special about 32-bit ptr_mode here: the same problem applies
for 64-bit ptr_mode too.  It's just not a problem we want to spread.

Richard


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=5625


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