public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: bootstrap/8834: d30v-elf ICE during bootstrap
@ 2003-01-31 18:21 joel
0 siblings, 0 replies; 5+ messages in thread
From: joel @ 2003-01-31 18:21 UTC (permalink / raw)
To: gcc-bugs, gcc-prs, joel, nobody
Synopsis: d30v-elf ICE during bootstrap
State-Changed-From-To: open->feedback
State-Changed-By: joel
State-Changed-When: Fri Jan 31 18:21:59 2003
State-Changed-Why:
Still occurs with 3.2.2 prerelase but moved to the file strstream.cc
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=8834
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: bootstrap/8834: d30v-elf ICE during bootstrap
@ 2003-05-12 20:49 joel
0 siblings, 0 replies; 5+ messages in thread
From: joel @ 2003-05-12 20:49 UTC (permalink / raw)
To: gcc-bugs, gcc-prs, joel, mark, nobody
Synopsis: d30v-elf ICE during bootstrap
State-Changed-From-To: open->feedback
State-Changed-By: joel
State-Changed-When: Mon May 12 20:49:09 2003
State-Changed-Why:
Preprocessed file attached. The line number of the ICE in
flow.c moved to 1942 in the gcc 3.3 branch that the preprocessed
output was generated by.
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=8834
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: bootstrap/8834: d30v-elf ICE during bootstrap
@ 2003-05-12 11:37 giovannibajo
0 siblings, 0 replies; 5+ messages in thread
From: giovannibajo @ 2003-05-12 11:37 UTC (permalink / raw)
To: gcc-bugs, gcc-prs, joel, nobody
Synopsis: d30v-elf ICE during bootstrap
State-Changed-From-To: feedback->open
State-Changed-By: bajo
State-Changed-When: Mon May 12 11:33:01 2003
State-Changed-Why:
Clicko (not analyzed yet)
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=8834
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: bootstrap/8834: d30v-elf ICE during bootstrap
@ 2003-05-09 19:26 Dara Hazeghi
0 siblings, 0 replies; 5+ messages in thread
From: Dara Hazeghi @ 2003-05-09 19:26 UTC (permalink / raw)
To: nobody; +Cc: gcc-prs
The following reply was made to PR bootstrap/8834; it has been noted by GNATS.
From: Dara Hazeghi <dhazeghi@yahoo.com>
To: gcc-gnats@gcc.gnu.org, joel@gcc.gnu.org
Cc:
Subject: Re: bootstrap/8834: d30v-elf ICE during bootstrap
Date: Fri, 9 May 2003 12:19:14 -0700
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-
trail&database=gcc&pr=8834
Hello,
I'm not sure why this PR is in feedback? It appears we have sufficient
information to reproduce the problem, so I would assume it can be
changed to "open" or "analyzed"? Or are we waiting for preprocessed
source? Thanks for clarification.
Dara
^ permalink raw reply [flat|nested] 5+ messages in thread
* bootstrap/8834: d30v-elf ICE during bootstrap
@ 2002-12-05 15:16 joel
0 siblings, 0 replies; 5+ messages in thread
From: joel @ 2002-12-05 15:16 UTC (permalink / raw)
To: gcc-gnats
>Number: 8834
>Category: bootstrap
>Synopsis: d30v-elf ICE during bootstrap
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: unassigned
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Thu Dec 05 15:16:02 PST 2002
>Closed-Date:
>Last-Modified:
>Originator: joel@gcc.gnu.org
>Release: gcc 3.2.1
>Organization:
>Environment:
binutils 2.13.1 .. host GNU/Linux Redhat 7.3
>Description:
/usr/src/redhat/BUILD/d30v-elf-gcc-newlib/build/gcc/xgcc -shared-libgcc -B/usr/src/redhat/BUILD/d30v-elf-gcc-newlib/build/gcc/ -nostdinc++ -L/usr/src/redhat/BUILD/d30v-elf-gcc-newlib/build/d30v-elf/libstdc++-v3/src -L/usr/src/redhat/BUILD/d30v-elf-gcc-newlib/build/d30v-elf/libstdc++-v3/src/.libs -nostdinc -B/usr/src/redhat/BUILD/d30v-elf-gcc-newlib/build/d30v-elf/newlib/ -isystem /usr/src/redhat/BUILD/d30v-elf-gcc-newlib/build/d30v-elf/newlib/targ-include -isystem /usr/src/redhat/BUILD/d30v-elf-gcc-newlib/gcc-3.2.1/newlib/libc/include -B/opt/gnucross/d30v-elf/bin/ -B/opt/gnucross/d30v-elf/lib/ -isystem /opt/gnucross/d30v-elf/include -nostdinc++ -I/usr/src/redhat/BUILD/d30v-elf-gcc-newlib/build/d30v-elf/libstdc++-v3/include/d30v-elf -I/usr/src/redhat/BUILD/d30v-elf-gcc-newlib/build/d30v-elf/libstdc++-v3/include -I../../../../gcc-3.2.1/libstdc++-v3/libsupc++ -I../../../../gcc-3.2.1/libstdc++-v3/libmath -g -Os -Wa,-C -fno-implicit-templates -Wall -Wno-format -W -Wwrite-strings -Winline -fdiagnostics-show-location=once -g -c ../../../../gcc-3.2.1/libstdc++-v3/src/fstream-inst.cc -o fstream-inst.o
/usr/src/redhat/BUILD/d30v-elf-gcc-newlib/build/d30v-elf/libstdc++-v3/include/fstream: In
constructor `std::basic_ifstream<_CharT, _Traits>::basic_ifstream() [with
_CharT = char, _Traits = std::char_traits<char>]':
/usr/src/redhat/BUILD/d30v-elf-gcc-newlib/build/d30v-elf/libstdc++-v3/include/fstream:327: instantiated from `std::basic_ifstream<_CharT, _Traits>::basic_ifstream() [with _CharT = char, _Traits = std::char_traits<char>]'
../../../../gcc-3.2.1/libstdc++-v3/src/fstream-inst.cc:46: instantiated from here
/usr/src/redhat/BUILD/d30v-elf-gcc-newlib/build/d30v-elf/libstdc++-v3/include/fstream:327: Internal
compiler error in init_propagate_block_info, at flow.c:1918
Please submit a full bug report,
with preprocessed source if appropriate.
>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted:
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2003-05-12 20:49 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-01-31 18:21 bootstrap/8834: d30v-elf ICE during bootstrap joel
-- strict thread matches above, loose matches on Subject: below --
2003-05-12 20:49 joel
2003-05-12 11:37 giovannibajo
2003-05-09 19:26 Dara Hazeghi
2002-12-05 15:16 joel
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).