This is the mail archive of the gcc-prs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

target/9628: ICE in gcc 3.4 20030203 sparc{64,}-linux: bfd/linker.c:2738: internal compiler error: output_operand: invalid expression as operand


>Number:         9628
>Category:       target
>Synopsis:       ICE in gcc 3.4 20030203 sparc{64,}-linux: bfd/linker.c:2738: internal compiler error: output_operand: invalid expression as operand
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sat Feb 08 17:16:00 UTC 2003
>Closed-Date:
>Last-Modified:
>Originator:     c.christian.joensson@telia.com
>Release:        3.4 (experimental) 20030203 -- 20030306
>Organization:
>Environment:
Aurora SPARC Linux on SS20 (sun4m) and U1 (sun4u)
>Description:
When trying to bootstrap/build gcc and binutils joined cvs trunks,
using a previous such build as bootstrap, I get an ICE...


chj@sparky:/usr/local/src/gcc-binutils/trunk/objdir/bfd$ gdb /usr/local/gcc-binutils/bin/gcc
GNU gdb Red Hat Linux (5.2-2)
Copyright 2002 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "sparc-redhat-linux"...
(gdb) set args -DHAVE_CONFIG_H -I. -I/usr/local/src/gcc-binutils/trunk/gcc-binutils/bfd -I. -D_GNU_SOURCE -I.
+-I/usr/local/src/gcc-binutils/trunk/gcc-binutils/bfd -I/usr/local/src/gcc-binutils/trunk/gcc-binutils/bfd/../include
+-I/usr/local/src/gcc-binutils/trunk/gcc-binutils/bfd/../intl -I../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2+-c /usr/local/src/gcc-binutils/trunk/gcc-binutils/bfd/linker.c  -fPIC -DPIC -o .libs/linker.o
(gdb) r
Starting program: /usr/local/gcc-binutils/bin/gcc -DHAVE_CONFIG_H -I. -I/usr/local/src/gcc-binutils/trunk/gcc-binutils/bfd -I.
+-D_GNU_SOURCE -I. -I/usr/local/src/gcc-binutils/trunk/gcc-binutils/bfd
+-I/usr/local/src/gcc-binutils/trunk/gcc-binutils/bfd/../include -I/usr/local/src/gcc-binutils/trunk/gcc-binutils/bfd/../intl
+-I../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c
+/usr/local/src/gcc-binutils/trunk/gcc-binutils/bfd/linker.c  -fPIC -DPIC -o .libs/linker.o
/usr/local/src/gcc-binutils/trunk/gcc-binutils/bfd/linker.c: In function `default_data_link_order':
/usr/local/src/gcc-binutils/trunk/gcc-binutils/bfd/linker.c:2738: internal compiler error: output_operand: invalid expression as+operand
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.

Program exited with code 01.
(gdb) bt
No stack.
(gdb) q
>How-To-Repeat:
   well, compile bfd/linker.c using a recent binutils
>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]