[Bug fortran/36205] Hangup with array_constructor_24.f90 at -O3

2008-05-20 Thread jvdelisle at gcc dot gnu dot org
--- 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

[Bug objc/36283] When a class method, pointed by id, returns float, it returns wrong value

2008-05-20 Thread jongampark at sbcglobal dot net
--- 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

[Bug objc/36283] When a class method, pointed by id, returns float, it returns wrong value

2008-05-20 Thread jongampark at sbcglobal dot net
--- 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

[Bug libgcj/36252] OutOfMemoryError on simple text conversion.

2008-05-20 Thread daney at gcc dot gnu dot org
--- 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

[Bug target/35659] [4.3/4.4 Regression] Miscompiled code with -O2 (but not with -O2 -funroll-loops) on ia64

2008-05-20 Thread kmccarty at debian dot org
--- 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

[Bug libgcj/36252] OutOfMemoryError on simple text conversion.

2008-05-20 Thread daney at gcc dot gnu dot org
--- 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

[Bug target/35658] [4.3/4.4 regression] Bad interaction on ia64 between -funroll-loops -fno-automatic -O2 and common block variable

2008-05-20 Thread kmccarty at debian dot org
--- 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

[Bug libgcj/36252] OutOfMemoryError on simple text conversion.

2008-05-20 Thread daney at gcc dot gnu dot org
--- 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

[Bug objc/36283] When a class method, pointed by id, returns float, it returns wrong value

2008-05-20 Thread jongampark at sbcglobal dot net
--- 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

<    1   2