[Bug c++/43361] New: [g++-4.3..g++-4.5] for-loops are in the way of Wuninitialized?

2010-03-13 Thread phresnel at gmail dot com
I've searched several of the other Wunitialized reports, but without deeper knowledge, I wasn't able to conclude whether this is a dup. Note that even if i happens to be zero-initialized, it is only in this strapped-down testcase. In the program I am hacking, I got an out-of-bound of roughly 2^31

[Bug c/43360] possible wrong code bug

2010-03-13 Thread sezeroz at gmail dot com
--- Comment #1 from sezeroz at gmail dot com 2010-03-14 06:37 --- gcc-4.4 seems affected, too. -- sezeroz at gmail dot com changed: What|Removed |Added CC

[Bug fortran/43243] [4.4 Regression ?] Wrong-code due to missing array temp for DT with pointer component

2010-03-13 Thread pault at gcc dot gnu dot org
--- Comment #10 from pault at gcc dot gnu dot org 2010-03-14 06:27 --- Will check this out as soon as I am back at base. Paul -- pault at gcc dot gnu dot org changed: What|Removed |Added

[Bug c/43360] New: possible wrong code bug

2010-03-13 Thread regehr at cs dot utah dot edu
I believe the -O1 result is correct. reg...@john-home:~/volatile/bugs/tmp290/2$ current-gcc -O1 small.c -o small reg...@john-home:~/volatile/bugs/tmp290/2$ ./small 11 reg...@john-home:~/volatile/bugs/tmp290/2$ current-gcc -O2 small.c -o small reg...@john-home:~/volatile/bugs/tmp290/2$ ./small 8 re

[Bug middle-end/43359] New: gas_dyn benchmark 230% slower when compiled with -fgraphite-identity

2010-03-13 Thread howarth at nitro dot med dot uc dot edu
The polyhedron 2005 benchmark gas_dyn executes 230% slower when compiled with -fgraphite=identity and -ffast-math -funroll-loops -O3 on i686-apple-darwin10. The majority of the slowdown is due to reduced optimizations in the EOS subroutine of the benchmark. If that subroutine is compiled separately

[Bug target/43156] [4.5 Regression] SPU-elf ICEs on simple programs

2010-03-13 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2010-03-14 00:02 --- Created an attachment (id=20102) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20102&action=view) Patch that needs testing I don't have a machine setup up to test this patch on but it works for the simple test

[Bug target/43156] [4.5 Regression] SPU-elf ICEs on simple programs

2010-03-13 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2010-03-13 23:59 --- So right after the NOTE_INSN_EPILOGUE_BEG, we have a NOTE_INSN_DELETED. The spu back-end emits it with a comment of: /* A NOTE_INSN_DELETED is supposed to be at the start and end of the "toplevel" insn chain.

[Bug rtl-optimization/43156] [4.5 Regression] SPU-elf ICEs on simple programs

2010-03-13 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2010-03-13 23:42 --- With RTL checking turned on, we get t.c:4:1: internal compiler error: RTL check: access of elt 7 of 'note' with last elt 6 in add_reg_note, at rtlanal.c:1902 Which is what I expected to get. I forgot that rtl chec

[Bug regression/43356] Wrong code and misleading warning "statement with no effect"

2010-03-13 Thread d dot g dot gorbachev at gmail dot com
--- Comment #2 from d dot g dot gorbachev at gmail dot com 2010-03-13 23:38 --- I believe that GCC is correct, and the warning is good. The actual bug was introduced in MinGW-w64 in revision 1699. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43356

[Bug target/43358] internal compiler error: in pool_free, at alloc-pool.c:335

2010-03-13 Thread segher at gcc dot gnu dot org
--- Comment #1 from segher at gcc dot gnu dot org 2010-03-13 23:17 --- Created an attachment (id=20101) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20101&action=view) testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43358

[Bug target/43358] New: internal compiler error: in pool_free, at alloc-pool.c:335

2010-03-13 Thread segher at gcc dot gnu dot org
The attached testcase (derived from the Linux kernel) fails with: itimer.i:38:1: internal compiler error: in pool_free, at alloc-pool.c:335 The original fails like this as well, of course. -O1 or higher is required. -- Summary: internal compiler error: in pool_free, at alloc-

[Bug lto/42757] lto1 does not emit common symbols with -fuse-linker-plugin

2010-03-13 Thread espindola at gcc dot gnu dot org
--- Comment #7 from espindola at gcc dot gnu dot org 2010-03-13 18:10 --- The llvm change is http://llvm.org/viewvc/llvm-project?view=rev&revision=64616 so I still don't know why gold is not returning LDPR_PREVAILING_DEF for the common symbol definition. -- http://gcc.gnu.org/bug

[Bug lto/42757] lto1 does not emit common symbols with -fuse-linker-plugin

2010-03-13 Thread espindola at gcc dot gnu dot org
--- Comment #6 from espindola at gcc dot gnu dot org 2010-03-13 18:02 --- It works with the llvm plugin for gold. I also find the gold output funny. What the llvm plugin does is if (I->syms[i].resolution == LDPR_PREVAILING_DEF || (I->syms[i].def == LDPK_COMMON &&

[Bug tree-optimization/43351] ICE: SIGSEGV with -fgraphite-identity in 4.4

2010-03-13 Thread spop at gcc dot gnu dot org
--- Comment #3 from spop at gcc dot gnu dot org 2010-03-13 17:49 --- Subject: Bug 43351 Author: spop Date: Sat Mar 13 17:49:24 2010 New Revision: 157442 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=157442 Log: Add testcase for PR43351. 2010-03-13 Sebastian Pop PR

[Bug tree-optimization/43306] [4.5 Regression] ICE: in scan_tree_for_params_right_scev, at graphite-sese-to-poly.c:713 with -O1 -fstrict-overflow -fgraphite-identity

2010-03-13 Thread spop at gcc dot gnu dot org
--- Comment #7 from spop at gcc dot gnu dot org 2010-03-13 17:43 --- Fixed. -- spop at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug tree-optimization/43349] [graphite] very long compile time for gamess with -floop-interchange

2010-03-13 Thread spop at gcc dot gnu dot org
--- Comment #8 from spop at gcc dot gnu dot org 2010-03-13 17:36 --- Fixed. -- spop at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug tree-optimization/43354] [4.5 Regression] function �pofun2' from xplor-nih ICEs compiler at -O2 -fgraphite-identity

2010-03-13 Thread spop at gcc dot gnu dot org
--- Comment #6 from spop at gcc dot gnu dot org 2010-03-13 17:36 --- Fixed. -- spop at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug tree-optimization/43354] [4.5 Regression] function �pofun2' from xplor-nih ICEs compiler at -O2 -fgraphite-identity

2010-03-13 Thread spop at gcc dot gnu dot org
--- Comment #5 from spop at gcc dot gnu dot org 2010-03-13 17:35 --- Subject: Bug 43354 Author: spop Date: Sat Mar 13 17:35:45 2010 New Revision: 157440 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=157440 Log: Fix PR43354: Correctly handle default definitions. 2010-03-13 Seb

[Bug tree-optimization/43349] [graphite] very long compile time for gamess with -floop-interchange

2010-03-13 Thread spop at gcc dot gnu dot org
--- Comment #7 from spop at gcc dot gnu dot org 2010-03-13 17:35 --- Subject: Bug 43349 Author: spop Date: Sat Mar 13 17:35:37 2010 New Revision: 157439 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=157439 Log: Add testcase from PR43349. 2010-03-11 Sebastian Pop PR

[Bug tree-optimization/43306] [4.5 Regression] ICE: in scan_tree_for_params_right_scev, at graphite-sese-to-poly.c:713 with -O1 -fstrict-overflow -fgraphite-identity

2010-03-13 Thread spop at gcc dot gnu dot org
--- Comment #6 from spop at gcc dot gnu dot org 2010-03-13 17:35 --- Subject: Bug 43306 Author: spop Date: Sat Mar 13 17:34:59 2010 New Revision: 157434 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=157434 Log: Fix PR43306: correct evolution_function_right_is_integer_cst. 2010

[Bug tree-optimization/43354] [4.5 Regression] function �pofun2' from xplor-nih ICEs compiler at -O2 -fgraphite-identity

2010-03-13 Thread spop at gcc dot gnu dot org
--- Comment #4 from spop at gcc dot gnu dot org 2010-03-13 17:27 --- Subject: Bug 43354 Author: spop Date: Sat Mar 13 17:27:15 2010 New Revision: 157429 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=157429 Log: Fix PR43354: Correctly handle default definitions. 2010-03-13 Seb

[Bug tree-optimization/43349] [graphite] very long compile time for gamess with -floop-interchange

2010-03-13 Thread spop at gcc dot gnu dot org
--- Comment #6 from spop at gcc dot gnu dot org 2010-03-13 17:27 --- Subject: Bug 43349 Author: spop Date: Sat Mar 13 17:27:09 2010 New Revision: 157428 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=157428 Log: Add testcase from PR43349. 2010-03-11 Sebastian Pop PR

[Bug fortran/43243] [4.5 Regression] Wrong-code due to missing array temp for DT with pointer component

2010-03-13 Thread paul dot richard dot thomas at gmail dot com
--- Comment #9 from paul dot richard dot thomas at gmail dot com 2010-03-13 17:26 --- Subject: Re: [4.5 Regression] Wrong-code due to missing array temp for DT with pointer component HJ, Thanks for doing all this backporting of the testcases. As it happens, I have been leav

[Bug tree-optimization/43354] [4.5 Regression] function �pofun2' from xplor-nih ICEs compiler at -O2 -fgraphite-identity

2010-03-13 Thread spop at gcc dot gnu dot org
--- Comment #3 from spop at gcc dot gnu dot org 2010-03-13 17:13 --- Reduced to: SUBROUTINE POFUN2(DIM,GRDENT,FPART,FPARTL) DOUBLE PRECISION GRDENT(*) DOUBLE COMPLEX FPART(*) DOUBLE COMPLEX FPARTL(*) INTEGER REFLCT IF (DIM.GT.1) THEN ABCS3=XR

[Bug tree-optimization/43164] [4.5 Regression] ice in completely_scalarize_record, at tree-sra.c:85

2010-03-13 Thread hjl at gcc dot gnu dot org
--- Comment #6 from hjl at gcc dot gnu dot org 2010-03-13 16:59 --- Subject: Bug 43164 Author: hjl Date: Sat Mar 13 16:58:19 2010 New Revision: 157426 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=157426 Log: Backport testcases from mainline. 2010-03-13 H.J. Lu Bac

[Bug debug/43229] [4.5 Regression] ice expand_debug_expr, at cfgexpand.c:2957

2010-03-13 Thread hjl at gcc dot gnu dot org
--- Comment #6 from hjl at gcc dot gnu dot org 2010-03-13 16:59 --- Subject: Bug 43229 Author: hjl Date: Sat Mar 13 16:58:19 2010 New Revision: 157426 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=157426 Log: Backport testcases from mainline. 2010-03-13 H.J. Lu Bac

[Bug debug/43237] [4.5 Regression] Wrong DW_AT_upper_bound

2010-03-13 Thread hjl at gcc dot gnu dot org
--- Comment #3 from hjl at gcc dot gnu dot org 2010-03-13 16:59 --- Subject: Bug 43237 Author: hjl Date: Sat Mar 13 16:58:19 2010 New Revision: 157426 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=157426 Log: Backport testcases from mainline. 2010-03-13 H.J. Lu Bac

[Bug tree-optimization/43257] [4.5 Regression] IPA-SRA changes DECL_ASSEMBLER_NAME

2010-03-13 Thread hjl at gcc dot gnu dot org
--- Comment #5 from hjl at gcc dot gnu dot org 2010-03-13 16:59 --- Subject: Bug 43257 Author: hjl Date: Sat Mar 13 16:58:19 2010 New Revision: 157426 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=157426 Log: Backport testcases from mainline. 2010-03-13 H.J. Lu Bac

[Bug tree-optimization/43269] [4.5 Regression] removing non dead store

2010-03-13 Thread hjl at gcc dot gnu dot org
--- Comment #6 from hjl at gcc dot gnu dot org 2010-03-13 16:59 --- Subject: Bug 43269 Author: hjl Date: Sat Mar 13 16:58:19 2010 New Revision: 157426 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=157426 Log: Backport testcases from mainline. 2010-03-13 H.J. Lu Bac

[Bug middle-end/42859] [4.5 regression] ICE in verify_flow_info

2010-03-13 Thread hjl at gcc dot gnu dot org
--- Comment #12 from hjl at gcc dot gnu dot org 2010-03-13 16:59 --- Subject: Bug 42859 Author: hjl Date: Sat Mar 13 16:58:19 2010 New Revision: 157426 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=157426 Log: Backport testcases from mainline. 2010-03-13 H.J. Lu Ba

[Bug debug/43165] [4.5 Regression] ice in simplify_subreg, at simplify-rtx.c:5146

2010-03-13 Thread hjl at gcc dot gnu dot org
--- Comment #4 from hjl at gcc dot gnu dot org 2010-03-13 16:59 --- Subject: Bug 43165 Author: hjl Date: Sat Mar 13 16:58:19 2010 New Revision: 157426 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=157426 Log: Backport testcases from mainline. 2010-03-13 H.J. Lu Bac

[Bug bootstrap/43299] [4.5 Regression] Subversion id 157264 breaks powerpc 64-bit bootstraps

2010-03-13 Thread hjl at gcc dot gnu dot org
--- Comment #9 from hjl at gcc dot gnu dot org 2010-03-13 16:59 --- Subject: Bug 43299 Author: hjl Date: Sat Mar 13 16:58:19 2010 New Revision: 157426 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=157426 Log: Backport testcases from mainline. 2010-03-13 H.J. Lu Bac

[Bug tree-optimization/43191] [4.5 Regression] ice in load_assign_lhs_subreplacements, at tree-sra.c:2459

2010-03-13 Thread hjl at gcc dot gnu dot org
--- Comment #6 from hjl at gcc dot gnu dot org 2010-03-13 16:59 --- Subject: Bug 43191 Author: hjl Date: Sat Mar 13 16:58:19 2010 New Revision: 157426 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=157426 Log: Backport testcases from mainline. 2010-03-13 H.J. Lu Bac

[Bug middle-end/43255] [4.5 Regression] ICE in extract_range_from_assert, at tree-vrp.c:1423

2010-03-13 Thread hjl at gcc dot gnu dot org
--- Comment #5 from hjl at gcc dot gnu dot org 2010-03-13 16:59 --- Subject: Bug 43255 Author: hjl Date: Sat Mar 13 16:58:19 2010 New Revision: 157426 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=157426 Log: Backport testcases from mainline. 2010-03-13 H.J. Lu Bac

[Bug target/43107] [4.5 Regression] ICE: SIGSEGV with -O3 -mavx

2010-03-13 Thread hjl at gcc dot gnu dot org
--- Comment #7 from hjl at gcc dot gnu dot org 2010-03-13 16:59 --- Subject: Bug 43107 Author: hjl Date: Sat Mar 13 16:58:19 2010 New Revision: 157426 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=157426 Log: Backport testcases from mainline. 2010-03-13 H.J. Lu Bac

[Bug tree-optimization/43188] [4.5 Regression] "error: alignment of array elements is greater than element size"

2010-03-13 Thread hjl at gcc dot gnu dot org
--- Comment #5 from hjl at gcc dot gnu dot org 2010-03-13 16:59 --- Subject: Bug 43188 Author: hjl Date: Sat Mar 13 16:58:19 2010 New Revision: 157426 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=157426 Log: Backport testcases from mainline. 2010-03-13 H.J. Lu Bac

[Bug fortran/43180] [4.5 Regression] Bad results without temporary copy of intent(in) argument

2010-03-13 Thread hjl at gcc dot gnu dot org
--- Comment #13 from hjl at gcc dot gnu dot org 2010-03-13 16:59 --- Subject: Bug 43180 Author: hjl Date: Sat Mar 13 16:58:19 2010 New Revision: 157426 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=157426 Log: Backport testcases from mainline. 2010-03-13 H.J. Lu Ba

[Bug debug/43166] [4.5 Regression] ICE in simplify_subreg on fortran code

2010-03-13 Thread hjl at gcc dot gnu dot org
--- Comment #4 from hjl at gcc dot gnu dot org 2010-03-13 16:59 --- Subject: Bug 43166 Author: hjl Date: Sat Mar 13 16:58:19 2010 New Revision: 157426 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=157426 Log: Backport testcases from mainline. 2010-03-13 H.J. Lu Bac

[Bug tree-optimization/43209] [4.5 Regression] ICE in try_improve_iv_set, at tree-ssa-loop-ivopts.c:5238

2010-03-13 Thread hjl at gcc dot gnu dot org
--- Comment #11 from hjl at gcc dot gnu dot org 2010-03-13 16:59 --- Subject: Bug 43209 Author: hjl Date: Sat Mar 13 16:58:19 2010 New Revision: 157426 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=157426 Log: Backport testcases from mainline. 2010-03-13 H.J. Lu Ba

[Bug fortran/43243] [4.5 Regression] Wrong-code due to missing array temp for DT with pointer component

2010-03-13 Thread hjl dot tools at gmail dot com
--- Comment #8 from hjl dot tools at gmail dot com 2010-03-13 16:52 --- gfortran.dg/internal_pack_12.f90 failed with gcc 4.4 branch as of 2010-03-13. Is this a regression on 4.4 branch? -- hjl dot tools at gmail dot com changed: What|Removed |Added

[Bug target/43348] [4.4 regression] ICE in final_scan_insn, at final.c:2604

2010-03-13 Thread mikpe at it dot uu dot se
--- Comment #4 from mikpe at it dot uu dot se 2010-03-13 16:33 --- This is caused by r156601: Author: rguenth Date: Mon Feb 8 14:10:15 2010 New Revision: 156601 URL: http://gcc.gnu.org/viewcvs?root=3Dgcc&view=3Drev&rev=3D156601 Log: 2010-02-08 Richard Guenther PR middle-en

[Bug other/43357] New: fixincludes/tests/base/iso/math_c99.h check fails

2010-03-13 Thread danglin at gcc dot gnu dot org
--- /home/dave/gnu/gcc/gcc/fixincludes/tests/base/iso/math_c99.hWed May 28 21:33:13 2008 *** *** 49,55 ? __builtin_signbitf(x) \ : sizeof(x) == sizeof(long double) \ ? __builtin_signbitl(x)

[Bug target/43348] [4.4 regression] ICE in final_scan_insn, at final.c:2604

2010-03-13 Thread doko at ubuntu dot com
--- Comment #3 from doko at ubuntu dot com 2010-03-13 15:28 --- r156416 is ok, r156863 not -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43348

[Bug libgcj/42676] [4.5 regression] javah doesn't generate the header files as checked in in the archive

2010-03-13 Thread debian-gcc at lists dot debian dot org
--- Comment #3 from debian-gcc at lists dot debian dot org 2010-03-13 14:45 --- fixed -- debian-gcc at lists dot debian dot org changed: What|Removed |Added

[Bug target/43348] [4.4 regression] ICE in final_scan_insn, at final.c:2604

2010-03-13 Thread mikpe at it dot uu dot se
--- Comment #2 from mikpe at it dot uu dot se 2010-03-13 14:28 --- I can reproduce this with a gcc-4.4-20100309 cross to ia64-linux hosted on i686-linux. A gcc-4.4.3 cross works, so this must be recent regression. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43348

[Bug libgcj/42676] [4.5 regression] javah doesn't generate the header files as checked in in the archive

2010-03-13 Thread doko at gcc dot gnu dot org
--- Comment #2 from doko at gcc dot gnu dot org 2010-03-13 14:27 --- Subject: Bug 42676 Author: doko Date: Sat Mar 13 14:27:27 2010 New Revision: 157422 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=157422 Log: 2010-03-13 Matthias Klose PR libgcj/42676 * Reg

[Bug regression/43356] Wrong code and misleading warning "statement with no effect"

2010-03-13 Thread ktietz at gcc dot gnu dot org
--- Comment #1 from ktietz at gcc dot gnu dot org 2010-03-13 14:26 --- Created an attachment (id=20100) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20100&action=view) preprocessed source -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43356

[Bug regression/43356] New: Wrong code and misleading warning "statement with no effect"

2010-03-13 Thread ktietz at gcc dot gnu dot org
The following code compiled on 4.4.x works without problems, but by using gcc 4.5 it produces for -O0 wrong code, and for -O >= 1 correct code but the strange warning (with -Wall option enabled) 'modf.c:9:1: warning: statement with no effect.'. #include #include int main( void ) { double d = 10

[Bug lto/42757] lto1 does not emit common symbols with -fuse-linker-plugin

2010-03-13 Thread rguenth at gcc dot gnu dot org
--- Comment #5 from rguenth at gcc dot gnu dot org 2010-03-13 13:01 --- Ian? What's gold up to here? -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug lto/43355] Undefined references with -flto -fuse-linker-plugin, dependent on object file ordering

2010-03-13 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2010-03-13 13:00 --- I think this is a known issue, either gold or the linker-plugin issues wrong linker resolutions with commons. *** This bug has been marked as a duplicate of 42757 *** -- rguenth at gcc dot gnu dot org changed:

[Bug lto/42757] lto1 does not emit common symbols with -fuse-linker-plugin

2010-03-13 Thread rguenth at gcc dot gnu dot org
--- Comment #4 from rguenth at gcc dot gnu dot org 2010-03-13 13:00 --- *** Bug 43355 has been marked as a duplicate of this bug. *** -- rguenth at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug lto/43355] New: Undefined references with -flto -fuse-linker-plugin, dependent on object file ordering

2010-03-13 Thread amonakov at gcc dot gnu dot org
cat

[Bug bootstrap/38388] parallel install failures in install-{libiberty,gnatlib}

2010-03-13 Thread pluto at agmk dot net
--- Comment #8 from pluto at agmk dot net 2010-03-13 12:32 --- current 4.4 branch and trunk install correctly with make -jN. -- pluto at agmk dot net changed: What|Removed |Added -

[Bug target/43348] [4.4 regression] ICE in final_scan_insn, at final.c:2604

2010-03-13 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.4.4 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43348

[Bug tree-optimization/38819] [4.3 Regression] trapping expression wrongly hoisted out of loop

2010-03-13 Thread rguenth at gcc dot gnu dot org
--- Comment #21 from rguenth at gcc dot gnu dot org 2010-03-13 11:03 --- (In reply to comment #20) > > Like Eric I'm still seeing this fail on mainline on 32-bit sparc. > > The problem is that this is hard to fix without pessimizing the common case. The rtl gcse pre issue should be tr

[Bug middle-end/43323] [4.4 Regression] Wrong code with bitfields and type casting.

2010-03-13 Thread mikpe at it dot uu dot se
--- Comment #4 from mikpe at it dot uu dot se 2010-03-13 11:03 --- Patch posted to gcc-patches: http://gcc.gnu.org/ml/gcc-patches/2010-03/msg00510.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43323

[Bug tree-optimization/43351] ICE: SIGSEGV with -fgraphite-identity in 4.4

2010-03-13 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2010-03-13 11:02 --- If it's not a regression on the 4.4 branch then it's fixed for 4.5. We might want to add the testcase though. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added --

[Bug tree-optimization/43354] [4.5 Regression] function �pofun2' from xplor-nih ICEs compiler at -O2 -fgraphite-identity

2010-03-13 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Component|middle-end |tree-optimization Keywords||ice

[Bug bootstrap/43170] gcc 4.5 20100218 bootstrap compare fails on os x 10.6

2010-03-13 Thread dominiq at lps dot ens dot fr
--- Comment #16 from dominiq at lps dot ens dot fr 2010-03-13 10:56 --- > Is /usr/include/pthread.h or one of the headers it includes matched by > a fixincludes rule? I.e., does any of {stage{1,2,3}-,prev-,}gcc/include/fixed > contain pthread.h or included headers, and if yes, what is

[Bug bootstrap/38388] parallel install failures in install-{libiberty,gnatlib}

2010-03-13 Thread rwild at gcc dot gnu dot org
-- rwild at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRMED |WAITING http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38388

[Bug rtl-optimization/43332] valgrind warns about using uninitialized variable with -fsched-pressure -fschedule-insns

2010-03-13 Thread zsojka at seznam dot cz
--- Comment #2 from zsojka at seznam dot cz 2010-03-13 09:19 --- Thank you for feedback. However, this happens in r157335, so it's not fixed by that patch. It's only reproducible with valgrind checking because ggc_alloc_stat() uses VALGRIND_DISCARD which is a no-op in other cases. When v

[Bug bootstrap/43170] gcc 4.5 20100218 bootstrap compare fails on os x 10.6

2010-03-13 Thread rwild at gcc dot gnu dot org
--- Comment #15 from rwild at gcc dot gnu dot org 2010-03-13 09:14 --- (In reply to comment #14) > a fixincludes rule? I.e., does any of {stage{1,2,3}-,prev-,}gcc/include/fixed That should be include-fixed at the end there. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43170

[Bug bootstrap/43170] gcc 4.5 20100218 bootstrap compare fails on os x 10.6

2010-03-13 Thread rwild at gcc dot gnu dot org
--- Comment #14 from rwild at gcc dot gnu dot org 2010-03-13 09:12 --- Thanks. Is /usr/include/pthread.h or one of the headers it includes matched by a fixincludes rule? I.e., does any of {stage{1,2,3}-,prev-,}gcc/include/fixed contain pthread.h or included headers, and if yes, what is

[Bug target/42040] [ia64] Inappropriate address spills

2010-03-13 Thread wilson at codesourcery dot com
--- Comment #5 from wilson at codesourcery dot com 2010-03-13 08:23 --- Subject: Re: [ia64] Inappropriate address spills On third thought... The code here makes sense if we were having problems with invalid constant recombinations. symbol+const gets split by ia64_expand_move into symb