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 optimization/10392] [3.3/3.4 regression] [SH] optimizer generates faulty array indexing


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


ebotcazou at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ebotcazou at gcc dot gnu dot
                   |                            |org
  GCC build triplet|sparc-sun-solaris2.8        |
   GCC host triplet|sparc-sun-solaris2.8        |


------- Additional Comments From ebotcazou at gcc dot gnu dot org  2003-09-07 14:28 -------
Confirmed on i586-redhat-linux-gnu as of gcc version 3.3.2 20030904
(prerelease). This is tricky reload problem, which is related to the range of
immediate constants accepted by the 'add' instructions (so the bug doesn't show
up with buf[126] and below).

I cleared the 'host' field since the bug is not SPARC-specific.


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