public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/21122] ICE in schedule_insns, at sched-rgn.c:2549
       [not found] <bug-21122-4@http.gcc.gnu.org/bugzilla/>
@ 2010-11-10 18:55 ` danglin at gcc dot gnu.org
  0 siblings, 0 replies; 5+ messages in thread
From: danglin at gcc dot gnu.org @ 2010-11-10 18:55 UTC (permalink / raw)
  To: gcc-bugs

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

John David Anglin <danglin at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX

--- Comment #5 from John David Anglin <danglin at gcc dot gnu.org> 2010-11-10 18:55:36 UTC ---
Not present in current 4.5 branch or head.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug target/21122] ICE in schedule_insns, at sched-rgn.c:2549
       [not found] <bug-21122-10464@http.gcc.gnu.org/bugzilla/>
  2006-08-08  6:54 ` mkuvyrkov at gcc dot gnu dot org
@ 2006-08-25 19:38 ` tbm at cyrius dot com
  1 sibling, 0 replies; 5+ messages in thread
From: tbm at cyrius dot com @ 2006-08-25 19:38 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from tbm at cyrius dot com  2006-08-25 19:38 -------
FWIW, I cannot reproduce this with gcc 4.0.4 20060730 on hppa-linux-gnu, nor
with current 4.1 or 4.2.


-- 


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


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug target/21122] ICE in schedule_insns, at sched-rgn.c:2549
       [not found] <bug-21122-10464@http.gcc.gnu.org/bugzilla/>
@ 2006-08-08  6:54 ` mkuvyrkov at gcc dot gnu dot org
  2006-08-25 19:38 ` tbm at cyrius dot com
  1 sibling, 0 replies; 5+ messages in thread
From: mkuvyrkov at gcc dot gnu dot org @ 2006-08-08  6:54 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from mkuvyrkov at gcc dot gnu dot org  2006-08-08 06:54 -------
Probably this is a dublicate of 27883.


-- 

mkuvyrkov at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mkuvyrkov at gcc dot gnu dot
                   |                            |org


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


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug target/21122] ICE in schedule_insns, at sched-rgn.c:2549
  2005-04-20 14:13 [Bug c/21122] New: " b dot gunreben at web dot de
  2005-04-20 14:14 ` [Bug target/21122] " pinskia at gcc dot gnu dot org
@ 2005-04-20 15:07 ` pinskia at gcc dot gnu dot org
  1 sibling, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-04-20 15:07 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-04-20 15:07 -------
Confirmed, reduced testcase:
union tabfudge
{
    double tf_d;
    int tf_i[2];
};
struct _osc
{
    double x_phase;
};
void osc_perform(double *out, struct _osc * x)
{
  union tabfudge tf;
  int normhipart;
  double dphase;
  
  dphase = x->x_phase + 1.572864e+6;
  tf.tf_d = 1.572864e+6;
  normhipart = tf.tf_i[0];
  tf.tf_d = dphase;
  tf.tf_i[0] = normhipart;
  *out = tf.tf_d;
}


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2005-04-20 15:07:14
               date|                            |


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


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug target/21122] ICE in schedule_insns, at sched-rgn.c:2549
  2005-04-20 14:13 [Bug c/21122] New: " b dot gunreben at web dot de
@ 2005-04-20 14:14 ` pinskia at gcc dot gnu dot org
  2005-04-20 15:07 ` pinskia at gcc dot gnu dot org
  1 sibling, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-04-20 14:14 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|c                           |target
           Keywords|                            |ice-on-valid-code


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


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-11-10 18:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-21122-4@http.gcc.gnu.org/bugzilla/>
2010-11-10 18:55 ` [Bug target/21122] ICE in schedule_insns, at sched-rgn.c:2549 danglin at gcc dot gnu.org
     [not found] <bug-21122-10464@http.gcc.gnu.org/bugzilla/>
2006-08-08  6:54 ` mkuvyrkov at gcc dot gnu dot org
2006-08-25 19:38 ` tbm at cyrius dot com
2005-04-20 14:13 [Bug c/21122] New: " b dot gunreben at web dot de
2005-04-20 14:14 ` [Bug target/21122] " pinskia at gcc dot gnu dot org
2005-04-20 15:07 ` pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).