public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug java/15888] New: ICE in size_binop, at fold-const.c:1661
@ 2004-06-10  1:27 green at redhat dot com
  2004-06-10 19:18 ` [Bug java/15888] " pinskia at gcc dot gnu dot org
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: green at redhat dot com @ 2004-06-10  1:27 UTC (permalink / raw)
  To: java-prs

Found while building JacORB with Ant 1.6.1.  No small test case yet.

    [javac] /tmp/ccfO9RH6jx:0: internal compiler error: in size_binop, at
fold-const.c:1661
    [javac] Please submit a full bug report,
    [javac] with preprocessed source if appropriate.
    [javac] See <URL:http://gcc.gnu.org/bugs.html> for instructions.
 


bug appears when building JacORB_2_2/src/org/jacorb/config/Configuration.java to
bytecode.

Reproduce by building & installing rhug's Ant, as well as gnu-crypto and jessie,
and then running "ant" on JacORB 2.2.

(gdb) where
#0  fancy_abort (file=0x8497b68
"/home/green/sources/jhbuild-src/gcc/gcc/fold-const.c", line=-152194352,
    function=0x8497b68 "/home/green/sources/jhbuild-src/gcc/gcc/fold-const.c")
    at /home/green/sources/jhbuild-src/gcc/gcc/diagnostic.c:590
#1  0x08235f35 in size_binop (code=PLUS_EXPR, arg0=0x84978c0, arg1=0xf6ed1e88)
    at /home/green/sources/jhbuild-src/gcc/gcc/fold-const.c:1661
#2  0x08093bef in set_method_index (decl=0xf67b95e4, method_index=0x8497b68)
    at /home/green/sources/jhbuild-src/gcc/gcc/java/class.c:1444
#3  0x08095ee1 in layout_class_method (this_class=0xf67b73a0,
super_class=0xf67b71d0, method_decl=0xf67b95e4,
    dtable_count=0xf5b91618) at
/home/green/sources/jhbuild-src/gcc/gcc/java/class.c:2216
#4  0x080964ba in layout_class_methods (this_class=0xf67b73a0) at
/home/green/sources/jhbuild-src/gcc/gcc/java/class.c:2147
#5  0x0805e124 in java_layout_seen_class_methods () at parse.y:7587
#6  0x0805e433 in java_layout_classes () at parse.y:7652
#7  0x0807b378 in java_expand_classes () at parse.y:9001
#8  0x080c571d in java_parse_file (set_yydebug=0) at
/home/green/sources/jhbuild-src/gcc/gcc/java/jcf-parse.c:1111
#9  0x083a7d6b in toplev_main (argc=139033448, argv=0xfeebc9a4) at
/home/green/sources/jhbuild-src/gcc/gcc/toplev.c:1654
#10 0x00125ad4 in __libc_start_main () from /lib/tls/libc.so.6
#11 0x08049c21 in _start ()

-- 
           Summary: ICE in size_binop, at fold-const.c:1661
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: java
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: green at redhat dot com
                CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu
                    dot org


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


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

* [Bug java/15888] ICE in size_binop, at fold-const.c:1661
  2004-06-10  1:27 [Bug java/15888] New: ICE in size_binop, at fold-const.c:1661 green at redhat dot com
@ 2004-06-10 19:18 ` pinskia at gcc dot gnu dot org
  2004-09-20 22:31 ` tromey at gcc dot gnu dot org
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-06-10 19:18 UTC (permalink / raw)
  To: java-prs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|unknown                     |3.5.0


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


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

* [Bug java/15888] ICE in size_binop, at fold-const.c:1661
  2004-06-10  1:27 [Bug java/15888] New: ICE in size_binop, at fold-const.c:1661 green at redhat dot com
  2004-06-10 19:18 ` [Bug java/15888] " pinskia at gcc dot gnu dot org
@ 2004-09-20 22:31 ` tromey at gcc dot gnu dot org
  2004-09-22  3:58 ` [Bug java/15888] [4.0 Regression] " pinskia at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: tromey at gcc dot gnu dot org @ 2004-09-20 22:31 UTC (permalink / raw)
  To: java-prs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
OtherBugsDependingO|                            |17574
              nThis|                            |


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


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

* [Bug java/15888] [4.0 Regression] ICE in size_binop, at fold-const.c:1661
  2004-06-10  1:27 [Bug java/15888] New: ICE in size_binop, at fold-const.c:1661 green at redhat dot com
  2004-06-10 19:18 ` [Bug java/15888] " pinskia at gcc dot gnu dot org
  2004-09-20 22:31 ` tromey at gcc dot gnu dot org
@ 2004-09-22  3:58 ` pinskia at gcc dot gnu dot org
  2004-09-22  3:58 ` pinskia at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-09-22  3:58 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-09-22 03:58 -------
I think this is a regression.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice-on-valid-code
            Summary|ICE in size_binop, at fold- |[4.0 Regression] ICE in
                   |const.c:1661                |size_binop, at fold-
                   |                            |const.c:1661
   Target Milestone|---                         |4.0.0


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


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

* [Bug java/15888] [4.0 Regression] ICE in size_binop, at fold-const.c:1661
  2004-06-10  1:27 [Bug java/15888] New: ICE in size_binop, at fold-const.c:1661 green at redhat dot com
                   ` (2 preceding siblings ...)
  2004-09-22  3:58 ` [Bug java/15888] [4.0 Regression] " pinskia at gcc dot gnu dot org
@ 2004-09-22  3:58 ` pinskia at gcc dot gnu dot org
  2004-09-23  0:42 ` tromey at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-09-22  3:58 UTC (permalink / raw)
  To: java-prs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
  BugsThisDependsOn|                            |17586


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


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

* [Bug java/15888] [4.0 Regression] ICE in size_binop, at fold-const.c:1661
  2004-06-10  1:27 [Bug java/15888] New: ICE in size_binop, at fold-const.c:1661 green at redhat dot com
                   ` (3 preceding siblings ...)
  2004-09-22  3:58 ` pinskia at gcc dot gnu dot org
@ 2004-09-23  0:42 ` tromey at gcc dot gnu dot org
  2004-09-23  0:52 ` tromey at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: tromey at gcc dot gnu dot org @ 2004-09-23  0:42 UTC (permalink / raw)
  To: java-prs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
  BugsThisDependsOn|17586                       |


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


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

* [Bug java/15888] [4.0 Regression] ICE in size_binop, at fold-const.c:1661
  2004-06-10  1:27 [Bug java/15888] New: ICE in size_binop, at fold-const.c:1661 green at redhat dot com
                   ` (4 preceding siblings ...)
  2004-09-23  0:42 ` tromey at gcc dot gnu dot org
@ 2004-09-23  0:52 ` tromey at gcc dot gnu dot org
  2004-09-23 14:16 ` green at redhat dot com
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: tromey at gcc dot gnu dot org @ 2004-09-23  0:52 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From tromey at gcc dot gnu dot org  2004-09-23 00:52 -------
Anthony, do you have your build tree around somewhere?
Could you put a tar file of it somewhere I can grab it?
That would make this easier... thanks.
If not, let me know soon if you could.


-- 


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


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

* [Bug java/15888] [4.0 Regression] ICE in size_binop, at fold-const.c:1661
  2004-06-10  1:27 [Bug java/15888] New: ICE in size_binop, at fold-const.c:1661 green at redhat dot com
                   ` (5 preceding siblings ...)
  2004-09-23  0:52 ` tromey at gcc dot gnu dot org
@ 2004-09-23 14:16 ` green at redhat dot com
  2004-09-28 14:07 ` aph at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: green at redhat dot com @ 2004-09-23 14:16 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From green at redhat dot com  2004-09-23 14:16 -------
Subject: Re:  [4.0 Regression] ICE in size_binop, at
	fold-const.c:1661

On Wed, 2004-09-22 at 17:52, tromey at gcc dot gnu dot org wrote:
> ------- Additional Comments From tromey at gcc dot gnu dot org  2004-09-23 00:52 -------
> Anthony, do you have your build tree around somewhere?
> Could you put a tar file of it somewhere I can grab it?
> That would make this easier... thanks.
> If not, let me know soon if you could.

No, I don't have this handy.  I'll try to reproduce today for you.

Thanks,

AG




-- 


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


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

* [Bug java/15888] [4.0 Regression] ICE in size_binop, at fold-const.c:1661
  2004-06-10  1:27 [Bug java/15888] New: ICE in size_binop, at fold-const.c:1661 green at redhat dot com
                   ` (6 preceding siblings ...)
  2004-09-23 14:16 ` green at redhat dot com
@ 2004-09-28 14:07 ` aph at gcc dot gnu dot org
  2004-09-28 16:21 ` tromey at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: aph at gcc dot gnu dot org @ 2004-09-28 14:07 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From aph at gcc dot gnu dot org  2004-09-28 14:07 -------
Try it with today's patch.


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


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


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

* [Bug java/15888] [4.0 Regression] ICE in size_binop, at fold-const.c:1661
  2004-06-10  1:27 [Bug java/15888] New: ICE in size_binop, at fold-const.c:1661 green at redhat dot com
                   ` (7 preceding siblings ...)
  2004-09-28 14:07 ` aph at gcc dot gnu dot org
@ 2004-09-28 16:21 ` tromey at gcc dot gnu dot org
  2004-09-28 16:43 ` pinskia at gcc dot gnu dot org
  2004-09-30  8:06 ` aph at gcc dot gnu dot org
  10 siblings, 0 replies; 12+ messages in thread
From: tromey at gcc dot gnu dot org @ 2004-09-28 16:21 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From tromey at gcc dot gnu dot org  2004-09-28 16:21 -------
FWIW I can reproduce this compiling jakarta-ant
with current cvs trunk gcj, with my PR 15710
patch applied (to get past earlier compile errors).
I only updated gcc/java, I'll try again with a full
update, and I'll submit my patch.


-- 


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


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

* [Bug java/15888] [4.0 Regression] ICE in size_binop, at fold-const.c:1661
  2004-06-10  1:27 [Bug java/15888] New: ICE in size_binop, at fold-const.c:1661 green at redhat dot com
                   ` (8 preceding siblings ...)
  2004-09-28 16:21 ` tromey at gcc dot gnu dot org
@ 2004-09-28 16:43 ` pinskia at gcc dot gnu dot org
  2004-09-30  8:06 ` aph at gcc dot gnu dot org
  10 siblings, 0 replies; 12+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-09-28 16:43 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-09-28 16:43 -------
Back to new for now.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-09-28 16:43:46
               date|                            |


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


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

* [Bug java/15888] [4.0 Regression] ICE in size_binop, at fold-const.c:1661
  2004-06-10  1:27 [Bug java/15888] New: ICE in size_binop, at fold-const.c:1661 green at redhat dot com
                   ` (9 preceding siblings ...)
  2004-09-28 16:43 ` pinskia at gcc dot gnu dot org
@ 2004-09-30  8:06 ` aph at gcc dot gnu dot org
  10 siblings, 0 replies; 12+ messages in thread
From: aph at gcc dot gnu dot org @ 2004-09-30  8:06 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From aph at gcc dot gnu dot org  2004-09-30 08:06 -------
I can't duplicate this problem with the current CVS gcj.

x86_64-unknown-linux-gnu built jakarta-ant from rhug once a few rhug configury
problems caused by x86_64 were fixed.


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


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


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

end of thread, other threads:[~2004-09-30  8:06 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-06-10  1:27 [Bug java/15888] New: ICE in size_binop, at fold-const.c:1661 green at redhat dot com
2004-06-10 19:18 ` [Bug java/15888] " pinskia at gcc dot gnu dot org
2004-09-20 22:31 ` tromey at gcc dot gnu dot org
2004-09-22  3:58 ` [Bug java/15888] [4.0 Regression] " pinskia at gcc dot gnu dot org
2004-09-22  3:58 ` pinskia at gcc dot gnu dot org
2004-09-23  0:42 ` tromey at gcc dot gnu dot org
2004-09-23  0:52 ` tromey at gcc dot gnu dot org
2004-09-23 14:16 ` green at redhat dot com
2004-09-28 14:07 ` aph at gcc dot gnu dot org
2004-09-28 16:21 ` tromey at gcc dot gnu dot org
2004-09-28 16:43 ` pinskia at gcc dot gnu dot org
2004-09-30  8:06 ` aph 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).