[Bug java/14712] gcj - ICE in final_scan_insn, at final.c:2247

reichelt at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Wed Mar 24 20:14:00 GMT 2004


------- 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



More information about the Java-prs mailing list