[Bug fortran/30940] Fortran 2003: Scalar CHARACTER supplied to array dummy

2007-07-02 Thread patchapp at dberlin dot org
--- Comment #5 from patchapp at dberlin dot org 2007-07-02 06:12 --- Subject: Bug number PR30940 A patch for this bug has been added to the patch tracker. The mailing list url for the patch is http://gcc.gnu.org/ml/gcc-patches/2007-06/msg02128.html --

[Bug tree-optimization/32572] Small C++ function fails to inline with large negative badness

2007-07-02 Thread astrange at ithinksw dot com
--- Comment #1 from astrange at ithinksw dot com 2007-07-02 06:18 --- This is a regression from Apple gcc 4.0: Considering void image::set(size_t, size_t, f_pixel, f_real) with 29 insns Estimated growth is -21 insns. Inlined into void set_test(image*, int, int, f_pixel, double) which

[Bug rtl-optimization/32475] [4.3 Regression] function with asm() does not setup stack frame

2007-07-02 Thread spark at gcc dot gnu dot org
--- Comment #20 from spark at gcc dot gnu dot org 2007-07-02 06:56 --- We already put stack pointer in the exit block use set always. However, after epilogue is generated, we see the sp restoration code: 1 NOTE_INSN_DELETED 4 NOTE_INSN_BASIC_BLOCK 22 [--sp:SI]=bp:SI 23

[Bug fortran/32579] New: problem using iso_c_binding (II)

2007-07-02 Thread jv244 at cam dot ac dot uk
the following generates bogus error messages: MODULE X USE ISO_C_BINDING, ONLY : C_F_PROCPOINTER END MODULE X -- Summary: problem using iso_c_binding (II) Product: gcc Version: 4.3.0 Status: UNCONFIRMED Severity: normal

[Bug fortran/32580] New: iso_c_binding c_f_procpointer

2007-07-02 Thread jv244 at cam dot ac dot uk
The following program doesn't compile link: test_f90.f90 MODULE X USE ISO_C_BINDING INTERFACE REAL(KIND=C_FLOAT) FUNCTION mytype( a ) BIND(C) USE ISO_C_BINDING INTEGER(KIND=C_INT), VALUE :: a END FUNCTION SUBROUTINE init() BIND(C,name=init) END

[Bug fortran/32578] New: problem using iso_c_binding

2007-07-02 Thread jv244 at cam dot ac dot uk
The following program generates bogus errors compiling with current gfortran: MODULE X USE ISO_C_BINDING INTERFACE REAL(KIND=C_FLOAT) FUNCTION mytype( a ) BIND(C) USE ISO_C_BINDING INTEGER(KIND=C_INT), VALUE :: a END FUNCTION SUBROUTINE init() BIND(C,name=init)

[Bug fortran/32580] iso_c_binding c_f_procpointer

2007-07-02 Thread jv244 at cam dot ac dot uk
--- Comment #1 from jv244 at cam dot ac dot uk 2007-07-02 07:37 --- Fixing this bug would likely allow to compile/link the full CP2K (including the bit that depends on the ISO_C_BINDING) -- jv244 at cam dot ac dot uk changed: What|Removed |Added

[Bug tree-optimization/32553] missed optimization to eliminate duplicate expressions

2007-07-02 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2007-07-02 08:05 --- Confirmed. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added CC|

[Bug target/25413] wrong alignment or incorrect address computation in vectorized code on Pentium 4 SSE

2007-07-02 Thread patchapp at dberlin dot org
--- Comment #8 from patchapp at dberlin dot org 2007-07-02 08:30 --- Subject: Bug number PR25413 A patch for this bug has been added to the patch tracker. The mailing list url for the patch is http://gcc.gnu.org/ml/gcc-patches/2007-07/msg00082.html --

[Bug tree-optimization/32576] [4.3 Regression] internal compiler error: in set_ssa_val_to, at tree-ssa-sccvn.c:1011

2007-07-02 Thread tbm at cyrius dot com
--- Comment #3 from tbm at cyrius dot com 2007-07-02 09:07 --- probably a duplicate of PR 32571 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32576

[Bug bootstrap/32581] New: make profiledbootstrap - stageprofile - gcc/ada/a-except.adb:1301: error: control flow in the middle of basic block 20

2007-07-02 Thread rob1weld at aol dot com
My other report mentions GNAT BUG DETECTED ada/ali.adb:2265 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32024 Shows breakage in a different location of the build. That report was concerned with fold checking and was closed on the basis that non-profiled make was fixed. The following bug report

[Bug tree-optimization/32533] [4.1/4.2 regression] miscompilation at -O3 -ffast-math -ftree-vectorize -march=native

2007-07-02 Thread ubizjak at gmail dot com
--- Comment #9 from ubizjak at gmail dot com 2007-07-02 09:40 --- Created an attachment (id=13822) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13822action=view) The patch to fix tree-if-conv.c Joost, could you please test this 4.2 patch with CP2K? It fixes the testcase you

[Bug regression/32582] New: Bootstrap with vectorization enabled fails with ICE on PPC

2007-07-02 Thread victork at il dot ibm dot com
Since revision 124727, mainline doesn't pass bootstrap wirh vectorization enabled on ppc. It works OK on x86. Revision 124727 was committed on 2007-05-15 by Zdenek Dvorak [EMAIL PROTECTED]. configured and built with: ../gcc/configure --prefix=/home/victork/mainline-vanila/usr.124727 \

[Bug regression/32582] Bootstrap with vectorization enabled fails with ICE on PPC

2007-07-02 Thread rakdver at kam dot mff dot cuni dot cz
--- Comment #1 from rakdver at kam dot mff dot cuni dot cz 2007-07-02 10:06 --- Subject: Re: New: Bootstrap with vectorization enabled fails with ICE on PPC Since revision 124727, mainline doesn't pass bootstrap wirh vectorization enabled on ppc. It works OK on x86. Revision

[Bug tree-optimization/32583] New: [4.3 Regression] Endless recursion in PRE phi translation

2007-07-02 Thread rguenth at gcc dot gnu dot org
-- Summary: [4.3 Regression] Endless recursion in PRE phi translation Product: gcc Version: 4.3.0 Status: UNCONFIRMED Keywords: ice-on-valid-code Severity: normal Priority: P3 Component:

[Bug tree-optimization/32583] [4.3 Regression] Endless recursion in PRE phi translation

2007-07-02 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2007-07-02 10:20 --- Created an attachment (id=13823) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13823action=view) testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32583

[Bug tree-optimization/32533] [4.1/4.2 regression] miscompilation at -O3 -ffast-math -ftree-vectorize -march=native

2007-07-02 Thread jv244 at cam dot ac dot uk
--- Comment #10 from jv244 at cam dot ac dot uk 2007-07-02 10:21 --- Joost, could you please test this 4.2 patch with CP2K? It fixes the testcase you provided (and PR31966, FWIW). the testcase passes, the CP2K tests that were previously failing now seem to pass as well many

[Bug tree-optimization/32584] New: [4.3 Regression] ICE in compute_antic_safe, at tree-ssa-pre.c:2078

2007-07-02 Thread rguenth at gcc dot gnu dot org
Compiling SPEC 2000 twolf I get /abuild/rguenther/spec2000/cpu2000/benchspec/CINT2000/300.twolf/src/sortpin.c:5: internal compiler error: tree check: expected ssa_name, have integer_cst in compute_antic_safe, at tree-ssa-pre.c:2078 Please submit a full bug report, with preprocessed source if

[Bug tree-optimization/32230] [4.3 Regression] Segfault in set_bb_for_stmt with -O -ftree-vectorize

2007-07-02 Thread irar at gcc dot gnu dot org
--- Comment #12 from irar at gcc dot gnu dot org 2007-07-02 10:27 --- Subject: Bug 32230 Author: irar Date: Mon Jul 2 10:27:27 2007 New Revision: 126196 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=126196 Log: PR tree-optimization/32230 PR

[Bug tree-optimization/32477] ice for legal code with -O2 -ftree-vectorize

2007-07-02 Thread irar at gcc dot gnu dot org
--- Comment #4 from irar at gcc dot gnu dot org 2007-07-02 10:27 --- Subject: Bug 32477 Author: irar Date: Mon Jul 2 10:27:27 2007 New Revision: 126196 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=126196 Log: PR tree-optimization/32230 PR

[Bug middle-end/32417] [4.3 Regression] 416.gamess ICEs (in aff_combination_add_elt, tree-affine.c)

2007-07-02 Thread rguenth at gcc dot gnu dot org
--- Comment #10 from rguenth at gcc dot gnu dot org 2007-07-02 10:49 --- The testcase still fails for me at -O2. ./f951 -quiet -O2 nmr.min.f nmr.min.f: In function 'oneints': nmr.min.f:1: internal compiler error: in build2_stat, at tree.c:3074 Please submit a full bug report, with

[Bug tree-optimization/32584] [4.3 Regression] ICE in compute_antic_safe, at tree-ssa-pre.c:2078

2007-07-02 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2007-07-02 10:43 --- Created an attachment (id=13824) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13824action=view) reduced testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32584

[Bug fortran/32550] openmp: COPYPRIVATE of pointer variables fails

2007-07-02 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |jakub at gcc dot gnu dot org |dot org

[Bug middle-end/32417] [4.3 Regression] 416.gamess ICEs (in aff_combination_add_elt, tree-affine.c)

2007-07-02 Thread rguenth at gcc dot gnu dot org
--- Comment #11 from rguenth at gcc dot gnu dot org 2007-07-02 11:41 --- In fact I see FAIL: gfortran.fortran-torture/compile/pr32417.f90, -O (internal compiler error) on i686-pc-linux-gnu. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32417

[Bug regression/32582] Bootstrap with vectorization enabled fails with ICE on PPC

2007-07-02 Thread victork at il dot ibm dot com
--- Comment #2 from victork at il dot ibm dot com 2007-07-02 11:47 --- Subject: Re: Bootstrap with vectorization enabled fails with ICE on PPC rakdver at kam dot mff dot cuni dot cz [EMAIL PROTECTED] wrote on 02.07.2007 13:06:50: Does the fix for PR 32230 fix this? Patch for PR

[Bug regression/32582] Bootstrap with vectorization enabled fails with ICE on PPC

2007-07-02 Thread rakdver at gcc dot gnu dot org
--- Comment #3 from rakdver at gcc dot gnu dot org 2007-07-02 11:51 --- OK, I will have a look. Could you please provide a preprocessed source for the testcase, I need to use a crosscompiler to reproduce it? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32582

[Bug middle-end/32362] ICE: in lookup_decl_in_outer_ctx, at omp-low.c:1508

2007-07-02 Thread jakub at gcc dot gnu dot org
--- Comment #5 from jakub at gcc dot gnu dot org 2007-07-02 12:04 --- *** Bug 32551 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32362

[Bug fortran/32551] incorrect output obtained from nested parallelism that is serialized

2007-07-02 Thread jakub at gcc dot gnu dot org
--- Comment #2 from jakub at gcc dot gnu dot org 2007-07-02 12:04 --- If omp_get_nested() returns .false. (it doesn't have to, e.g. try running the program with OMP_NESTED=1 in env), then it really should print 2 2 2 2 because only the outer parallel is parallelized and in the inner

[Bug fortran/32551] incorrect output obtained from nested parallelism that is serialized

2007-07-02 Thread jakub at gcc dot gnu dot org
--- Comment #3 from jakub at gcc dot gnu dot org 2007-07-02 12:05 --- If you remove = 0 after tmp decl and add tmp = 0 on a line right below it (so that tmp isn't saved), it will work just fine even with pre-PR32362 gfortran. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32551

[Bug bootstrap/32585] New: bootstrap broken in libgfortran ?

2007-07-02 Thread jv244 at cam dot ac dot uk
for obj cat ../gcc/LAST_UPDATED Mon Jul 2 13:42:01 CEST 2007 Mon Jul 2 11:42:01 UTC 2007 (revision 126197) and a clean bootstrap I seem to get repeatedly /bin/sh ./libtool --mode=compile /data03/vondele/gcc_trunk/obj/./gcc/xgcc -B/data03/vondele/gcc_trunk/obj/./gcc/ -B/dat

[Bug bootstrap/32585] bootstrap broken in libgfortran ?

2007-07-02 Thread jv244 at cam dot ac dot uk
--- Comment #1 from jv244 at cam dot ac dot uk 2007-07-02 12:12 --- configured with: /data03/vondele/gcc_trunk/gcc/configure --prefix=/data03/vondele/gcc_trunk/build --with-gmp=/data03/vondele/ --with-mpfr=/data03/vondele/ --enable-languages=c,fortran make started with: make -j 12

[Bug regression/32582] Bootstrap with vectorization enabled fails with ICE on PPC

2007-07-02 Thread victork at il dot ibm dot com
--- Comment #4 from victork at il dot ibm dot com 2007-07-02 12:12 --- Subject: Re: Bootstrap with vectorization enabled fails with ICE on PPC rakdver at gcc dot gnu dot org [EMAIL PROTECTED] wrote on 02.07.2007 14:51:35: OK, I will have a look. thanks! Could you please

[Bug tree-optimization/32377] can't determine dependence (source/destination overlap without more than size)

2007-07-02 Thread irar at il dot ibm dot com
--- Comment #5 from irar at il dot ibm dot com 2007-07-02 12:20 --- (In reply to comment #4) Looks like the data-dependence analysis is doing it's job I am not sure about that. I tried the following cases and got distance 1 (and direction positive) in all of them for load and store to

[Bug libgomp/32468] number of threads in a parallel region depends on number of SECTIONs and MAX_THREADS

2007-07-02 Thread jakub at gcc dot gnu dot org
--- Comment #3 from jakub at gcc dot gnu dot org 2007-07-02 12:20 --- http://gcc.gnu.org/ml/gcc-patches/2007-06/msg01867.html http://gcc.gnu.org/ml/gcc-patches/2007-06/msg01875.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32468

[Bug tree-optimization/32571] [4.3 Regression] ICE in set_ssa_val_to, at tree-ssa-sccvn.c:1011

2007-07-02 Thread dberlin at gcc dot gnu dot org
--- Comment #4 from dberlin at gcc dot gnu dot org 2007-07-02 12:47 --- Fixed -- dberlin at gcc dot gnu dot org changed: What|Removed |Added Status|NEW

[Bug tree-optimization/32583] [4.3 Regression] Endless recursion in PRE phi translation

2007-07-02 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2007-07-02 12:59 --- Build with -O2 crashes, -O2 -m32 is fine. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/31748] [4.2/4.3 regression] bad diagnostic for invalid private clause

2007-07-02 Thread jakub at gcc dot gnu dot org
--- Comment #2 from jakub at gcc dot gnu dot org 2007-07-02 13:00 --- Subject: Bug 31748 Author: jakub Date: Mon Jul 2 12:59:49 2007 New Revision: 126201 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=126201 Log: PR c++/31748 * semantics.c (finish_omp_clauses):

[Bug c++/31748] [4.2/4.3 regression] bad diagnostic for invalid private clause

2007-07-02 Thread jakub at gcc dot gnu dot org
--- Comment #3 from jakub at gcc dot gnu dot org 2007-07-02 13:01 --- Subject: Bug 31748 Author: jakub Date: Mon Jul 2 13:01:37 2007 New Revision: 126202 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=126202 Log: PR c++/31748 * semantics.c (finish_omp_clauses):

[Bug c++/31748] [4.2/4.3 regression] bad diagnostic for invalid private clause

2007-07-02 Thread jakub at gcc dot gnu dot org
--- Comment #4 from jakub at gcc dot gnu dot org 2007-07-02 13:02 --- Fixed in SVN. -- jakub at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/32586] New: [4.3 Regression] New VN misses FRE opportunities

2007-07-02 Thread rguenth at gcc dot gnu dot org
trunk/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-1.c trunk/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-3.c trunk/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-4.c trunk/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-5.c are now all xfailed after r126149. -- Summary: [4.3 Regression] New VN misses FRE

[Bug tree-optimization/32586] [4.3 Regression] New VN misses FRE opportunities

2007-07-02 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2007-07-02 13:33 --- I'm going to look at bringing back the tree-combining the previous FRE did. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/31966] [4.1/4.2/4.3 Regression] Miscompiles valid code with -ftree-vectorize

2007-07-02 Thread ubizjak at gmail dot com
--- Comment #8 from ubizjak at gmail dot com 2007-07-02 14:02 --- Patch at http://gcc.gnu.org/ml/gcc-patches/2007-07/msg00104.html -- ubizjak at gmail dot com changed: What|Removed |Added

[Bug rtl-optimization/32475] [4.3 Regression] function with asm() does not setup stack frame

2007-07-02 Thread zadeck at naturalbridge dot com
--- Comment #21 from zadeck at naturalbridge dot com 2007-07-02 14:12 --- Subject: Re: [4.3 Regression] function with asm() does not setup stack frame ian at airs dot com wrote: --- Comment #13 from ian at airs dot com 2007-06-30 18:08 --- The problem here is that

[Bug target/32577] [SH] static inline attribute causes stack overflow

2007-07-02 Thread kkojima at gcc dot gnu dot org
--- Comment #1 from kkojima at gcc dot gnu dot org 2007-07-02 14:21 --- I don't think that this is a bug. Without optimization, all intermediate variables can be allocated on stack. It's the case even on other architectures. The test case #2 is compiled to pushl %ebp

[Bug tree-optimization/31966] [4.1/4.2/4.3 Regression] Miscompiles valid code with -ftree-vectorize

2007-07-02 Thread uros at gcc dot gnu dot org
--- Comment #9 from uros at gcc dot gnu dot org 2007-07-02 14:26 --- Subject: Bug 31966 Author: uros Date: Mon Jul 2 14:26:11 2007 New Revision: 126206 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=126206 Log: PR tree-optimization/31966 PR

[Bug tree-optimization/32533] [4.1/4.2 regression] miscompilation at -O3 -ffast-math -ftree-vectorize -march=native

2007-07-02 Thread uros at gcc dot gnu dot org
--- Comment #11 from uros at gcc dot gnu dot org 2007-07-02 14:26 --- Subject: Bug 32533 Author: uros Date: Mon Jul 2 14:26:11 2007 New Revision: 126206 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=126206 Log: PR tree-optimization/31966 PR

[Bug libstdc++/32509] [4.2 4.3 regression] unable to explicitely configure with a given locale model

2007-07-02 Thread pcarlini at suse dot de
--- Comment #11 from pcarlini at suse dot de 2007-07-02 14:27 --- Fixed. -- pcarlini at suse dot de changed: What|Removed |Added Status|ASSIGNED

[Bug tree-optimization/31966] [4.1/4.2 Regression] Miscompiles valid code with -ftree-vectorize

2007-07-02 Thread ubizjak at gmail dot com
-- ubizjak at gmail dot com changed: What|Removed |Added CC|ubizjak at gmail dot com| AssignedTo|unassigned at gcc dot gnu |ubizjak at gmail dot com

[Bug libstdc++/32485] 'cout str' segfaults

2007-07-02 Thread pcarlini at suse dot de
--- Comment #3 from pcarlini at suse dot de 2007-07-02 14:29 --- Without a testcase, we can't do much, sorry. -- pcarlini at suse dot de changed: What|Removed |Added

[Bug libgomp/26308] [4.2/4.3 Regression] libgomp bootstrap failure on Tru64 UNIX V4.0F

2007-07-02 Thread ro at gcc dot gnu dot org
--- Comment #6 from ro at gcc dot gnu dot org 2007-07-02 14:37 --- Patch here: http://gcc.gnu.org/ml/gcc-patches/2006-07/msg00477.html -- ro at gcc dot gnu dot org changed: What|Removed |Added

[Bug libgomp/26308] [4.2/4.3 Regression] libgomp bootstrap failure on Tru64 UNIX V4.0F

2007-07-02 Thread ro at gcc dot gnu dot org
--- Comment #7 from ro at gcc dot gnu dot org 2007-07-02 14:38 --- Subject: Bug 26308 Author: ro Date: Mon Jul 2 14:38:13 2007 New Revision: 126208 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=126208 Log: PR libgomp/26308 * config/posix/lock.c (_XOPEN_SOURCE):

[Bug libgomp/26308] [4.2/4.3 Regression] libgomp bootstrap failure on Tru64 UNIX V4.0F

2007-07-02 Thread ro at gcc dot gnu dot org
--- Comment #8 from ro at gcc dot gnu dot org 2007-07-02 14:41 --- Subject: Bug 26308 Author: ro Date: Mon Jul 2 14:41:03 2007 New Revision: 126209 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=126209 Log: PR libgomp/26308 * config/posix/lock.c (_XOPEN_SOURCE):

[Bug libgomp/26308] [4.2/4.3 Regression] libgomp bootstrap failure on Tru64 UNIX V4.0F

2007-07-02 Thread ro at gcc dot gnu dot org
--- Comment #9 from ro at gcc dot gnu dot org 2007-07-02 14:41 --- Fixed for 4.2.1, 4.3. -- ro at gcc dot gnu dot org changed: What|Removed |Added

[Bug debug/32445] no debug information for loop counters

2007-07-02 Thread drow at false dot org
--- Comment #3 from drow at gcc dot gnu dot org 2007-07-02 14:48 --- Subject: Re: no debug information for loop counters On Sun, Jun 24, 2007 at 04:07:01AM -, pinskia at gcc dot gnu dot org wrote: On the mainline, we have ivtmp.33 going from 1 to 101 so it does not equal the

[Bug libgcj/30513] [4.3 Regression] Bootstrap failure with libgcj on sparc-sun-solaris2.10

2007-07-02 Thread ro at gcc dot gnu dot org
--- Comment #14 from ro at gcc dot gnu dot org 2007-07-02 14:48 --- Subject: Bug 30513 Author: ro Date: Mon Jul 2 14:48:28 2007 New Revision: 126210 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=126210 Log: PR libgcj/30513 * configure.host (i[3-6]86-*): Undef

[Bug boehm-gc/21940] boehm-gc gctest fails on Solaris 10/x86

2007-07-02 Thread ro at gcc dot gnu dot org
--- Comment #3 from ro at gcc dot gnu dot org 2007-07-02 14:52 --- Patch here: http://gcc.gnu.org/ml/java-patches/2007-q2/msg00330.html -- ro at gcc dot gnu dot org changed: What|Removed |Added

[Bug boehm-gc/21942] boehm-gc doesn't compile on Solaris 10/amd64

2007-07-02 Thread ro at gcc dot gnu dot org
--- Comment #7 from ro at gcc dot gnu dot org 2007-07-02 14:53 --- Patch here: http://gcc.gnu.org/ml/java-patches/2007-q2/msg00330.html -- ro at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/32578] problem using iso_c_binding

2007-07-02 Thread kargl at gcc dot gnu dot org
--- Comment #1 from kargl at gcc dot gnu dot org 2007-07-02 14:54 --- *** This bug has been marked as a duplicate of 31229 *** -- kargl at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/31229] kind parameter in function declaration fails to find use-associated parameters

2007-07-02 Thread kargl at gcc dot gnu dot org
--- Comment #3 from kargl at gcc dot gnu dot org 2007-07-02 14:54 --- *** Bug 32578 has been marked as a duplicate of this bug. *** -- kargl at gcc dot gnu dot org changed: What|Removed |Added

[Bug boehm-gc/21942] boehm-gc doesn't compile on Solaris 10/amd64

2007-07-02 Thread ro at gcc dot gnu dot org
--- Comment #8 from ro at gcc dot gnu dot org 2007-07-02 14:57 --- Subject: Bug 21942 Author: ro Date: Mon Jul 2 14:56:58 2007 New Revision: 126211 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=126211 Log: PR boehm-gc/21940 PR boehm-gc/21942 *

[Bug boehm-gc/21940] boehm-gc gctest fails on Solaris 10/x86

2007-07-02 Thread ro at gcc dot gnu dot org
--- Comment #4 from ro at gcc dot gnu dot org 2007-07-02 14:57 --- Subject: Bug 21940 Author: ro Date: Mon Jul 2 14:56:58 2007 New Revision: 126211 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=126211 Log: PR boehm-gc/21940 PR boehm-gc/21942 *

[Bug fortran/32580] iso_c_binding c_f_procpointer

2007-07-02 Thread kargl at gcc dot gnu dot org
--- Comment #2 from kargl at gcc dot gnu dot org 2007-07-02 14:57 --- Resolution of this bug requires the PROCEDURE POINTER feature from Fortran 2003. Janus Weil, a Google SoC participant, is working on this feature. -- kargl at gcc dot gnu dot org changed: What

[Bug boehm-gc/21942] boehm-gc doesn't compile on Solaris 10/amd64

2007-07-02 Thread ro at gcc dot gnu dot org
--- Comment #9 from ro at gcc dot gnu dot org 2007-07-02 15:00 --- Subject: Bug 21942 Author: ro Date: Mon Jul 2 14:59:47 2007 New Revision: 126212 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=126212 Log: PR boehm-gc/21940 PR boehm-gc/21942 *

[Bug boehm-gc/21940] boehm-gc gctest fails on Solaris 10/x86

2007-07-02 Thread ro at gcc dot gnu dot org
--- Comment #5 from ro at gcc dot gnu dot org 2007-07-02 15:00 --- Subject: Bug 21940 Author: ro Date: Mon Jul 2 14:59:47 2007 New Revision: 126212 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=126212 Log: PR boehm-gc/21940 PR boehm-gc/21942 *

[Bug c++/32470] fvisibility=hidden without effect in some cases

2007-07-02 Thread gd at spherenet dot de
--- Comment #3 from gd at spherenet dot de 2007-07-02 15:01 --- Ping. Is there any reason why this one is still unconfirmed? It could be reproduced by Andrew. -- gd at spherenet dot de changed: What|Removed |Added

[Bug boehm-gc/21942] boehm-gc doesn't compile on Solaris 10/amd64

2007-07-02 Thread ro at gcc dot gnu dot org
--- Comment #10 from ro at gcc dot gnu dot org 2007-07-02 15:03 --- Subject: Bug 21942 Author: ro Date: Mon Jul 2 15:02:26 2007 New Revision: 126213 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=126213 Log: PR boehm-gc/21940 PR boehm-gc/21942 *

[Bug boehm-gc/21940] boehm-gc gctest fails on Solaris 10/x86

2007-07-02 Thread ro at gcc dot gnu dot org
--- Comment #6 from ro at gcc dot gnu dot org 2007-07-02 15:03 --- Subject: Bug 21940 Author: ro Date: Mon Jul 2 15:02:26 2007 New Revision: 126213 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=126213 Log: PR boehm-gc/21940 PR boehm-gc/21942 *

[Bug boehm-gc/21942] boehm-gc doesn't compile on Solaris 10/amd64

2007-07-02 Thread ro at gcc dot gnu dot org
--- Comment #11 from ro at gcc dot gnu dot org 2007-07-02 15:04 --- Fixed for 4.1.3, 4.2.1, 4.3. -- ro at gcc dot gnu dot org changed: What|Removed |Added

[Bug boehm-gc/21940] boehm-gc gctest fails on Solaris 10/x86

2007-07-02 Thread ro at gcc dot gnu dot org
--- Comment #7 from ro at gcc dot gnu dot org 2007-07-02 15:05 --- Fixed for 4.1.3, 4.2.1, 4.3. -- ro at gcc dot gnu dot org changed: What|Removed |Added

[Bug c/32587] New: gcc fails to issue warning: suggest parentheses around assignment used as truth value

2007-07-02 Thread fritz at intrinsity dot com
This c code: // begin ok.c int bar(int a, int b, int c) { //if ((b = c) (a == 0)) if (b = c) { return 0; } return 1; } // end ok.c When compiled with gcc -Wall -c ok.c issues this warning: ok.c: In function `bar': ok.c:5: warning: suggest parentheses

[Bug regression/32582] Bootstrap with vectorization enabled fails with ICE on PPC

2007-07-02 Thread rakdver at kam dot mff dot cuni dot cz
--- Comment #5 from rakdver at kam dot mff dot cuni dot cz 2007-07-02 15:27 --- Subject: Re: Bootstrap with vectorization enabled fails with ICE on PPC rakdver at gcc dot gnu dot org [EMAIL PROTECTED] wrote on 02.07.2007 14:51:35: OK, I will have a look. thanks! Could you

[Bug c/32588] New: Bogus error: initializer element is not constant

2007-07-02 Thread bero at arklinux dot org
The following code (extracted from ffmpeg) produces error: initializer element is not constant: typedef struct { int num; int den; } AVRational; static AVRational frame_rate = (AVRational) {25,1}; Replacing the last line with plain static AVRational frame_rate = {25,1}; fixes it --

[Bug libstdc++/31518] _GLIBCXX_DEBUG error message formatter line width not configurable

2007-07-02 Thread pcarlini at suse dot de
--- Comment #2 from pcarlini at suse dot de 2007-07-02 16:09 --- Seems doable... -- pcarlini at suse dot de changed: What|Removed |Added AssignedTo|unassigned at

[Bug fortran/32239] optimize power in loops, use __builtin_powi instead of _gfortran_pow_r4_i4

2007-07-02 Thread jb at gcc dot gnu dot org
--- Comment #6 from jb at gcc dot gnu dot org 2007-07-02 16:21 --- Subject: Bug 32239 Author: jb Date: Mon Jul 2 16:21:37 2007 New Revision: 126215 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=126215 Log: Forgot to delete these during yesterdays commit. 2007-07-02 Janne

[Bug fortran/25709] BIND (Fortran 2003) is not supported at all

2007-07-02 Thread kargl at gcc dot gnu dot org
--- Comment #6 from kargl at gcc dot gnu dot org 2007-07-02 16:44 --- I committed a patch, yesterday. -- kargl at gcc dot gnu dot org changed: What|Removed |Added

[Bug ada/32589] New: exp_dbug.adb:981: error: invalid array index

2007-07-02 Thread danglin at gcc dot gnu dot org
: In function 'Exp_Dbug.Prepend_String_To_Buffer': ../../gcc/gcc/ada/exp_dbug.adb:981: error: invalid array index (unnamed-signed:32) MAX_EXPR D.2719_31, 0 + 1; +===GNAT BUG DETECTED==+ | 4.3.0 20070702 (experimental) (hppa2.0w-hp-hpux11.11

[Bug bootstrap/32585] bootstrap broken in libgfortran ?

2007-07-02 Thread jv244 at cam dot ac dot uk
--- Comment #2 from jv244 at cam dot ac dot uk 2007-07-02 17:11 --- looks like this was recently confirmed by Eric -- jv244 at cam dot ac dot uk changed: What|Removed |Added

[Bug target/31684] [4.3 Regression] ICE in get_attr_first_insn, at config/ia64/itanium2.md:1839 at -O2

2007-07-02 Thread sje at gcc dot gnu dot org
--- Comment #6 from sje at gcc dot gnu dot org 2007-07-02 17:15 --- Subject: Bug 31684 Author: sje Date: Mon Jul 2 17:15:35 2007 New Revision: 126216 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=126216 Log: PR target/31684 * haifa-sched.c

[Bug target/31684] [4.3 Regression] ICE in get_attr_first_insn, at config/ia64/itanium2.md:1839 at -O2

2007-07-02 Thread sje at cup dot hp dot com
--- Comment #7 from sje at cup dot hp dot com 2007-07-02 17:16 --- Patch applied. -- sje at cup dot hp dot com changed: What|Removed |Added Status|NEW

[Bug c/32588] Bogus error: initializer element is not constant

2007-07-02 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2007-07-02 17:32 --- Actually (AVRational) {25,1} is a compound literal but not a constant. What options are you using? It is a GCC extension this is a constant really. Now we do error out for -std=gnu99. --

[Bug rtl-optimization/32475] [4.3 Regression] function with asm() does not setup stack frame

2007-07-02 Thread spark at gcc dot gnu dot org
--- Comment #22 from spark at gcc dot gnu dot org 2007-07-02 17:33 --- (In reply to comment #21) I don't think this patch is quite enough. IIUC, it is still possible (although very unlikely) for stack space to be required without any MEM_LOAD or MEM_STORE present, and without any

[Bug bootstrap/32585] bootstrap broken in libgfortran ?

2007-07-02 Thread ubizjak at gmail dot com
--- Comment #3 from ubizjak at gmail dot com 2007-07-02 17:37 --- Confirmed, breaks bootstrap (Revision: 126215)on FC6 x86_64-pc-linux-gnu. -- ubizjak at gmail dot com changed: What|Removed |Added

[Bug tree-optimization/32590] New: [4.3 regression] Duplicate code generated on both branches of if/else

2007-07-02 Thread astrange at ithinksw dot com
-languages=c,c++,objc,obj-c++ Thread model: posix gcc version 4.3.0 20070702 (experimental) /usr/local/gcc43/bin/g++ -O3 -fdump-tree-final_cleanup -ffast-math -fno-unswitch-loops -g -c rt-no-load-motion.cpp Here: bb 15: if (closest == 0) goto bb 16; else goto bb 17; bb 16: res = p

[Bug libstdc++/31518] _GLIBCXX_DEBUG error message formatter line width not configurable

2007-07-02 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2007-07-02 17:47 --- I rather have this as a runtime configurable rather than a compiler time option. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31518

[Bug bootstrap/32581] make profiledbootstrap - stageprofile - gcc/ada/a-except.adb:1301: error: control flow in the middle of basic block 20

2007-07-02 Thread rob1weld at aol dot com
--- Comment #1 from rob1weld at aol dot com 2007-07-02 17:47 --- I re-configured with exactly the same command line options, except I removed ada from --enable-languages=, and re-started make. On this second attempt the file building timing was similar to what was previously reported.

[Bug bootstrap/32585] bootstrap broken in libgfortran ?

2007-07-02 Thread ubizjak at gmail dot com
--- Comment #4 from ubizjak at gmail dot com 2007-07-02 17:48 --- The patch at http://gcc.gnu.org/ml/fortran/2007-07/msg00036.html fixes bootstrap. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32585

[Bug bootstrap/32581] make profiledbootstrap - stageprofile - gcc/ada/a-except.adb:1301: error: control flow in the middle of basic block 20

2007-07-02 Thread rob1weld at aol dot com
--- Comment #2 from rob1weld at aol dot com 2007-07-02 17:51 --- Created an attachment (id=13825) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13825action=view) Missed profile execution counts for GCC 4.3.0 20070701 - broken build --

[Bug other/32532] Warning: variable ret never used in writeargv

2007-07-02 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2007-07-02 17:54 --- Fixed by: 2007-07-02 Simon Baldwin [EMAIL PROTECTED] * argv.c (writeargv): Removed declaration of unused variable. -- pinskia at gcc dot gnu dot org changed: What|Removed

[Bug libstdc++/31518] _GLIBCXX_DEBUG error message formatter line width not configurable

2007-07-02 Thread pcarlini at suse dot de
--- Comment #4 from pcarlini at suse dot de 2007-07-02 17:54 --- Why, exactly? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31518

[Bug target/29990] Linking fails because __ZdlPv can't be a weak definition

2007-07-02 Thread yves at gnu-darwin dot org
--- Comment #5 from yves at gnu-darwin dot org 2007-07-02 17:59 --- Fixed in g++ 4.2.0 Thanks -- yves at gnu-darwin dot org changed: What|Removed |Added

[Bug tree-optimization/32590] [4.3 regression] Duplicate code generated on both branches of if/else

2007-07-02 Thread astrange at ithinksw dot com
--- Comment #1 from astrange at ithinksw dot com 2007-07-02 18:04 --- Created an attachment (id=13826) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13826action=view) testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32590

[Bug regression/32398] [4.3 Regression] checking for suffix of object files... configure: error: cannot compute suffix of f object files: cannot compile

2007-07-02 Thread danglin at gcc dot gnu dot org
--- Comment #3 from danglin at gcc dot gnu dot org 2007-07-02 18:12 --- Here's a small test case from Steve Ellcey: f (int n, ...) { int i, j; long x; __builtin_va_list ap; __builtin_va_start(ap,n); for (i = 0; i n; i++) j = __builtin_va_arg(ap,int); x =

[Bug middle-end/32398] [4.3 Regression] checking for suffix of object files... configure: error: cannot compute suffix of f object files: cannot compile

2007-07-02 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2007-07-02 18:17 --- Can you send me, the dump produced by -fdump-rtl-expand with the trunk and also revision 125754. I am 99% sure this was exposed by pointer plus. -- pinskia at gcc dot gnu dot org changed: What

[Bug fortran/25094] Procedure with public generic identifier allowed to have argument of private type

2007-07-02 Thread dfranke at gcc dot gnu dot org
-- dfranke at gcc dot gnu dot org changed: What|Removed |Added CC||dfranke at gcc dot gnu dot |

[Bug tree-optimization/32583] [4.3 Regression] Endless recursion in PRE phi translation

2007-07-02 Thread dberlin at gcc dot gnu dot org
--- Comment #3 from dberlin at gcc dot gnu dot org 2007-07-02 18:27 --- Subject: Bug 32583 Author: dberlin Date: Mon Jul 2 18:27:46 2007 New Revision: 126222 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=126222 Log: 2007-07-02 Daniel Berlin [EMAIL PROTECTED] Fix PR

[Bug tree-optimization/32584] [4.3 Regression] ICE in compute_antic_safe, at tree-ssa-pre.c:2078

2007-07-02 Thread dberlin at gcc dot gnu dot org
--- Comment #2 from dberlin at gcc dot gnu dot org 2007-07-02 18:27 --- Subject: Bug 32584 Author: dberlin Date: Mon Jul 2 18:27:46 2007 New Revision: 126222 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=126222 Log: 2007-07-02 Daniel Berlin [EMAIL PROTECTED] Fix PR

[Bug tree-optimization/32583] [4.3 Regression] Endless recursion in PRE phi translation

2007-07-02 Thread dberlin at gcc dot gnu dot org
--- Comment #4 from dberlin at gcc dot gnu dot org 2007-07-02 18:32 --- fixed -- dberlin at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/32584] [4.3 Regression] ICE in compute_antic_safe, at tree-ssa-pre.c:2078

2007-07-02 Thread dberlin at gcc dot gnu dot org
--- Comment #3 from dberlin at gcc dot gnu dot org 2007-07-02 18:33 --- fixed -- dberlin at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/32552] Runtime failure in SPEC CPU2000 benchmark fma3d and applu

2007-07-02 Thread wilson at specifix dot com
--- Comment #4 from wilson at specifix dot com 2007-07-02 18:34 --- Subject: Re: Runtime failure in SPEC CPU2000 benchmark fma3d and applu On Sat, 2007-06-30 at 02:10 +, zadeck at naturalbridge dot com and then define ARCH_DOES_NOT_USE_DWARF2 in the right place in the

[Bug tree-optimization/32591] New: ICE: in vn_binary_op_insert, at tree-ssa-sccvn.c:852

2007-07-02 Thread danglin at gcc dot gnu dot org
(gdb) r Starting program: /home/dave/gnu/gcc-4.3/objdir/gcc/cc1 -iprefix /home/dave/gnu/gcc-4.3/objdir/gcc/../lib/gcc/hppa-linux/4.3.0/ -isystem /home/dave/gnu/gcc-4.3/objdir/gcc/include -isystem /home/dave/gnu/gcc-4.3/objdir/gcc/include-fixed

  1   2   >