http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50068
Andrew Pinski changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50068
--- Comment #7 from Valeriy E. Ushakov 2011-08-24
21:26:23 UTC ---
This fixes the problem. Thanks.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50068
--- Comment #6 from Kazumoto Kojima 2011-08-17
22:49:21 UTC ---
Author: kkojima
Date: Wed Aug 17 22:49:18 2011
New Revision: 177839
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=177839
Log:
PR target/50068
* config/sh/sh.c (sh_ou
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50068
Kazumoto Kojima changed:
What|Removed |Added
Target|shle--netbsdelf |sh*-*-*
Status|UNCONFIRMED
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50068
--- Comment #4 from Andrew Pinski 2011-08-16
00:01:57 UTC ---
The SH target is the only target which does:
if (optimize > 0 && flag_delayed_branch)
dbr_schedule (insns);
in its thunks.