[Bug tree-optimization/26854] Inordinate compile times on large routines

2008-05-15 Thread steven at gcc dot gnu dot org
--- Comment #65 from steven at gcc dot gnu dot org 2008-05-15 05:59 --- integrated RA : 373.36 (66%) usr 0.33 ( 2%) sys 375.87 (64%) wall 12064 kB ( 2%) ggc 'nuff said. Oh, not entirely yet: IRA should have more than one timevar. -- steven at gcc dot gnu dot org

[Bug fortran/34955] transfer_assumed_size_1.f90: Valgrind error: invalid read of size 3

2008-05-15 Thread fxcoudert at gcc dot gnu dot org
--- Comment #11 from fxcoudert at gcc dot gnu dot org 2008-05-15 07:46 --- (In reply to comment #10) I don't see any signs of this bug actively fixed? I wanted to look into it, but I can't reproduce it any more on x86_64-linux with current mainline. --

[Bug rtl-optimization/36240] New: PIC and -frtl-abstract-sequences

2008-05-15 Thread aldot at gcc dot gnu dot org
Bug to collect PIC-related problems with -frtl-abstract-sequences. from PR33642, comment #22 ( http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33642#c22 ): $ gcc-4.4.orig-HEAD -O0 -frtl-abstract-sequences -fPIC -S foo.i -o /dev/null foo.i: In function ‘bazoo’: foo.i:4: error: unrecognizable insn:

[Bug rtl-optimization/33642] unrecognizable insn for -frtl-abstract-sequences

2008-05-15 Thread aldot at gcc dot gnu dot org
--- Comment #25 from aldot at gcc dot gnu dot org 2008-05-15 07:58 --- (In reply to comment #10) It fails on arm-eabi with -mthumb and/or -fPIC. Currently -fPIC is not well tested. I have created a separate PR36240 to track all PIC issues. --

[Bug target/36241] New: Executable compiled with -m64 almost three times faster than the one compiled with -m32 on Core2Duo

2008-05-15 Thread dominiq at lps dot ens dot fr
The following code (borrowed from http://gcc.gnu.org/ml/gcc/2008-05/msg00134.html): integer(8), parameter :: l = z'5fe6eb3be000' integer, parameter :: ni = 3 integer :: i, j, n integer(8) :: k real(8) :: a, b, e, m, s equivalence (b, k) a = 1.0d0 e = epsilon(1.0)/2.0d0**4 m = 0.0d0 s = 0.0d0

[Bug c++/36242] New: OpenMP multi-threading crashes

2008-05-15 Thread eilemann at gmail dot com
OpenMP crashes in gomp_resolve_num_threads when used concurrently from multiple threads. % g++-4.2 -v Using built-in specs. Target: i686-apple-darwin9 Configured with: /var/tmp/gcc_42/gcc_42-5553~4/src/configure --disable-checking -enable-werror --prefix=/usr --mandir=/usr/share/man

[Bug c++/36242] OpenMP multi-threading crashes

2008-05-15 Thread eilemann at gmail dot com
--- Comment #1 from eilemann at gmail dot com 2008-05-15 08:12 --- Created an attachment (id=15641) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15641action=view) the preprocessed file (*.i*) that triggers the bug, -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36242

[Bug c++/36242] OpenMP multi-threading crashes

2008-05-15 Thread eilemann at gmail dot com
--- Comment #2 from eilemann at gmail dot com 2008-05-15 08:13 --- Created an attachment (id=15642) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15642action=view) Standalone test case - compile line within -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36242

[Bug tree-optimization/34330] -ftree-parallelize-loops=4 ICE with the vectorizer also

2008-05-15 Thread rguenth at gcc dot gnu dot org
--- Comment #9 from rguenth at gcc dot gnu dot org 2008-05-15 08:22 --- Fixed on the trunk. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added Known to

[Bug tree-optimization/34330] -ftree-parallelize-loops=4 ICE with the vectorizer also

2008-05-15 Thread rguenth at gcc dot gnu dot org
--- Comment #10 from rguenth at gcc dot gnu dot org 2008-05-15 08:22 --- Subject: Bug 34330 Author: rguenth Date: Thu May 15 08:21:32 2008 New Revision: 135329 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=135329 Log: 2008-05-15 Richard Guenther [EMAIL PROTECTED] PR

[Bug tree-optimization/36009] PRE causes missed loop store motion, store sinking doesn't work

2008-05-15 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2008-05-15 08:38 --- Subject: Bug 36009 Author: rguenth Date: Thu May 15 08:37:22 2008 New Revision: 135330 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=135330 Log: 2008-05-15 Richard Guenther [EMAIL PROTECTED] PR

[Bug tree-optimization/36204] [4.4 Regression] missed store sinking out of a loop

2008-05-15 Thread rguenth at gcc dot gnu dot org
--- Comment #8 from rguenth at gcc dot gnu dot org 2008-05-15 08:41 --- Fixed. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added Status|NEW

[Bug tree-optimization/36009] PRE causes missed loop store motion, store sinking doesn't work

2008-05-15 Thread rguenth at gcc dot gnu dot org
--- Comment #3 from rguenth at gcc dot gnu dot org 2008-05-15 08:41 --- Fixed. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/36238] [4.4 Regression] ICE in reg_or_subregno, at jump.c:1730

2008-05-15 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2008-05-15 08:56 --- Confirmed. #1 0x007607dd in reg_or_subregno (reg=0x2b3ca9894d80) at /space/rguenther/src/svn/trunk/gcc/jump.c:1730 1730 gcc_assert (REG_P (reg)); (gdb) call debug_rtx (reg) (mem/v/u/c/i:SI

[Bug tree-optimization/36204] [4.4 Regression] missed store sinking out of a loop

2008-05-15 Thread rguenth at gcc dot gnu dot org
--- Comment #7 from rguenth at gcc dot gnu dot org 2008-05-15 08:38 --- Subject: Bug 36204 Author: rguenth Date: Thu May 15 08:37:22 2008 New Revision: 135330 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=135330 Log: 2008-05-15 Richard Guenther [EMAIL PROTECTED] PR

[Bug middle-end/36235] [4.2 Regression] Invalid optimization related to heavy function inlining with -O3

2008-05-15 Thread rguenth at gcc dot gnu dot org
--- Comment #3 from rguenth at gcc dot gnu dot org 2008-05-15 08:51 --- Confirmed. It fails with -O -finline-functions -fstrict-aliasing. Works with 4.3.0. I suppose this is a dup of one of the known alias bugs with 4.2. -- rguenth at gcc dot gnu dot org changed: What

[Bug tree-optimization/34330] -ftree-parallelize-loops=4 ICE with the vectorizer also

2008-05-15 Thread razya at il dot ibm dot com
--- Comment #14 from razya at il dot ibm dot com 2008-05-15 09:41 --- (In reply to comment #13) I see this also even without the patch. Can you open a new PR for this? (In reply to comment #12) int q, x; is missing in the testcase. I suppose you tried on the 4.3 branch? No,

[Bug target/36241] Executable compiled with -m64 almost three times faster than the one compiled with -m32 on Core2Duo

2008-05-15 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2008-05-15 09:06 --- First without -ffast-math the phiopt doesn't recognize the MAX_EXPR (see PR36190), second t.f90:24: note: not vectorized: number of iterations cannot be computed. t.f90:24: note: bad loop form. which is the

[Bug tree-optimization/34330] -ftree-parallelize-loops=4 ICE with the vectorizer also

2008-05-15 Thread rguenth at gcc dot gnu dot org
--- Comment #12 from rguenth at gcc dot gnu dot org 2008-05-15 09:27 --- int q, x; is missing in the testcase. I suppose you tried on the 4.3 branch? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34330

[Bug tree-optimization/34330] -ftree-parallelize-loops=4 ICE with the vectorizer also

2008-05-15 Thread razya at il dot ibm dot com
--- Comment #15 from razya at il dot ibm dot com 2008-05-15 09:46 --- (In reply to comment #13) I see this also even without the patch. Can you open a new PR for this? Sure. http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36244 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34330

[Bug target/36241] Executable compiled with -m64 almost three times faster than the one compiled with -m32 on Core2Duo

2008-05-15 Thread ubizjak at gmail dot com
--- Comment #2 from ubizjak at gmail dot com 2008-05-15 09:21 --- This regression is due to store forwarding penalty: ... movl%esi, -408(%ebp) movl%edi, -404(%ebp) fldl-408(%ebp) ... --

[Bug tree-optimization/34330] -ftree-parallelize-loops=4 ICE with the vectorizer also

2008-05-15 Thread razya at il dot ibm dot com
--- Comment #11 from razya at il dot ibm dot com 2008-05-15 09:23 --- (In reply to comment #10) Subject: Bug 34330 Author: rguenth Date: Thu May 15 08:21:32 2008 New Revision: 135329 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=135329 Log: 2008-05-15 Richard Guenther

[Bug tree-optimization/34330] -ftree-parallelize-loops=4 ICE with the vectorizer also

2008-05-15 Thread rguenth at gcc dot gnu dot org
--- Comment #13 from rguenth at gcc dot gnu dot org 2008-05-15 09:29 --- I see this also even without the patch. Can you open a new PR for this? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34330

[Bug other/36243] New: make install doesn�t work under WinXP/cygwin

2008-05-15 Thread tmile77 at yahoo dot com
Hi I´ve tried to build and install gcc 4.3.0 under WinXP/Cygwin enviroment. I configured without any additional flags and configure and build seemed to run fine. Then I ran make -k check which, after around 1 day, exited with an error. gcc, gcc++ and gfortran tests seemed to run fine. Then I

[Bug fortran/34955] transfer_assumed_size_1.f90: Valgrind error: invalid read of size 3

2008-05-15 Thread hp at gcc dot gnu dot org
--- Comment #12 from hp at gcc dot gnu dot org 2008-05-15 10:42 --- (In reply to comment #11) (In reply to comment #10) I don't see any signs of this bug actively fixed? I wanted to look into it, but I can't reproduce it any more on x86_64-linux with current mainline. The bug is

[Bug tree-optimization/36244] New: -ftree-parallelize-loops=4, vectorizer enabled, ICE

2008-05-15 Thread razya at il dot ibm dot com
/* { dg-do compile } */ /* { dg-options -O3 -ftree-parallelize-loops=4 -c } */ struct p7prior_s { int mnum; /* number of mat emission Dirichlet mixtures */ float mq[200]; /* probabilities of mnum components */ float m[200][20]; /* match emission terms

[Bug middle-end/36244] -ftree-parallelize-loops=4, vectorizer enabled, ICE

2008-05-15 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2008-05-15 10:32 --- Pragmatic fix: Index: tree-ssa-alias.c === --- tree-ssa-alias.c(revision 135330) +++ tree-ssa-alias.c(working copy) @@ -3672,7 +3672,8 @@

[Bug middle-end/36244] -ftree-parallelize-loops=4, vectorizer enabled, ICE

2008-05-15 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2008-05-15 10:12 --- Confirmed. The problem is how we compute MTAG_GLOBAL and call clobbering. We assert that unmodifiable variables are not call clobbered and unmodifiable is if MTAG_GLOBAL TREE_READONLY. Now we transition between

[Bug middle-end/36244] -ftree-parallelize-loops=4, vectorizer enabled, ICE

2008-05-15 Thread razya at il dot ibm dot com
--- Comment #3 from razya at il dot ibm dot com 2008-05-15 11:15 --- (In reply to comment #2) Pragmatic fix: Index: tree-ssa-alias.c === --- tree-ssa-alias.c(revision 135330) +++ tree-ssa-alias.c(working copy)

[Bug middle-end/36244] -ftree-parallelize-loops=4, vectorizer enabled, ICE

2008-05-15 Thread rguenth at gcc dot gnu dot org
--- Comment #4 from rguenth at gcc dot gnu dot org 2008-05-15 11:59 --- Actually this is caused by the fix for PR26359. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug c/36245] New: internal compiler error: in build2_stat, at tree.c:3116

2008-05-15 Thread y at momonga-linux dot org
The following code produces an ICE with -O1 or -O2 $ cat foo.c extern char buf1[10]; extern char buf2[10]; extern void b(int i, int j, int w); void a() { int i,j; char *p; int w; p = buf1; for(j = 0;j 10; j++) { for(i = 0;i 10; i++) { w = *p;

[Bug c/36245] internal compiler error: in build2_stat, at tree.c:3116

2008-05-15 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2008-05-15 12:29 --- Confirmed. #1 0x00b060f9 in build2_stat (code=POINTER_PLUS_EXPR, tt=0x2b34d4f1f000, arg0=0x2b34d4ff4c80, arg1=0x2b34d4ff4d00) at /space/rguenther/src/svn/gcc-4_3-branch/gcc/tree.c:3114 #2

[Bug tree-optimization/36245] [4.3 Regression] internal compiler error: in build2_stat, at tree.c:3116

2008-05-15 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2008-05-15 12:31 --- Mine. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/36244] -ftree-parallelize-loops=4, vectorizer enabled, ICE

2008-05-15 Thread rguenth at gcc dot gnu dot org
--- Comment #5 from rguenth at gcc dot gnu dot org 2008-05-15 12:44 --- Fixed on the trunk. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/36244] -ftree-parallelize-loops=4, vectorizer enabled, ICE

2008-05-15 Thread rguenth at gcc dot gnu dot org
--- Comment #6 from rguenth at gcc dot gnu dot org 2008-05-15 12:45 --- Subject: Bug 36244 Author: rguenth Date: Thu May 15 12:44:42 2008 New Revision: 135336 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=135336 Log: 2008-05-15 Richard Guenther [EMAIL PROTECTED] PR

[Bug fortran/34955] transfer_assumed_size_1.f90: Valgrind error: invalid read of size 3

2008-05-15 Thread jvdelisle at gcc dot gnu dot org
--- Comment #13 from jvdelisle at gcc dot gnu dot org 2008-05-15 13:22 --- valgrind says: ==3482== 474 bytes in 3 blocks are definitely lost in loss record 4 of 11 ==3482==at 0x4A04D1F: calloc (vg_replace_malloc.c:279) ==3482==by 0xB3500A: xcalloc (xmalloc.c:162) ==3482==

[Bug fortran/34955] transfer_assumed_size_1.f90: Valgrind error: invalid read of size 3

2008-05-15 Thread fxcoudert at gcc dot gnu dot org
--- Comment #14 from fxcoudert at gcc dot gnu dot org 2008-05-15 13:23 --- (In reply to comment #13) valgrind says What target? I don't see anything. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34955

[Bug fortran/34955] transfer_assumed_size_1.f90: Valgrind error: invalid read of size 3

2008-05-15 Thread jvdelisle at gcc dot gnu dot org
--- Comment #15 from jvdelisle at gcc dot gnu dot org 2008-05-15 13:30 --- x86-64-linux with valgrind --leak-check=full f951 transfer_assumed_size_1.f90 Using built-in specs. Target: x86_64-unknown-linux-gnu Configured with: ../gcc44/configure --prefix=/home/jerry/gcc/usr

[Bug fortran/34955] transfer_assumed_size_1.f90: Valgrind error: invalid read of size 3

2008-05-15 Thread fxcoudert at gcc dot gnu dot org
--- Comment #16 from fxcoudert at gcc dot gnu dot org 2008-05-15 13:41 --- (In reply to comment #15) x86-64-linux with valgrind --leak-check=full f951 transfer_assumed_size_1.f90 Oh, I see. But the rest of the PR is about running the compiled program. I don't think the two are

[Bug fortran/34955] transfer_assumed_size_1.f90: Valgrind error: invalid read of size 3

2008-05-15 Thread burnus at gcc dot gnu dot org
--- Comment #17 from burnus at gcc dot gnu dot org 2008-05-15 13:55 --- On AMD Atholon64 x2 4800+ with openSUSE 11 (x86-64 beta3) I still get the following valgrind message with today's gfortran (4.4.0 20080515 [trunk revision 135326]): $ gfortran -g gfortran.dg/transfer_assumed_size_1

[Bug c++/34747] __attribute__((aligned(x)))+__alignof != correct behaviour

2008-05-15 Thread andry at inbox dot ru
--- Comment #4 from andry at inbox dot ru 2008-05-15 14:06 --- Version 4.3.0 (Release), the same tests still failing. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34747

[Bug tree-optimization/36245] [4.3 Regression] internal compiler error: in build2_stat, at tree.c:3116

2008-05-15 Thread rguenth at gcc dot gnu dot org
--- Comment #3 from rguenth at gcc dot gnu dot org 2008-05-15 14:09 --- Subject: Bug 36245 Author: rguenth Date: Thu May 15 14:08:07 2008 New Revision: 135360 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=135360 Log: 2008-05-15 Richard Guenther [EMAIL PROTECTED] PR

[Bug tree-optimization/36245] [4.3 Regression] internal compiler error: in build2_stat, at tree.c:3116

2008-05-15 Thread rguenth at gcc dot gnu dot org
--- Comment #4 from rguenth at gcc dot gnu dot org 2008-05-15 14:10 --- Subject: Bug 36245 Author: rguenth Date: Thu May 15 14:09:11 2008 New Revision: 135361 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=135361 Log: 2008-05-15 Richard Guenther [EMAIL PROTECTED] PR

[Bug c++/34158] Template delete doesn't call if exception thrown in constructor

2008-05-15 Thread andry at inbox dot ru
--- Comment #2 from andry at inbox dot ru 2008-05-15 14:10 --- Version 4.3.0 (Release), bug still doesn't fixed. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34158

[Bug tree-optimization/36245] [4.3 Regression] internal compiler error: in build2_stat, at tree.c:3116

2008-05-15 Thread rguenth at gcc dot gnu dot org
--- Comment #5 from rguenth at gcc dot gnu dot org 2008-05-15 14:11 --- Fixed. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug libfortran/25561] Eventually get rid of the Alloc Stream Facility

2008-05-15 Thread jb at gcc dot gnu dot org
--- Comment #7 from jb at gcc dot gnu dot org 2008-05-15 15:54 --- Subject: Bug 25561 Author: jb Date: Thu May 15 15:53:34 2008 New Revision: 135373 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=135373 Log: Part 1 of PR 25561. 2008-05-15 Janne Blomqvist [EMAIL PROTECTED]

[Bug fortran/36239] ICE: gfc_validate_kind(): Got bad kind

2008-05-15 Thread kargl at gcc dot gnu dot org
--- Comment #1 from kargl at gcc dot gnu dot org 2008-05-15 17:42 --- Here's a reduced testcase subroutine bug1 integer, parameter :: ik1 = 1 integer, parameter :: k_k11 = kind(int((0.,0.), kind=ik1)) end subroutine bug1 If (0.,0.) is replaced by either 0 (i.e., INTEGER) or 0.

[Bug fortran/36239] ICE: gfc_validate_kind(): Got bad kind

2008-05-15 Thread kargl at gcc dot gnu dot org
--- Comment #2 from kargl at gcc dot gnu dot org 2008-05-15 18:24 --- I have a patch for this bug. -- kargl at gcc dot gnu dot org changed: What|Removed |Added

[Bug libfortran/25561] Eventually get rid of the Alloc Stream Facility

2008-05-15 Thread jb at gcc dot gnu dot org
--- Comment #8 from jb at gcc dot gnu dot org 2008-05-15 18:32 --- Subject: Bug 25561 Author: jb Date: Thu May 15 18:30:29 2008 New Revision: 135388 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=135388 Log: Remove XFAIL from gfortran.dg/fmt_t_7.f 2008-05-15 Janne Blomqvist

[Bug libfortran/34974] null bytes when reverse-tabbing long records (regression vs. g77)

2008-05-15 Thread jb at gcc dot gnu dot org
--- Comment #15 from jb at gcc dot gnu dot org 2008-05-15 18:33 --- Subject: Bug 34974 Author: jb Date: Thu May 15 18:30:29 2008 New Revision: 135388 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=135388 Log: Remove XFAIL from gfortran.dg/fmt_t_7.f 2008-05-15 Janne Blomqvist

[Bug libfortran/34974] null bytes when reverse-tabbing long records (regression vs. g77)

2008-05-15 Thread jb at gcc dot gnu dot org
--- Comment #16 from jb at gcc dot gnu dot org 2008-05-15 18:35 --- Closing as fixed, see commit msg above. -- jb at gcc dot gnu dot org changed: What|Removed |Added

[Bug testsuite/26813] Testsuite does not check for ICEs

2008-05-15 Thread reichelt at gcc dot gnu dot org
--- Comment #6 from reichelt at gcc dot gnu dot org 2008-05-15 18:49 --- Are there any objections to calling this fixed, based on the committed patch referenced in comment #2? Apparently not. Let's call this bug fixed. -- reichelt at gcc dot gnu dot org changed: What

[Bug middle-end/36194] [4.2/4.3/4.4 Regression] Truncation optimization in combine can remove necessary truncations

2008-05-15 Thread nemet at gcc dot gnu dot org
--- Comment #3 from nemet at gcc dot gnu dot org 2008-05-15 19:28 --- Subject: Bug 36194 Author: nemet Date: Thu May 15 19:25:53 2008 New Revision: 135392 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=135392 Log: PR middle-end/36194 * combine.c

[Bug testsuite/36087] [4.4 Regression] test failures between revs. 134696 and 134717

2008-05-15 Thread janis at gcc dot gnu dot org
--- Comment #4 from janis at gcc dot gnu dot org 2008-05-15 21:04 --- For gcc.dg/var-expand3.c I've got a patch to scandump.exp to get rid of the ERROR and report FAIL if the requested dump file doesn't exist. The test still fails because of the issue in comment #3, but more cleanly.

[Bug testsuite/34889] gcc.c-torture/execute/builtins/pr23484-chk.c fails on 16 bit integer platforms

2008-05-15 Thread janis at gcc dot gnu dot org
--- Comment #2 from janis at gcc dot gnu dot org 2008-05-15 21:09 --- Paulo, please send the proposed patch to [EMAIL PROTECTED] with an appropriate ChangeLog entry. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34889

[Bug testsuite/35710] FAIL: gcc.dg/vect/section-anchors-pr27770.c (test for excess errors)

2008-05-15 Thread janis at gcc dot gnu dot org
--- Comment #3 from janis at gcc dot gnu dot org 2008-05-15 21:34 --- Dorit, are the checks in this test appropriate for powerpc-apple-darwin*? -- janis at gcc dot gnu dot org changed: What|Removed |Added

[Bug testsuite/35710] FAIL: gcc.dg/vect/section-anchors-pr27770.c (test for excess errors)

2008-05-15 Thread janis at gcc dot gnu dot org
--- Comment #4 from janis at gcc dot gnu dot org 2008-05-15 21:35 --- Dominique, to ignore a particular warning you can use dg-prune-output. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35710

[Bug fortran/35830] ICE with PROCEDURE(interface) containing array formal arguments

2008-05-15 Thread jaydub66 at gmail dot com
--- Comment #6 from jaydub66 at gmail dot com 2008-05-15 21:48 --- I noticed that while the test case from comment #1 still fails, the following variation actually works with the patch from comment #2: module m contains subroutine one(a) integer a(:) print *, lbound(a),

[Bug testsuite/35939] maxloc_bounds_[457].f90 fail with -fdefault-integer-8

2008-05-15 Thread janis at gcc dot gnu dot org
--- Comment #1 from janis at gcc dot gnu dot org 2008-05-15 21:48 --- Thomas, does the suggested change to the tests make sense, or would it be better to skip these tests if they would be run using -fdefault-integer-8? -- janis at gcc dot gnu dot org changed: What

[Bug tree-optimization/36228] redundant runtime check while vectorizing

2008-05-15 Thread sebpop at gmail dot com
--- Comment #3 from sebpop at gmail dot com 2008-05-15 21:55 --- Subject: Re: redundant runtime check while vectorizing Here is a patch for this: a first data dependence test a call to operand_equal_p on the array references Tested with vect.exp and tree-ssa.exp. I will send another

[Bug middle-end/36206] [4.4 Regression] ice for legal code with -O3

2008-05-15 Thread spop at gcc dot gnu dot org
--- Comment #7 from spop at gcc dot gnu dot org 2008-05-15 22:00 --- Subject: Re: [4.4 Regression] ice for legal code with -O3 Two patches for this PR: one for not allowing polynomials with degree 1 in the affine dependence test, the other to not fail on chrecs with converts in the

[Bug tree-optimization/36228] redundant runtime check while vectorizing

2008-05-15 Thread rguenth at gcc dot gnu dot org
--- Comment #5 from rguenth at gcc dot gnu dot org 2008-05-15 22:01 --- operand_equal_p is reasonably cheap. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36228

[Bug testsuite/33367] A few tests fail

2008-05-15 Thread janis at gcc dot gnu dot org
--- Comment #2 from janis at gcc dot gnu dot org 2008-05-15 22:13 --- These failures, and the ones in PR33365 and PR33366, don't show up in any of the archived test summaries for 4.2.2 on i686-unknown-linux-gnu linked from http://gcc.gnu.org/gcc-4.2/buildstat.html. Could they be due to

[Bug tree-optimization/36245] [4.3 Regression] internal compiler error: in build2_stat, at tree.c:3116

2008-05-15 Thread hjl dot tools at gmail dot com
--- Comment #6 from hjl dot tools at gmail dot com 2008-05-16 00:43 --- It isn't fixed. From: http://gcc.gnu.org/ml/gcc-testresults/2008-05/msg01368.html FAIL: gcc.c-torture/compile/pr36245.c -O1 (internal compiler error) FAIL: gcc.c-torture/compile/pr36245.c -O1 (test for excess

[Bug objc/35996] ICE while building simple ObjC code with -fobjc-gc

2008-05-15 Thread daekharel at gmail dot com
--- Comment #2 from daekharel at gmail dot com 2008-05-16 02:57 --- I'm not sure that's the case, as I've taken a look at the gcc libobjc code, and it does seem to have some support for boehm GC integration. For example, a fragment of code from gcc-4.2.3/libobjc/objects.c runs as

[Bug libfortran/34974] null bytes when reverse-tabbing long records (regression vs. g77)

2008-05-15 Thread jvdelisle at gcc dot gnu dot org
--- Comment #17 from jvdelisle at gcc dot gnu dot org 2008-05-16 03:12 --- The test case needs { target fd_truncate } I will fix it. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34974

[Bug fortran/36239] ICE: gfc_validate_kind(): Got bad kind

2008-05-15 Thread jvdelisle at gcc dot gnu dot org
--- Comment #3 from jvdelisle at gcc dot gnu dot org 2008-05-16 03:42 --- Subject: Bug 36239 Author: jvdelisle Date: Fri May 16 03:41:17 2008 New Revision: 135408 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=135408 Log: 2008-05-15 Steven G. Kargl [EMAIL PROTECTED] *

[Bug fortran/36239] ICE: gfc_validate_kind(): Got bad kind

2008-05-15 Thread jvdelisle at gcc dot gnu dot org
--- Comment #4 from jvdelisle at gcc dot gnu dot org 2008-05-16 03:43 --- Fixed on trunk -- jvdelisle at gcc dot gnu dot org changed: What|Removed |Added