public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug java/17919] New: [4.0.0 Regression] ICE at /cgraphunit.c:2907
@ 2004-10-10  0:09 danglin at gcc dot gnu dot org
  2004-10-10  0:13 ` [Bug regression/17919] [4.0 " pinskia at gcc dot gnu dot org
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: danglin at gcc dot gnu dot org @ 2004-10-10  0:09 UTC (permalink / raw)
  To: java-prs

/home/dave/gnu/gcc-4.0/objdir/gcc/gcj -B/home/dave/gnu/gcc-4.0/objdir/gcc/ -B/ho
me/dave/opt/gnu/gcc/gcc-4.0.0/hppa-linux/bin/ -B/home/dave/opt/gnu/gcc/gcc-4.0.0
/hppa-linux/lib/ -isystem /home/dave/opt/gnu/gcc/gcc-4.0.0/hppa-linux/include -i
system /home/dave/opt/gnu/gcc/gcc-4.0.0/hppa-linux/sys-include -fclasspath= -fbo
otclasspath=/home/dave/gnu/gcc-4.0/objdir/hppa-linux/libjava --encoding=UTF-8 -W
no-deprecated -g -O2 -c --resource gnu/regexp/MessagesBundle.properties ../../..
/gcc/libjava/gnu/regexp/MessagesBundle.properties -fPIC -o gnu/regexp/.libs/Mess
agesBundle.properties.o
../../../gcc/libjava/gnu/regexp/MessagesBundle.properties: In method `_GLOBAL__I
_0_.._.._.._gcc_libjava_gnu_regexp_MessagesBundle.properties_00000000_414E9170()
':
../../../gcc/libjava/gnu/regexp/MessagesBundle.properties:0: internal compiler e
rror: tree check: expected class 'declaration', have 'declaration' (function_dec
l) in cgraph_build_static_cdtor, at /cgraphunit.c:2907
Please submit a full bug report,
with preprocessed source if appropriate.

-- 
           Summary: [4.0.0 Regression] ICE at /cgraphunit.c:2907
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: java
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: danglin at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu
                    dot org
 GCC build triplet: hppa-unknown-linux-gnu
  GCC host triplet: hppa-unknown-linux-gnu
GCC target triplet: hppa-unknown-linux-gnu


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


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

* [Bug regression/17919] [4.0 Regression] ICE at /cgraphunit.c:2907
  2004-10-10  0:09 [Bug java/17919] New: [4.0.0 Regression] ICE at /cgraphunit.c:2907 danglin at gcc dot gnu dot org
@ 2004-10-10  0:13 ` pinskia at gcc dot gnu dot org
  2004-10-10  0:28 ` dave at hiauly1 dot hia dot nrc dot ca
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-10-10  0:13 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-10-10 00:13 -------
This looks like wrong code as expected class 'declaration', have 'declaration' means something is really 
wrong.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|java                        |regression
           Keywords|                            |build, ice-on-valid-code,
                   |                            |wrong-code
            Summary|[4.0.0 Regression] ICE at   |[4.0 Regression] ICE at
                   |/cgraphunit.c:2907          |/cgraphunit.c:2907
   Target Milestone|---                         |4.0.0


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


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

* [Bug regression/17919] [4.0 Regression] ICE at /cgraphunit.c:2907
  2004-10-10  0:09 [Bug java/17919] New: [4.0.0 Regression] ICE at /cgraphunit.c:2907 danglin at gcc dot gnu dot org
  2004-10-10  0:13 ` [Bug regression/17919] [4.0 " pinskia at gcc dot gnu dot org
@ 2004-10-10  0:28 ` dave at hiauly1 dot hia dot nrc dot ca
  2004-10-18  4:31 ` pinskia at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: dave at hiauly1 dot hia dot nrc dot ca @ 2004-10-10  0:28 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From dave at hiauly1 dot hia dot nrc dot ca  2004-10-10 00:28 -------
Subject: Re:  [4.0 Regression] ICE at /cgraphunit.c:2907

> This looks like wrong code as expected class 'declaration', have
> 'declaration' means something is really 
> wrong.

I have the feeling that this might have been introduced by the following
change:

        PR tree-optimization/17906
	* tree-tailcall.c (tree_optimize_tail_calls_1): Do not attempt to
	copy non-gimple reg arguments.

I have another build going on a different system and it didn't hit
this problem.  This is the most obvious difference.

Dave


-- 


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


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

* [Bug regression/17919] [4.0 Regression] ICE at /cgraphunit.c:2907
  2004-10-10  0:09 [Bug java/17919] New: [4.0.0 Regression] ICE at /cgraphunit.c:2907 danglin at gcc dot gnu dot org
  2004-10-10  0:13 ` [Bug regression/17919] [4.0 " pinskia at gcc dot gnu dot org
  2004-10-10  0:28 ` dave at hiauly1 dot hia dot nrc dot ca
@ 2004-10-18  4:31 ` pinskia at gcc dot gnu dot org
  2004-10-18 13:17 ` dave at hiauly1 dot hia dot nrc dot ca
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-10-18  4:31 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-10-18 04:31 -------
I see that this looks fixed: <http://gcc.gnu.org/ml/gcc-testresults/2004-10/msg00846.html> except 
that the testsuite looks in bad shape.

-- 


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


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

* [Bug regression/17919] [4.0 Regression] ICE at /cgraphunit.c:2907
  2004-10-10  0:09 [Bug java/17919] New: [4.0.0 Regression] ICE at /cgraphunit.c:2907 danglin at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2004-10-18  4:31 ` pinskia at gcc dot gnu dot org
@ 2004-10-18 13:17 ` dave at hiauly1 dot hia dot nrc dot ca
  2004-10-18 18:33 ` [Bug regression/17919] [4.0 Regression] ICE at cgraphunit.c:2907 pinskia at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: dave at hiauly1 dot hia dot nrc dot ca @ 2004-10-18 13:17 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From dave at hiauly1 dot hia dot nrc dot ca  2004-10-18 13:17 -------
Subject: Re:  [4.0 Regression] ICE at /cgraphunit.c:2907

> ------- Additional Comments From pinskia at gcc dot gnu dot org  2004-10-18
> 04:31 -------
> I see that this looks fixed:
> <http://gcc.gnu.org/ml/gcc-testresults/2004-10/msg00846.html> except 
> that the testsuite looks in bad shape.

I don't think the problem is fixed but it's not consistently reproducible.
It comes and goes with changes to the distribution tree.  I've seen it
both on hiauly6 and gsyprf11.

Regarding the large number of libstdc++ fails, these are all PCH fails.
I think they are caused by the testsuite using a different libstdc++
instead of the just built one.  On the other system that I do
hppa-unknown-linux-gnu testing on (gsyprf11), I have been testing a
patch to consolidate the setting of LD_LIBRARY_PATH into one module.
I don't see the PCH errors there.  See
<http://gcc.gnu.org/ml/gcc-testresults/2004-10/msg00815.html>.

Dave


-- 


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


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

* [Bug regression/17919] [4.0 Regression] ICE at cgraphunit.c:2907
  2004-10-10  0:09 [Bug java/17919] New: [4.0.0 Regression] ICE at /cgraphunit.c:2907 danglin at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2004-10-18 13:17 ` dave at hiauly1 dot hia dot nrc dot ca
@ 2004-10-18 18:33 ` pinskia at gcc dot gnu dot org
  2004-11-25 20:51 ` [Bug ada/17919] " pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-10-18 18:33 UTC (permalink / raw)
  To: java-prs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[4.0 Regression] ICE at     |[4.0 Regression] ICE at
                   |/cgraphunit.c:2907          |cgraphunit.c:2907


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


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

* [Bug ada/17919] [4.0 Regression] ICE at cgraphunit.c:2907
  2004-10-10  0:09 [Bug java/17919] New: [4.0.0 Regression] ICE at /cgraphunit.c:2907 danglin at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2004-10-18 18:33 ` [Bug regression/17919] [4.0 Regression] ICE at cgraphunit.c:2907 pinskia at gcc dot gnu dot org
@ 2004-11-25 20:51 ` pinskia at gcc dot gnu dot org
  2004-11-25 20:53 ` [Bug regression/17919] " pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-11-25 20:51 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-11-25 20:51 -------
Do you see this any of your machines lately?

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|regression                  |ada


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


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

* [Bug regression/17919] [4.0 Regression] ICE at cgraphunit.c:2907
  2004-10-10  0:09 [Bug java/17919] New: [4.0.0 Regression] ICE at /cgraphunit.c:2907 danglin at gcc dot gnu dot org
                   ` (5 preceding siblings ...)
  2004-11-25 20:51 ` [Bug ada/17919] " pinskia at gcc dot gnu dot org
@ 2004-11-25 20:53 ` pinskia at gcc dot gnu dot org
  2004-12-10  3:25 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-11-25 20:53 UTC (permalink / raw)
  To: java-prs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|ada                         |regression


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


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

* [Bug regression/17919] [4.0 Regression] ICE at cgraphunit.c:2907
  2004-10-10  0:09 [Bug java/17919] New: [4.0.0 Regression] ICE at /cgraphunit.c:2907 danglin at gcc dot gnu dot org
                   ` (6 preceding siblings ...)
  2004-11-25 20:53 ` [Bug regression/17919] " pinskia at gcc dot gnu dot org
@ 2004-12-10  3:25 ` pinskia at gcc dot gnu dot org
  2004-12-10  3:50 ` dave at hiauly1 dot hia dot nrc dot ca
  2004-12-10  3:52 ` pinskia at gcc dot gnu dot org
  9 siblings, 0 replies; 11+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-12-10  3:25 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-12-10 03:25 -------
Do you see this any more?

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


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


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

* [Bug regression/17919] [4.0 Regression] ICE at cgraphunit.c:2907
  2004-10-10  0:09 [Bug java/17919] New: [4.0.0 Regression] ICE at /cgraphunit.c:2907 danglin at gcc dot gnu dot org
                   ` (7 preceding siblings ...)
  2004-12-10  3:25 ` pinskia at gcc dot gnu dot org
@ 2004-12-10  3:50 ` dave at hiauly1 dot hia dot nrc dot ca
  2004-12-10  3:52 ` pinskia at gcc dot gnu dot org
  9 siblings, 0 replies; 11+ messages in thread
From: dave at hiauly1 dot hia dot nrc dot ca @ 2004-12-10  3:50 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From dave at hiauly1 dot hia dot nrc dot ca  2004-12-10 03:50 -------
Subject: Re:  [4.0 Regression] ICE at cgraphunit.c:2907

> ------- Additional Comments From pinskia at gcc dot gnu dot org  2004-12-10
> 03:25 -------
> Do you see this any more?

No.  Please close.

Dave


-- 


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


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

* [Bug regression/17919] [4.0 Regression] ICE at cgraphunit.c:2907
  2004-10-10  0:09 [Bug java/17919] New: [4.0.0 Regression] ICE at /cgraphunit.c:2907 danglin at gcc dot gnu dot org
                   ` (8 preceding siblings ...)
  2004-12-10  3:50 ` dave at hiauly1 dot hia dot nrc dot ca
@ 2004-12-10  3:52 ` pinskia at gcc dot gnu dot org
  9 siblings, 0 replies; 11+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-12-10  3:52 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-12-10 03:52 -------
Thanks closing.

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


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


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

end of thread, other threads:[~2004-12-10  3:52 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-10-10  0:09 [Bug java/17919] New: [4.0.0 Regression] ICE at /cgraphunit.c:2907 danglin at gcc dot gnu dot org
2004-10-10  0:13 ` [Bug regression/17919] [4.0 " pinskia at gcc dot gnu dot org
2004-10-10  0:28 ` dave at hiauly1 dot hia dot nrc dot ca
2004-10-18  4:31 ` pinskia at gcc dot gnu dot org
2004-10-18 13:17 ` dave at hiauly1 dot hia dot nrc dot ca
2004-10-18 18:33 ` [Bug regression/17919] [4.0 Regression] ICE at cgraphunit.c:2907 pinskia at gcc dot gnu dot org
2004-11-25 20:51 ` [Bug ada/17919] " pinskia at gcc dot gnu dot org
2004-11-25 20:53 ` [Bug regression/17919] " pinskia at gcc dot gnu dot org
2004-12-10  3:25 ` pinskia at gcc dot gnu dot org
2004-12-10  3:50 ` dave at hiauly1 dot hia dot nrc dot ca
2004-12-10  3:52 ` 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).