public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/11955] New: Internal compiler error in reload, at reload1.c:1112
@ 2003-08-17  5:01 antonl at zmail dot ru
  2003-08-17  5:04 ` [Bug c/11955] " pinskia at gcc dot gnu dot org
  0 siblings, 1 reply; 2+ messages in thread
From: antonl at zmail dot ru @ 2003-08-17  5:01 UTC (permalink / raw)
  To: gcc-bugs

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

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

           Summary: Internal compiler error in reload, at reload1.c:1112
           Product: gcc
           Version: 3.2.3
            Status: UNCONFIRMED
          Severity: critical
          Priority: P2
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: antonl at zmail dot ru
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu

Compiler crushes when trying to compile following program:

/*BEGIN*/

int main(int argc, char**argv)
{
  union {
    long long int a;
    double b;
  } c;
  c.b=0;
  for(;;) {
    c.b++;
    if(!c.a) break;
  }
  return 0;
}

/* END */

Compile options are "-O3 -march=pentium4"


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

* [Bug c/11955] Internal compiler error in reload, at reload1.c:1112
  2003-08-17  5:01 [Bug c/11955] New: Internal compiler error in reload, at reload1.c:1112 antonl at zmail dot ru
@ 2003-08-17  5:04 ` pinskia at gcc dot gnu dot org
  0 siblings, 0 replies; 2+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-08-17  5:04 UTC (permalink / raw)
  To: gcc-bugs

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

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


pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
           Keywords|                            |ice-on-valid-code
         Resolution|                            |FIXED
   Target Milestone|3.4                         |---


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-08-17 05:04 -------
I can confirm this in 3.2.3 but it is already fixed in 3.3.1 so closing as fixed.


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

end of thread, other threads:[~2003-08-17  5:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-08-17  5:01 [Bug c/11955] New: Internal compiler error in reload, at reload1.c:1112 antonl at zmail dot ru
2003-08-17  5:04 ` [Bug c/11955] " 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).