[Bug fortran/24519] gfortran slow because of incomplete dependency checking

2006-03-06 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.2.0 |4.1.1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24519

[Bug libfortran/26564] ../.././libgfortran/mk-kinds-h.sh: Unknown type

2006-03-06 Thread diskman at kc dot rr dot com
--- Comment #12 from diskman at kc dot rr dot com 2006-03-07 04:12 --- Did I scare everyone off? I have a feeling that the GCC-4.x Fortran code may have never worked on the Alpha... I could be wrong... -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26564

[Bug libfortran/26564] ../.././libgfortran/mk-kinds-h.sh: Unknown type

2006-03-06 Thread sgk at troutmask dot apl dot washington dot edu
--- Comment #13 from sgk at troutmask dot apl dot washington dot edu 2006-03-07 04:17 --- Subject: Re: ../.././libgfortran/mk-kinds-h.sh: Unknown type On Tue, Mar 07, 2006 at 04:12:10AM -, diskman at kc dot rr dot com wrote: > > Did I scare everyone off? I have a feeling that the

[Bug c/26589] New: Optimizer hangs on conditional expression

2006-03-06 Thread pmcilroy at gmail dot com
I compiled this trivial function on the OS X 10.3.9 g++ compiler, which is still only version 3.3. With the optimizer enabled -O2, the compiler hangs. Without optimization, the compile succeeds. Code: int f(int x) { return 1 / (x ? 1 : 0) ; } GCC VERSION: gcc version 3.3 20030304 (Ap

[Bug c/26589] Optimizer hangs on conditional expression

2006-03-06 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-03-07 04:43 --- This works in 3.3.2 with the FSF GCC. Please report this bug to Apple first since it is their modified version of gcc. -- pinskia at gcc dot gnu dot org changed: What|Removed

[Bug libfortran/26564] ../.././libgfortran/mk-kinds-h.sh: Unknown type

2006-03-06 Thread fxcoudert at gcc dot gnu dot org
--- Comment #14 from fxcoudert at gcc dot gnu dot org 2006-03-07 07:16 --- (In reply to comment #12) > Did I scare everyone off? > I have a feeling that the GCC-4.x Fortran code may > have never worked on the Alpha... I could be wrong... We have had reports of successful building on a

[Bug fortran/24406] EQUIVALENCE broken in 32-bit code with optimization -O2

2006-03-06 Thread paul dot richard dot thomas at cea dot fr
--- Comment #13 from paul dot richard dot thomas at cea dot fr 2006-03-07 07:28 --- Subject: RE: EQUIVALENCE broken in 32-bit code with optimization -O2 Andrew, Oh, I did miss something, then! > The symptom of this testcase passing might work but the bug > is still there and > most

<    1   2