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 target/12978] problem with -fweb and c4x target


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-11-09 18:22 -------
This is actually a latency bug in the machine description: see bug 12630 (for hppa and 
just like this one) and PR 12612 (for x86, the log pattern had the same problem)

Basically to fix it, change:
   (clobber (match_dup 0))
   (clobber (match_dup 1))
to use match_scratch: instead.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
          Component|c                           |target
     Ever Confirmed|                            |1
           Keywords|                            |ice-on-valid-code
   Last reconfirmed|0000-00-00 00:00:00         |2003-11-09 18:22:46
               date|                            |
   Target Milestone|---                         |3.4


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


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