public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug java/13237] New: ICE on Math.sqrt(2.0)
@ 2003-11-29 22:40 jsturm at gcc dot gnu dot org
  2003-11-29 22:41 ` [Bug java/13237] [3.4 regression] " jsturm at gcc dot gnu dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: jsturm at gcc dot gnu dot org @ 2003-11-29 22:40 UTC (permalink / raw)
  To: gcc-bugs

$ cat Bug.java
class Bug {
  double kappa = Math.sqrt(2.0);
}

$ ./jc1 -O Bug.java
 class Bug class java.lang.Object [Bug. finit$()
] class java.lang.MathBug.java: In class `Bug':
Bug.java: In method `finit$()':
 
Bug.java:2: internal compiler error: tree check: expected class 'e', have 'c'
(real_cst) in java_complete_lhs, at java/parse.y:12067
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

-- 
           Summary: ICE on Math.sqrt(2.0)
           Product: gcc
           Version: 3.4
            Status: UNCONFIRMED
          Severity: critical
          Priority: P1
         Component: java
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: jsturm at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org
  GCC host triplet: i686-pc-linux-gnu


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


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

* [Bug java/13237] [3.4 regression] ICE on Math.sqrt(2.0)
  2003-11-29 22:40 [Bug java/13237] New: ICE on Math.sqrt(2.0) jsturm at gcc dot gnu dot org
@ 2003-11-29 22:41 ` jsturm at gcc dot gnu dot org
  2003-11-29 22:44 ` jsturm at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: jsturm at gcc dot gnu dot org @ 2003-11-29 22:41 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|ICE on Math.sqrt(2.0)       |[3.4 regression] ICE on
                   |                            |Math.sqrt(2.0)


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


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

* [Bug java/13237] [3.4 regression] ICE on Math.sqrt(2.0)
  2003-11-29 22:40 [Bug java/13237] New: ICE on Math.sqrt(2.0) jsturm at gcc dot gnu dot org
  2003-11-29 22:41 ` [Bug java/13237] [3.4 regression] " jsturm at gcc dot gnu dot org
@ 2003-11-29 22:44 ` jsturm at gcc dot gnu dot org
  2003-11-29 23:16 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: jsturm at gcc dot gnu dot org @ 2003-11-29 22:44 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |3.4


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


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

* [Bug java/13237] [3.4 regression] ICE on Math.sqrt(2.0)
  2003-11-29 22:40 [Bug java/13237] New: ICE on Math.sqrt(2.0) jsturm at gcc dot gnu dot org
  2003-11-29 22:41 ` [Bug java/13237] [3.4 regression] " jsturm at gcc dot gnu dot org
  2003-11-29 22:44 ` jsturm at gcc dot gnu dot org
@ 2003-11-29 23:16 ` pinskia at gcc dot gnu dot org
  2003-12-01 14:19 ` cvs-commit at gcc dot gnu dot org
  2003-12-01 15:22 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-11-29 23:16 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-11-29 23:16 -------
Normal because it just ICE when checking is turned on.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|critical                    |normal
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|                            |ice-checking, ice-on-valid-
                   |                            |code
   Last reconfirmed|0000-00-00 00:00:00         |2003-11-29 23:16:11
               date|                            |


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


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

* [Bug java/13237] [3.4 regression] ICE on Math.sqrt(2.0)
  2003-11-29 22:40 [Bug java/13237] New: ICE on Math.sqrt(2.0) jsturm at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2003-11-29 23:16 ` pinskia at gcc dot gnu dot org
@ 2003-12-01 14:19 ` cvs-commit at gcc dot gnu dot org
  2003-12-01 15:22 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2003-12-01 14:19 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2003-12-01 14:19 -------
Subject: Bug 13237

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	jsturm@gcc.gnu.org	2003-12-01 14:19:42

Modified files:
	gcc/java       : ChangeLog parse.y 

Log message:
	Fix PR java/13237
	* parse.y (java_complete_lhs): Save location prior to patching
	CALL_EXPR.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/ChangeLog.diff?cvsroot=gcc&r1=1.1301&r2=1.1302
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/parse.y.diff?cvsroot=gcc&r1=1.458&r2=1.459



-- 


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


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

* [Bug java/13237] [3.4 regression] ICE on Math.sqrt(2.0)
  2003-11-29 22:40 [Bug java/13237] New: ICE on Math.sqrt(2.0) jsturm at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2003-12-01 14:19 ` cvs-commit at gcc dot gnu dot org
@ 2003-12-01 15:22 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-12-01 15:22 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-12-01 15:22 -------
Fixed for 3.4.

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


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


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

end of thread, other threads:[~2003-12-01 15:22 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-11-29 22:40 [Bug java/13237] New: ICE on Math.sqrt(2.0) jsturm at gcc dot gnu dot org
2003-11-29 22:41 ` [Bug java/13237] [3.4 regression] " jsturm at gcc dot gnu dot org
2003-11-29 22:44 ` jsturm at gcc dot gnu dot org
2003-11-29 23:16 ` pinskia at gcc dot gnu dot org
2003-12-01 14:19 ` cvs-commit at gcc dot gnu dot org
2003-12-01 15:22 ` 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).