public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug java/14712] New: gcj - ICE in final_scan_insn, at final.c:2247
@ 2004-03-24  7:08 debian-gcc at lists dot debian dot org
  2004-03-24  7:09 ` [Bug java/14712] " debian-gcc at lists dot debian dot org
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: debian-gcc at lists dot debian dot org @ 2004-03-24  7:08 UTC (permalink / raw)
  To: java-prs

[forwarded from http://bugs.debian.org/236366]

maybe related to PR14711

$ gcj Mout_1.java 
Mout_1.java: In class `Mout_1':
Mout_1.java: In method `Mout_1.main(java.lang.String[])':
Mout_1.java:-23134: Internal compiler error in final_scan_insn, at final.c:2247
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.

-- 
           Summary: gcj - ICE in final_scan_insn, at final.c:2247
           Product: gcc
           Version: 3.3.4
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: java
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: debian-gcc at lists dot debian dot org
                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=14712


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

* [Bug java/14712] gcj - ICE in final_scan_insn, at final.c:2247
  2004-03-24  7:08 [Bug java/14712] New: gcj - ICE in final_scan_insn, at final.c:2247 debian-gcc at lists dot debian dot org
@ 2004-03-24  7:09 ` debian-gcc at lists dot debian dot org
  2004-03-24 16:51 ` pinskia at gcc dot gnu dot org
  2004-03-24 20:14 ` reichelt at gcc dot gnu dot org
  2 siblings, 0 replies; 5+ messages in thread
From: debian-gcc at lists dot debian dot org @ 2004-03-24  7:09 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From debian-gcc at lists dot debian dot org  2004-03-24 07:09 -------
Created an attachment (id=5987)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=5987&action=view)
source


-- 


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


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

* [Bug java/14712] gcj - ICE in final_scan_insn, at final.c:2247
  2004-03-24  7:08 [Bug java/14712] New: gcj - ICE in final_scan_insn, at final.c:2247 debian-gcc at lists dot debian dot org
  2004-03-24  7:09 ` [Bug java/14712] " debian-gcc at lists dot debian dot org
@ 2004-03-24 16:51 ` pinskia at gcc dot gnu dot org
  2004-03-24 20:14 ` reichelt at gcc dot gnu dot org
  2 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-03-24 16:51 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-03-24 16:50 -------
This is not related. The problem for this case it is a bug in the java front-end as the line is wrong in the 
error message too.
Also this takes too long on my computer to confirm.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice-on-valid-code


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


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

* [Bug java/14712] gcj - ICE in final_scan_insn, at final.c:2247
  2004-03-24  7:08 [Bug java/14712] New: gcj - ICE in final_scan_insn, at final.c:2247 debian-gcc at lists dot debian dot org
  2004-03-24  7:09 ` [Bug java/14712] " debian-gcc at lists dot debian dot org
  2004-03-24 16:51 ` pinskia at gcc dot gnu dot org
@ 2004-03-24 20:14 ` reichelt at gcc dot gnu dot org
  2 siblings, 0 replies; 5+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2004-03-24 20:14 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From reichelt at gcc dot gnu dot org  2004-03-24 20:14 -------
All you need to see the compiler crash is the following testcase:

===================================
class bug {
void foo() {

// lots of empty lines

}}
===================================

When the line number of the last line exceeds 2^15, the compiler crashes.

So this looks a lot like PR14711. Only the front end is a different one
and the line number for the crash is much smaller.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |reichelt at gcc dot gnu dot
                   |                            |org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
      Known to fail|                            |3.0 3.0.1 3.0.2 3.0.3 3.0.4
                   |                            |3.1 3.1.1 3.1.2 3.2 3.2.1
                   |                            |3.2.2 3.2.3 3.3 3.3.1 3.3.2
                   |                            |3.3.3
      Known to work|                            |3.4.0 3.5.0
   Last reconfirmed|0000-00-00 00:00:00         |2004-03-24 20:14:19
               date|                            |


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


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

* [Bug java/14712] gcj - ICE in final_scan_insn, at final.c:2247
       [not found] <bug-14712-5724@http.gcc.gnu.org/bugzilla/>
@ 2007-01-30  2:17 ` tromey at gcc dot gnu dot org
  0 siblings, 0 replies; 5+ messages in thread
From: tromey at gcc dot gnu dot org @ 2007-01-30  2:17 UTC (permalink / raw)
  To: java-prs



------- Comment #5 from tromey at gcc dot gnu dot org  2007-01-30 02:17 -------
Fixed by the gcj-eclipse merge.


-- 

tromey at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.3.0


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


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

end of thread, other threads:[~2007-01-30  2:17 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-03-24  7:08 [Bug java/14712] New: gcj - ICE in final_scan_insn, at final.c:2247 debian-gcc at lists dot debian dot org
2004-03-24  7:09 ` [Bug java/14712] " debian-gcc at lists dot debian dot org
2004-03-24 16:51 ` pinskia at gcc dot gnu dot org
2004-03-24 20:14 ` reichelt at gcc dot gnu dot org
     [not found] <bug-14712-5724@http.gcc.gnu.org/bugzilla/>
2007-01-30  2:17 ` tromey 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).