This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug optimization/11662] [SPARC] -O1: wrong code for expr. with cast to long long and exclusive or
- From: "pinskia at physics dot uc dot edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 24 Jul 2003 15:20:36 -0000
- Subject: [Bug optimization/11662] [SPARC] -O1: wrong code for expr. with cast to long long and exclusive or
- References: <20030724145955.11662.heinrich.brand@fujitsu-siemens.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11662
pinskia at physics dot uc dot edu changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |WAITING
Summary|[SPARC] -O1: wrong code for |[SPARC] -O1: wrong code for
|expr. with cast to long long|expr. with cast to long long
|and exclusive or |and exclusive or
------- Additional Comments From pinskia at physics dot uc dot edu 2003-07-24 15:20 -------
Does this work with -fno-delayed-branch?
I do not know the rules on sparc for delay slots of branch instructions so if it works with that then
that is the problem because looking to at the asm looks right except for the store after the return.