public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/13131] New: internal compiler error: in AT_flag, at dwarf2out.c:4480
@ 2003-11-19 20:27 daney at gcc dot gnu dot org
  2003-11-19 20:34 ` [Bug target/13131] " pinskia at gcc dot gnu dot org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: daney at gcc dot gnu dot org @ 2003-11-19 20:27 UTC (permalink / raw)
  To: gcc-bugs

from CVS mainline of this morning.

Configured as:

../gcccvsw/gcc/configure  --host=i686-pc-linux-gnu --target=mipsel-linux
--enable-languages=c,c++,java
--with-headers=/home/mipsel-linux/mipsel-linux/include --prefix=/home/testcvs/
--with-float=soft --with-arch=mips32

make results in an ICE when building libgcc

<...>
/home/daney/mipsel-gcccvs/gcc/xgcc -B/home/daney/mipsel-gcccvs/gcc/
-B/home/testcvs//mipsel-linux/bin/ -B/home/testcvs//mipsel-linux/lib/ -isystem
/home/testcvs//mipsel-linux/include -isystem
/home/testcvs//mipsel-linux/sys-include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall
-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes  -isystem ./include 
-fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I
-I../../gcccvsw/gcc/gcc -I../../gcccvsw/gcc/gcc/
-I../../gcccvsw/gcc/gcc/../include   -DL_ffssi2 -c
../../gcccvsw/gcc/gcc/libgcc2.c -o libgcc/./_ffssi2.o
../../gcccvsw/gcc/gcc/libgcc2.c:434: internal compiler error: in AT_flag, at
dwarf2out.c:4480
<...>

-- 
           Summary: internal compiler error: in AT_flag, at dwarf2out.c:4480
           Product: gcc
           Version: 3.4
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code
          Severity: normal
          Priority: P2
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: daney at gcc dot gnu dot org
                CC: echristo at redhat dot com,gcc-bugs at gcc dot gnu dot
                    org,rsandifo at redhat dot com
 GCC build triplet: mipsel-linux
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: mipsel-linux


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


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

* [Bug target/13131] internal compiler error: in AT_flag, at dwarf2out.c:4480
  2003-11-19 20:27 [Bug c/13131] New: internal compiler error: in AT_flag, at dwarf2out.c:4480 daney at gcc dot gnu dot org
@ 2003-11-19 20:34 ` pinskia at gcc dot gnu dot org
  2003-11-20  8:52 ` cvs-commit at gcc dot gnu dot org
  2003-11-20  8:55 ` wilson at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-11-19 20:34 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-11-19 20:34 -------
Patch here: <http://gcc.gnu.org/ml/gcc-patches/2003-11/msg01503.html>.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |critical
             Status|UNCONFIRMED                 |NEW
          Component|c                           |target
     Ever Confirmed|                            |1
           Keywords|                            |patch
   Last reconfirmed|0000-00-00 00:00:00         |2003-11-19 20:34:29
               date|                            |
   Target Milestone|---                         |3.4


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


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

* [Bug target/13131] internal compiler error: in AT_flag, at dwarf2out.c:4480
  2003-11-19 20:27 [Bug c/13131] New: internal compiler error: in AT_flag, at dwarf2out.c:4480 daney at gcc dot gnu dot org
  2003-11-19 20:34 ` [Bug target/13131] " pinskia at gcc dot gnu dot org
@ 2003-11-20  8:52 ` cvs-commit at gcc dot gnu dot org
  2003-11-20  8:55 ` wilson at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2003-11-20  8:52 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2003-11-20 08:52 -------
Subject: Bug 13131

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	wilson@gcc.gnu.org	2003-11-20 08:52:49

Modified files:
	gcc            : ChangeLog dwarf2out.c 

Log message:
	PR target/13131
	* dwarf2out.c (gen_array_type_die): DW_AT_declaration should be a
	flag, not a constant.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.1791&r2=2.1792
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/dwarf2out.c.diff?cvsroot=gcc&r1=1.463&r2=1.464



-- 


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


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

* [Bug target/13131] internal compiler error: in AT_flag, at dwarf2out.c:4480
  2003-11-19 20:27 [Bug c/13131] New: internal compiler error: in AT_flag, at dwarf2out.c:4480 daney at gcc dot gnu dot org
  2003-11-19 20:34 ` [Bug target/13131] " pinskia at gcc dot gnu dot org
  2003-11-20  8:52 ` cvs-commit at gcc dot gnu dot org
@ 2003-11-20  8:55 ` wilson at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: wilson at gcc dot gnu dot org @ 2003-11-20  8:55 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From wilson at gcc dot gnu dot org  2003-11-20 08:55 -------
Patch from Scott Snyder has been checked in, and confirmed as a fix by reporter.

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


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


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

end of thread, other threads:[~2003-11-20  8:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-11-19 20:27 [Bug c/13131] New: internal compiler error: in AT_flag, at dwarf2out.c:4480 daney at gcc dot gnu dot org
2003-11-19 20:34 ` [Bug target/13131] " pinskia at gcc dot gnu dot org
2003-11-20  8:52 ` cvs-commit at gcc dot gnu dot org
2003-11-20  8:55 ` wilson 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).