public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/19129] New: gcc-3.4.4 ICE while building libobjc
@ 2004-12-22  8:50 namsh at kldp dot org
  2004-12-22 14:58 ` [Bug target/19129] " pinskia at gcc dot gnu dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: namsh at kldp dot org @ 2004-12-22  8:50 UTC (permalink / raw)
  To: gcc-bugs

I checkout the gcc-3.4 branch today and try to build.
xgcc generated ICE while it try to build libobjc.

I tried to change/remove the compile options.
And I found the ICE was caused by '-march=athlon-xp'.
If I change it to '-march=athlon', No ICE.

Here is ICE msg:
=========================================================================
/home2/namsh/rpm/build/gcc/obj-athlon-redhat-linux/gcc/xgcc
-B/home2/namsh/rpm/build/gcc/obj-athlon-redhat-linux/gcc/
-B/usr/athlon-redhat-linux/bin/ -B/usr/athlon-redhat-linux/lib/ -isystem
/usr/athlon-redhat-linux/include -isystem /usr/athlon-redhat-linux/sys-include
-c -I. -I/home2/namsh/rpm/build/gcc/libobjc -O2 -W -Wall -Wwrite-strings
-Wstrict-prototypes -DHAVE_GTHR_DEFAULT -DIN_GCC -DIN_TARGET_LIBS
-I/home2/namsh/rpm/build/gcc/libobjc/objc
-I/home2/namsh/rpm/build/gcc/libobjc/../gcc
-I/home2/namsh/rpm/build/gcc/libobjc/../gcc/config -I../../gcc
-I/home2/namsh/rpm/build/gcc/libobjc/../include
/home2/namsh/rpm/build/gcc/libobjc/sendmsg.c  -fPIC -DPIC -march=athlon-xp -o
.libs/sendmsg.o
/home2/namsh/rpm/build/gcc/libobjc/sendmsg.c:42:1: warning: "rtx" redefined
In file included from /home2/namsh/rpm/build/gcc/libobjc/sendmsg.c:31:
/home2/namsh/rpm/build/gcc/libobjc/../gcc/coretypes.h:58:1: warning: this is the
location of the previous definition
/home2/namsh/rpm/build/gcc/libobjc/sendmsg.c: In function `objc_msg_sendv':
/home2/namsh/rpm/build/gcc/libobjc/sendmsg.c:269: error: insn does not satisfy
its constraints:
(insn 104 73 105 0 (set (mem:DI (plus:SI (reg/f:SI 6 bp)
                (const_int -176 [0xffffff50])) [0 S8 A8])
        (reg:DI 21 xmm0)) 59 {*movdi_2} (nil)
    (nil))
/home2/namsh/rpm/build/gcc/libobjc/sendmsg.c:269: internal compiler error: in
reload_cse_simplify_operands, at postreload.c:391
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

-- 
           Summary: gcc-3.4.4 ICE while building libobjc
           Product: gcc
           Version: 3.4.4
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: namsh at kldp dot org
                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


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


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

* [Bug target/19129] gcc-3.4.4 ICE while building libobjc
  2004-12-22  8:50 [Bug c/19129] New: gcc-3.4.4 ICE while building libobjc namsh at kldp dot org
@ 2004-12-22 14:58 ` pinskia at gcc dot gnu dot org
  2004-12-23 18:41 ` reichelt at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-12-22 14:58 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=19129


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

* [Bug target/19129] gcc-3.4.4 ICE while building libobjc
  2004-12-22  8:50 [Bug c/19129] New: gcc-3.4.4 ICE while building libobjc namsh at kldp dot org
  2004-12-22 14:58 ` [Bug target/19129] " pinskia at gcc dot gnu dot org
@ 2004-12-23 18:41 ` reichelt at gcc dot gnu dot org
  2004-12-27  0:47 ` [Bug target/19129] [3.4 Regression] " pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2004-12-23 18:41 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From reichelt at gcc dot gnu dot org  2004-12-23 18:41 -------
Could you please retry with a new checkout?

Richard's patch for PR19102 probably fixed this:
http://gcc.gnu.org/ml/gcc-patches/2004-12/msg01777.html


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING


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


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

* [Bug target/19129] [3.4 Regression] gcc-3.4.4 ICE while building libobjc
  2004-12-22  8:50 [Bug c/19129] New: gcc-3.4.4 ICE while building libobjc namsh at kldp dot org
  2004-12-22 14:58 ` [Bug target/19129] " pinskia at gcc dot gnu dot org
  2004-12-23 18:41 ` reichelt at gcc dot gnu dot org
@ 2004-12-27  0:47 ` pinskia at gcc dot gnu dot org
  2004-12-28  1:33 ` namsh at kldp dot org
  2004-12-28  1:38 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-12-27  0:47 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-12-27 00:47 -------
Note I would not doubt that the reduced testcase is:
int *f(void)
{
  return __builtin_apply (0,0,0);
}



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|gcc-3.4.4 ICE while building|[3.4 Regression] gcc-3.4.4
                   |libobjc                     |ICE while building libobjc
   Target Milestone|---                         |3.4.4


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


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

* [Bug target/19129] [3.4 Regression] gcc-3.4.4 ICE while building libobjc
  2004-12-22  8:50 [Bug c/19129] New: gcc-3.4.4 ICE while building libobjc namsh at kldp dot org
                   ` (2 preceding siblings ...)
  2004-12-27  0:47 ` [Bug target/19129] [3.4 Regression] " pinskia at gcc dot gnu dot org
@ 2004-12-28  1:33 ` namsh at kldp dot org
  2004-12-28  1:38 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: namsh at kldp dot org @ 2004-12-28  1:33 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From namsh at kldp dot org  2004-12-28 01:33 -------
I confirmed that the "Richard's patch for PR19102" fixed this
problem. Thanks.

-- 


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


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

* [Bug target/19129] [3.4 Regression] gcc-3.4.4 ICE while building libobjc
  2004-12-22  8:50 [Bug c/19129] New: gcc-3.4.4 ICE while building libobjc namsh at kldp dot org
                   ` (3 preceding siblings ...)
  2004-12-28  1:33 ` namsh at kldp dot org
@ 2004-12-28  1:38 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-12-28  1:38 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-12-28 01:37 -------
So closing as fixed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |FIXED


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


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

end of thread, other threads:[~2004-12-28  1:38 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-12-22  8:50 [Bug c/19129] New: gcc-3.4.4 ICE while building libobjc namsh at kldp dot org
2004-12-22 14:58 ` [Bug target/19129] " pinskia at gcc dot gnu dot org
2004-12-23 18:41 ` reichelt at gcc dot gnu dot org
2004-12-27  0:47 ` [Bug target/19129] [3.4 Regression] " pinskia at gcc dot gnu dot org
2004-12-28  1:33 ` namsh at kldp dot org
2004-12-28  1:38 ` 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).