public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/22409] New: [3.4 regression] ICE in subst_stack_regs_pat, at reg-stack.c:1445
@ 2005-07-11 16:05 reichelt at gcc dot gnu dot org
  2005-07-11 16:15 ` [Bug target/22409] " pinskia at gcc dot gnu dot org
  0 siblings, 1 reply; 2+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2005-07-11 16:05 UTC (permalink / raw)
  To: gcc-bugs

The following code snippet causes an ICE (3.4 branch only)
when compiled with "gcc -O2 -ffast-math" on i686-pc-linux-gnu

===============================
double atan (double);

void foo()
{
   double x, y;

   do
     {
       goto L2;
     L1:
       if (x) goto L1;
     L2:
       x += atan (y);
       goto L1;
     }
   while (1);
}
===============================

bug.c: In function `foo':
bug.c:17: internal compiler error: in subst_stack_regs_pat, at reg-stack.c:1445
Please submit a full bug report, [etc.]

-- 
           Summary: [3.4 regression] ICE in subst_stack_regs_pat, at reg-
                    stack.c:1445
           Product: gcc
           Version: 3.4.4
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code
          Severity: normal
          Priority: P2
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: reichelt at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org
GCC target triplet: i686-pc-linux-gnu


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


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

* [Bug target/22409] [3.4 regression] ICE in subst_stack_regs_pat, at reg-stack.c:1445
  2005-07-11 16:05 [Bug target/22409] New: [3.4 regression] ICE in subst_stack_regs_pat, at reg-stack.c:1445 reichelt at gcc dot gnu dot org
@ 2005-07-11 16:15 ` pinskia at gcc dot gnu dot org
  0 siblings, 0 replies; 2+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-07-11 16:15 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-07-11 16:10 -------
Confirmed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
      Known to fail|                            |3.4.0
      Known to work|                            |3.3.3 4.0.0 4.1.0
   Last reconfirmed|0000-00-00 00:00:00         |2005-07-11 16:10:30
               date|                            |
   Target Milestone|---                         |3.4.5


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


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

end of thread, other threads:[~2005-07-11 16:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-07-11 16:05 [Bug target/22409] New: [3.4 regression] ICE in subst_stack_regs_pat, at reg-stack.c:1445 reichelt at gcc dot gnu dot org
2005-07-11 16:15 ` [Bug target/22409] " 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).