public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/12556] New: ICE: in emit_move_insn, at expr.c:3156
@ 2003-10-09 19:33 deengert at anl dot gov
  2003-10-09 19:35 ` [Bug bootstrap/12556] " deengert at anl dot gov
  2003-10-09 19:54 ` [Bug optimization/12556] " pinskia at gcc dot gnu dot org
  0 siblings, 2 replies; 3+ messages in thread
From: deengert at anl dot gov @ 2003-10-09 19:33 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=12556

           Summary: ICE: in emit_move_insn, at expr.c:3156
           Product: gcc
           Version: 3.3.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: deengert at anl dot gov
                CC: deengert at anl dot gov,gcc-bugs at gcc dot gnu dot org
 GCC build triplet: ia64-hp-hpux11.22
  GCC host triplet: ia64-hp-hpux11.22
GCC target triplet: ia64-hp-hpux11.22

While building gcc-3.3.1 on ia64-hp-hpux11.22:

/afs/anl.gov/appl/gcc-3.3.1/build/ia64_hpux1122/gcc/xgcc -B/afs/anl.gov/
appl/gcc-3.3.1/build/ia64_hpux1122/gcc/ -B/afs/anl.gov/appl/gcc-3.3.1/ia64_hpux1
122/ia64-hp-hpux11.22/bin/ -B/afs/anl.gov/appl/gcc-3.3.1/ia64_hpux1122/ia64-hp-h
pux11.22/lib/ -isystem /afs/anl.gov/appl/gcc-3.3.1/ia64_hpux1122/ia64-hp-hpux11.
22/include -c -I. -I/afs/anl.gov/appl/gcc-3.3.1/build/gcc-3.3.1/libobjc -O2 -g -
O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -DIN_GCC -DIN_TARGET_LIBS -I/afs
/anl.gov/appl/gcc-3.3.1/build/gcc-3.3.1/libobjc/objc -I/afs/anl.gov/appl/gcc-3.3
.1/build/gcc-3.3.1/libobjc/../gcc -I/afs/anl.gov/appl/gcc-3.3.1/build/gcc-3.3.1/
libobjc/../gcc/config -I../../gcc -I/afs/anl.gov/appl/gcc-3.3.1/build/gcc-3.3.1/
libobjc/../include /afs/anl.gov/appl/gcc-3.3.1/build/gcc-3.3.1/libobjc/sendmsg.c
 -o sendmsg.o
/afs/anl.gov/appl/gcc-3.3.1/build/gcc-3.3.1/libobjc/sendmsg.c: In function
`objc_msg_sendv':
/afs/anl.gov/appl/gcc-3.3.1/build/gcc-3.3.1/libobjc/sendmsg.c:221: internal
compiler error: in emit_move_insn, at expr.c:3156
Please submit a full bug report,
with preprocessed source if appropriate.


Preprocessor source output for the objc_msg_sendv routine is same as in 
source. I can send *.s and *.i if needed. 

gcc -v shows:

/afs/anl.gov/appl/gcc-3.3.1/build/ia64_hpux1122/gcc/xgcc -v
Reading specs from
/afs/anl.gov/appl/gcc-3.3.1/ia64_hpux1122/lib/gcc-lib/ia64-hp-hpux11.22/3.3.1/specs
Configured with: ../src/configure --with-gnu-as
--with-as=/afs/anl.gov/appl/binutil-2.13.2.1/ia64_hpux1122/bin/as
--prefix=/afs/anl.gov/appl/gcc-3.3.1/ia64_hpux1122
Thread model: single
gcc version 3.3.1


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

* [Bug bootstrap/12556] ICE: in emit_move_insn, at expr.c:3156
  2003-10-09 19:33 [Bug bootstrap/12556] New: ICE: in emit_move_insn, at expr.c:3156 deengert at anl dot gov
@ 2003-10-09 19:35 ` deengert at anl dot gov
  2003-10-09 19:54 ` [Bug optimization/12556] " pinskia at gcc dot gnu dot org
  1 sibling, 0 replies; 3+ messages in thread
From: deengert at anl dot gov @ 2003-10-09 19:35 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=12556



------- Additional Comments From deengert at anl dot gov  2003-10-09 19:35 -------
Created an attachment (id=4912)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=4912&action=view)
preprocessor output for sendmsg.i


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

* [Bug optimization/12556] ICE: in emit_move_insn, at expr.c:3156
  2003-10-09 19:33 [Bug bootstrap/12556] New: ICE: in emit_move_insn, at expr.c:3156 deengert at anl dot gov
  2003-10-09 19:35 ` [Bug bootstrap/12556] " deengert at anl dot gov
@ 2003-10-09 19:54 ` pinskia at gcc dot gnu dot org
  1 sibling, 0 replies; 3+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-10-09 19:54 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=12556


pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
          Component|bootstrap                   |optimization
           Keywords|                            |build, ice-on-valid-code
         Resolution|                            |DUPLICATE
   Target Milestone|---                         |3.3.2


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-10-09 19:54 -------
This is a dup of bug 11184 which is already fixed for 3.3.2.

*** This bug has been marked as a duplicate of 11184 ***


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

end of thread, other threads:[~2003-10-09 19:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-10-09 19:33 [Bug bootstrap/12556] New: ICE: in emit_move_insn, at expr.c:3156 deengert at anl dot gov
2003-10-09 19:35 ` [Bug bootstrap/12556] " deengert at anl dot gov
2003-10-09 19:54 ` [Bug optimization/12556] " 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).