--- Comment #2 from jvdelisle at gcc dot gnu dot org 2008-05-21 00:30
---
Created an attachment (id=15659)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15659&action=view)
-O3 -fdump-tree-all
Here is the dump in tar ball.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36205
--- Comment #3 from jongampark at sbcglobal dot net 2008-05-21 02:57
---
(In reply to comment #2)
> Try using -Wstrict-selector-match and see what you get.
>
I will try that. Thanks.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36283
--- Comment #4 from jongampark at sbcglobal dot net 2008-05-21 03:00
---
(In reply to comment #1)
> Actually I don't think this is a bug. What is happening is the id is a
> generic
> class type so the compiler needs to decide at compile time what the type is
> being returned. In this
--- Comment #1 from daney at gcc dot gnu dot org 2008-05-21 03:49 ---
Subject: Bug 36252
Author: daney
Date: Wed May 21 03:49:03 2008
New Revision: 135705
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=135705
Log:
2008-05-20 David Daney <[EMAIL PROTECTED]>
PR libgcj/3
--- Comment #5 from kmccarty at debian dot org 2008-05-21 03:50 ---
(In reply to comment #4)
> I wonder if this is related to PR target/35695, the floating point division
> bug
> that Jim Wilson fixed. Could you try it with ToT or with the latest 4.3
> branch, both of which have Jim's
--- Comment #2 from daney at gcc dot gnu dot org 2008-05-21 03:58 ---
Subject: Bug 36252
Author: daney
Date: Wed May 21 03:57:38 2008
New Revision: 135706
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=135706
Log:
2008-05-20 David Daney <[EMAIL PROTECTED]>
PR libgcj/3
--- Comment #3 from kmccarty at debian dot org 2008-05-21 03:59 ---
(In reply to comment #2)
> Test# 1 ( GENT ): *** failed ***
>
> I get this when I use -fno-automatic -O2 -funroll-loops and when I use no
> optimization at all. This is with GCC 4.3 released bits and ToT bits on
> a
--- Comment #3 from daney at gcc dot gnu dot org 2008-05-21 04:00 ---
Fixed in 4.3.1 and trunk.
--
daney at gcc dot gnu dot org changed:
What|Removed |Added
S
--- Comment #5 from jongampark at sbcglobal dot net 2008-05-21 04:40
---
I tried it on my MacBook with 4.0.1 version of gcc. ( provided by Apple Inc. )
- (void)add:(id)valObj
{
float temp_value;
// If I cast this way
temp_value = (float)[valObj value]; // I changed
101 - 109 of 109 matches
Mail list logo