[Bug driver/46760] LTO doesn't work with FDO

2010-12-01 Thread davek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46760 --- Comment #5 from Dave Korn 2010-12-02 07:47:13 UTC --- (In reply to comment #4) > -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genchecksum \ > build/genchecksum.o .././libiberty/libiberty.a > lto1: sorry, unimplemented: combining units

[Bug fortran/28105] Check for memory allocations bigger than size_t

2010-12-01 Thread Joost.VandeVondele at pci dot uzh.ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28105 --- Comment #10 from Joost VandeVondele 2010-12-02 07:35:03 UTC --- BTW, there is some similar thread for C++, maybe ideas can be copied: http://gcc.gnu.org/ml/gcc/2010-12/msg00053.html

[Bug driver/46760] LTO doesn't work with FDO

2010-12-01 Thread davek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46760 --- Comment #4 from Dave Korn 2010-12-02 07:14:34 UTC --- With my patch we no longer get the undefined symbols building lto-wrapper, but instead later on we hit this problem: ---

[Bug driver/46760] LTO doesn't work with FDO

2010-12-01 Thread davek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46760 Dave Korn changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug fortran/37336] Fortran 2003: Finish derived-type finalization

2010-12-01 Thread damian at rouson dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37336 Damian Rouson changed: What|Removed |Added CC||damian at rouson dot net --- Comment #6 f

[Bug middle-end/46674] [4.6 Regression] Weak alias is mistakenly optimized away

2010-12-01 Thread jiez at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46674 --- Comment #7 from Jie Zhang 2010-12-02 04:10:04 UTC --- Author: jiez Date: Thu Dec 2 04:09:58 2010 New Revision: 167365 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=167365 Log: PR middle-end/46674 * varasm.c (compute_visible_

[Bug middle-end/46671] [4.6 Regression] ICE in default_no_named_section, at varasm .c:5994

2010-12-01 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46671 --- Comment #4 from John David Anglin 2010-12-02 03:19:59 UTC --- default_function_section is being called on systems without named sections.

[Bug middle-end/46761] [4.6 Regression] -fgraphite-identity produces wrong code for array initialization arr[i] = i

2010-12-01 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46761 H.J. Lu changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug libgomp/45240] parallel.c: GOMP_parallel_end locks a mutex but fails to unlock it after atomic operation complete

2010-12-01 Thread shreyasp at ti dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45240 Shreyas Prasad changed: What|Removed |Added Severity|normal |major

[Bug middle-end/46761] [4.6 Regression] -fgraphite-identity produces wrong code for array initialization arr[i] = i

2010-12-01 Thread zsojka at seznam dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46761 --- Comment #1 from Zdenek Sojka 2010-12-02 02:32:58 UTC --- C failures I am currently (trunk r167356) seeing at x86_64-linux with -fgraphite-identity: FAIL: gcc.c-torture/execute/20100416-1.c execution, -O1 FAIL: gcc.dg/vect/pr37539.c executi

[Bug middle-end/46761] New: [4.6 Regression] -fgraphite-identity produces wrong code for array initialization arr[i] = i

2010-12-01 Thread zsojka at seznam dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46761 Summary: [4.6 Regression] -fgraphite-identity produces wrong code for array initialization arr[i] = i Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal

[Bug driver/46760] LTO doesn't work with FDO

2010-12-01 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46760 --- Comment #2 from H.J. Lu 2010-12-02 01:58:17 UTC --- (In reply to comment #1) > I think this is a bug in make file rather than anything else. We are building > libibity with -fprofile-generate but not lto-wrapper. It looks good to me: /expo

[Bug bootstrap/46757] bootstrap failure under Fedora 13 and 14

2010-12-01 Thread rwgk at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46757 --- Comment #3 from rwgk at yahoo dot com 2010-12-02 01:52:35 UTC --- Thank you very much for the hint! As a remark: I had a little bit of a battle with the gmp, mpfr, mpc dependencies, in particular mpc since I couldn't figure out the "yum" comman

[Bug driver/46750] Parallel build doesn't work --with-build-config=bootstrap-lto in a gcc+binutils combined tree

2010-12-01 Thread bonzini at gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46750 --- Comment #5 from Paolo Bonzini 2010-12-02 01:50:39 UTC --- More like, everyone's Makefiles problem. This is a serious limitation of -flto=jobserver, I wonder if it makes sense to keep the option at all.

[Bug driver/46760] LTO doesn't work with FDO

2010-12-01 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46760 --- Comment #1 from Andrew Pinski 2010-12-02 01:47:47 UTC --- I think this is a bug in make file rather than anything else. We are building libibity with -fprofile-generate but not lto-wrapper.

[Bug driver/46760] New: LTO doesn't work with FDO

2010-12-01 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46760 Summary: LTO doesn't work with FDO Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: driver AssignedTo: unassig...@gcc.gnu.org

[Bug c++/46759] incorrect array bounds warning?

2010-12-01 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46759 --- Comment #2 from Andrew Pinski 2010-12-02 01:32:25 UTC --- I think there be a change of having above array bounds. Though it is hard to see from the source really. The issue happens when the first loop goes through without hitting a null cha

[Bug c++/46759] incorrect array bounds warning?

2010-12-01 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46759 --- Comment #1 from Jonathan Wakely 2010-12-02 01:29:13 UTC --- With 4.4.4 20100630 (Red Hat 4.4.4-10) I get the array bounds warning twice. With 4.5.2 20101101 I get it once With 4.6.0 20101128 I get no warning

[Bug driver/46750] Parallel build doesn't work --with-build-config=bootstrap-lto in a gcc+binutils combined tree

2010-12-01 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46750 H.J. Lu changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug c++/46759] New: incorrect array bounds warning?

2010-12-01 Thread rwgk at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46759 Summary: incorrect array bounds warning? Product: gcc Version: 4.5.1 Status: UNCONFIRMED Severity: minor Priority: P3 Component: c++ AssignedTo: unassig...@gcc.gnu.or

[Bug middle-end/46758] New: [4.5/4.6 Regression] -fgraphite-identity produces wrong code when using 64bit constants

2010-12-01 Thread zsojka at seznam dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46758 Summary: [4.5/4.6 Regression] -fgraphite-identity produces wrong code when using 64bit constants Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal P

[Bug driver/46750] Parallel build doesn't work --with-build-config=bootstrap-lto in a gcc+binutils combined tree

2010-12-01 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46750 H.J. Lu changed: What|Removed |Added Status|WAITING |UNCONFIRMED Ever Confirmed|1

[Bug lto/45375] [meta-bug] Issues with building Mozilla with LTO

2010-12-01 Thread davek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45375 Dave Korn changed: What|Removed |Added CC||davek at gcc dot gnu.org --- Comment #12 from

[Bug driver/46750] Parallel build doesn't work --with-build-config=bootstrap-lto in a gcc+binutils combined tree

2010-12-01 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46750 --- Comment #2 from H.J. Lu 2010-12-02 00:55:16 UTC --- In a combined gcc + binutils tree configured with -with-build-config=bootstrap-lto, I got cd gas make -j8 ... libtool: link: /export/build/gnu/gcc-lto/build-x86_64-linux/./prev-gcc/xgcc -B/

[Bug lto/45375] [meta-bug] Issues with building Mozilla with LTO

2010-12-01 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45375 Jan Hubicka changed: What|Removed |Added CC||dave.korn.cygwin at gmail

[Bug middle-end/46734] [4.5 Regression] ICE in create_tmp_var, at gimplify.c:505

2010-12-01 Thread dirtyepic at gentoo dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46734 --- Comment #2 from Ryan Hill 2010-12-02 00:29:26 UTC --- Created attachment 22596 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22596 testcase-mini.i FWIW, delta eventually spit this out.

[Bug lto/45375] [meta-bug] Issues with building Mozilla with LTO

2010-12-01 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45375 --- Comment #10 from Jan Hubicka 2010-12-01 23:58:30 UTC --- I am just trying to get Mozilla building with GNU ld instead of gold. First problem is that Mozilla links some of libraries as: /abuild/jh/trunk-install/bin/gcc -O3 -flto -flto-parti

[Bug bootstrap/46757] bootstrap failure under Fedora 13 and 14

2010-12-01 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46757 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug bootstrap/46757] bootstrap failure under Fedora 13 and 14

2010-12-01 Thread rwgk at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46757 --- Comment #1 from rwgk at yahoo dot com 2010-12-01 23:44:42 UTC --- Created attachment 22595 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22595 output of make bootstrap

[Bug bootstrap/46757] New: bootstrap failure under Fedora 13 and 14

2010-12-01 Thread rwgk at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46757 Summary: bootstrap failure under Fedora 13 and 14 Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: bootstrap AssignedTo: una

[Bug debug/46756] -fcompare-debug failure (length) with ASSIGN

2010-12-01 Thread zsojka at seznam dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46756 --- Comment #1 from Zdenek Sojka 2010-12-01 23:11:44 UTC --- Created attachment 22593 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22593 another testcase (from pr9258.f) This one is shorter, but needs -fexpensive-optimizations $ gcc -O -

[Bug rtl-optimization/46755] ICE: in calc_dfs_tree, at dominance.c:395 with -O

2010-12-01 Thread steven at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46755 Steven Bosscher changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug debug/46756] New: -fcompare-debug failure (length) with ASSIGN

2010-12-01 Thread zsojka at seznam dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46756 Summary: -fcompare-debug failure (length) with ASSIGN Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: debug AssignedTo: unass

[Bug rtl-optimization/46755] ICE: in calc_dfs_tree, at dominance.c:395 with -O

2010-12-01 Thread zsojka at seznam dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46755 Zdenek Sojka changed: What|Removed |Added Keywords||ice-on-valid-code --- Comment #1 from Zden

[Bug rtl-optimization/46755] New: ICE: in calc_dfs_tree, at dominance.c:395 with -O

2010-12-01 Thread zsojka at seznam dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46755 Summary: ICE: in calc_dfs_tree, at dominance.c:395 with -O Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: rtl-optimization A

[Bug middle-end/46488] [4.5 regression] server/core_filters.c from apache httpd 2.2.17 miscompiled at -O3

2010-12-01 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46488 --- Comment #42 from Richard Guenther 2010-12-01 22:14:23 UTC --- (In reply to comment #41) > The warning machinery is faced with: > > (struct apr_bucket *) &a->list.next > > It doesn't warn because, although &a->list has a different type tha

[Bug debug/46749] gcc.dg/debug/pr41893-1.c -gdwarf-2 testsuite failures on darwin

2010-12-01 Thread iains at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46749 --- Comment #18 from Iain Sandoe 2010-12-01 22:06:23 UTC --- (In reply to comment #16) > On Wed, 1 Dec 2010, iains at gcc dot gnu.org wrote: > > > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46749 > > > > --- Comment #15 from Iain Sandoe 2010-

[Bug middle-end/46488] [4.5 regression] server/core_filters.c from apache httpd 2.2.17 miscompiled at -O3

2010-12-01 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46488 --- Comment #41 from Eric Botcazou 2010-12-01 21:53:23 UTC --- The warning machinery is faced with: (struct apr_bucket *) &a->list.next It doesn't warn because, although &a->list has a different type than struct apr_bucket, its field 'next' h

[Bug debug/46749] gcc.dg/debug/pr41893-1.c -gdwarf-2 testsuite failures on darwin

2010-12-01 Thread iains at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46749 --- Comment #17 from Iain Sandoe 2010-12-01 21:52:33 UTC --- (In reply to comment #14) > is invocated (it's basically old LTO mode and not WHOPR). darwin doesn't > seem to have an 'strace' command (bah). dtruss/dtrace might help.

[Bug debug/46749] gcc.dg/debug/pr41893-1.c -gdwarf-2 testsuite failures on darwin

2010-12-01 Thread rguenther at suse dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46749 --- Comment #16 from rguenther at suse dot de 2010-12-01 21:51:18 UTC --- On Wed, 1 Dec 2010, iains at gcc dot gnu.org wrote: > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46749 > > --- Comment #15 from Iain Sandoe 2010-12-01 > 21:34:19 UTC -

[Bug middle-end/46754] FAIL: gcc.dg/graphite/pr45297.c

2010-12-01 Thread spop at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46754 Sebastian Pop changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug middle-end/45297] [4.6 Regression] ICE: in create_linear_expr_from_tree, at graphite-sese-to-poly.c:1210 with -Os -fgraphite-identity

2010-12-01 Thread spop at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45297 Sebastian Pop changed: What|Removed |Added CC||hjl.tools at gmail dot com --- Comment #1

[Bug debug/46749] gcc.dg/debug/pr41893-1.c -gdwarf-2 testsuite failures on darwin

2010-12-01 Thread iains at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46749 --- Comment #15 from Iain Sandoe 2010-12-01 21:34:19 UTC --- splitting the command into compile and link steps will intentionally remove the dsymutil step - thus making the problem 'go away' ... dsymutil should _only_ be called if there is a so

[Bug fortran/46752] OpenMP - Seg fault for unallocated allocatable array in firstprivate clause

2010-12-01 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46752 Tobias Burnus changed: What|Removed |Added Keywords||openmp, wrong-code CC|

[Bug debug/46749] gcc.dg/debug/pr41893-1.c -gdwarf-2 testsuite failures on darwin

2010-12-01 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46749 --- Comment #14 from Richard Guenther 2010-12-01 21:23:55 UTC --- Also works with splitting the command into a -c and a link step. Thus, /Users/richard/obj/gcc/xgcc -B/Users/richard/obj/gcc/ /Users/richard/src/trunk/gcc/testsuite/gcc.dg/debug/p

[Bug debug/46749] gcc.dg/debug/pr41893-1.c -gdwarf-2 testsuite failures on darwin

2010-12-01 Thread iains at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46749 --- Comment #13 from Iain Sandoe 2010-12-01 21:20:36 UTC --- with -save-temps, dsymutil _is_ called and, indeed, the file complained about is absent. (I've a hunch that this could be related to the changes for simple-obj).

[Bug debug/46749] gcc.dg/debug/pr41893-1.c -gdwarf-2 testsuite failures on darwin

2010-12-01 Thread iains at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46749 --- Comment #12 from Iain Sandoe 2010-12-01 21:10:51 UTC --- hm. on i686-darwin9 - adding -Wl,-debug simply suppresses the recognition of the source file and dsymutil is not called (a manifestation of PR41751). So there are two things; 1. dsy

[Bug debug/46749] gcc.dg/debug/pr41893-1.c -gdwarf-2 testsuite failures on darwin

2010-12-01 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46749 --- Comment #11 from Jack Howarth 2010-12-01 20:58:55 UTC --- (In reply to comment #10) > Works for me with -Wl,-debug (which doesn't delete intermediate files). On x86_64-apple-darwin10 at r167292, adding -Wl,-debug inhibits the crash in dsymut

[Bug debug/46749] gcc.dg/debug/pr41893-1.c -gdwarf-2 testsuite failures on darwin

2010-12-01 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46749 --- Comment #10 from Richard Guenther 2010-12-01 20:49:41 UTC --- Works for me with -Wl,-debug (which doesn't delete intermediate files).

[Bug middle-end/38856] loop iv detection failure

2010-12-01 Thread slarin at codeaurora dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38856 Sergei Larin changed: What|Removed |Added CC||slarin at codeaurora dot

[Bug debug/46749] gcc.dg/debug/pr41893-1.c -gdwarf-2 testsuite failures on darwin

2010-12-01 Thread iains at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46749 --- Comment #9 from Iain Sandoe 2010-12-01 20:46:11 UTC --- my (quick) reading of this is that -- the bugfix made by 167292 has caused the source file to be recognized -- causing dsymutil to fire up -- and revealing a pre-existing, probably un

[Bug debug/46749] gcc.dg/debug/pr41893-1.c -gdwarf-2 testsuite failures on darwin

2010-12-01 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46749 --- Comment #8 from Richard Guenther 2010-12-01 20:38:40 UTC --- Can you also add -Wl,-debug and/or -debug (basically make sure collect2 and lto-wrapper have verbosity on)?

[Bug middle-end/46754] New: FAIL: gcc.dg/graphite/pr45297.c

2010-12-01 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46754 Summary: FAIL: gcc.dg/graphite/pr45297.c Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: middle-end AssignedTo: unassig...@gc

[Bug middle-end/46667] [4.6 Regression] -freorder-blocks-and-partition -g failed and libstdc++ builds for arm-eabi are broken.

2010-12-01 Thread joel at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46667 --- Comment #6 from Joel Sherrill 2010-12-01 20:34:56 UTC --- Also impacts arm-*-rtems*

[Bug debug/46749] gcc.dg/debug/pr41893-1.c -gdwarf-2 testsuite failures on darwin

2010-12-01 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46749 --- Comment #7 from Jack Howarth 2010-12-01 20:35:13 UTC --- (In reply to comment #3) > What's the difference of -v output caused by the patch? The offending lines from the diff of -v output appears to be... COMPILER_PATH=/Users/howarth/darwin

[Bug debug/46749] gcc.dg/debug/pr41893-1.c -gdwarf-2 testsuite failures on darwin

2010-12-01 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46749 --- Comment #6 from Jack Howarth 2010-12-01 20:32:53 UTC --- Created attachment 22590 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22590 diff between -v for gcc.dg/debug/pr41893-1.c -gdwarf-2 -g1 at r167291 and r167292

[Bug fortran/46753] New: ICE: OpenMP - in extract_omp_for_data, at omp-low.c:335

2010-12-01 Thread longb at cray dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46753 Summary: ICE: OpenMP - in extract_omp_for_data, at omp-low.c:335 Product: gcc Version: 4.5.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug debug/46749] gcc.dg/debug/pr41893-1.c -gdwarf-2 testsuite failures on darwin

2010-12-01 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46749 --- Comment #5 from Jack Howarth 2010-12-01 20:31:45 UTC --- Created attachment 22589 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22589 -v for gcc.dg/debug/pr41893-1.c -gdwarf-2 -g1 at r167292

[Bug debug/46749] gcc.dg/debug/pr41893-1.c -gdwarf-2 testsuite failures on darwin

2010-12-01 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46749 --- Comment #4 from Jack Howarth 2010-12-01 20:30:57 UTC --- Created attachment 22588 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22588 -v for gcc.dg/debug/pr41893-1.c -gdwarf-2 -g1 at r167291

[Bug fortran/46752] New: OpenMP - Seg fault for unallocated allocatable array in firstprivate clause

2010-12-01 Thread longb at cray dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46752 Summary: OpenMP - Seg fault for unallocated allocatable array in firstprivate clause Product: gcc Version: 4.5.1 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug middle-end/45297] [4.6 Regression] ICE: in create_linear_expr_from_tree, at graphite-sese-to-poly.c:1210 with -Os -fgraphite-identity

2010-12-01 Thread spop at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45297 --- Comment #11 from Sebastian Pop 2010-12-01 20:15:29 UTC --- In this code: : q_5 = &MEM[(void *)q_1 + 4294967288B]; : # q_1 = PHI if (q_1 != p_2(D)) goto ; else goto ; scev analysis is able to determine that q1 = {q_3, +, -8

[Bug middle-end/45297] [4.6 Regression] ICE: in create_linear_expr_from_tree, at graphite-sese-to-poly.c:1210 with -Os -fgraphite-identity

2010-12-01 Thread spop at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45297 Sebastian Pop changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Bug libstdc++/46751] backtrace_symbols wrong when in unexpected_handler

2010-12-01 Thread erik at cq2 dot nl
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46751 --- Comment #2 from Erik J Groeneveld 2010-12-01 19:27:26 UTC --- (In reply to comment #1) > backtrace is part of libc and not GCC. Thank you, I'll post it there too. Could it also have to do something with exception handling code in the c++ ru

[Bug libstdc++/46751] backtrace_symbols wrong when in unexpected_handler

2010-12-01 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46751 --- Comment #1 from Andrew Pinski 2010-12-01 19:18:02 UTC --- backtrace is part of libc and not GCC.

[Bug libstdc++/46751] New: backtrace_symbols wrong when in unexpected_handler

2010-12-01 Thread erik at cq2 dot nl
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46751 Summary: backtrace_symbols wrong when in unexpected_handler Product: gcc Version: 4.4.5 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libstdc++ Assigne

[Bug middle-end/45297] [4.6 Regression] ICE: in create_linear_expr_from_tree, at graphite-sese-to-poly.c:1210 with -Os -fgraphite-identity

2010-12-01 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45297 --- Comment #9 from Jack Howarth 2010-12-01 19:10:07 UTC --- Note that I see these failures with either ppl-0.10.2 and legacy cloog-ppl or ppl-0.11 and cloog-isl.

[Bug driver/46750] Parallel build doesn't work --with-build-config=bootstrap-lto in a gcc+binutils combined tree

2010-12-01 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46750 Richard Guenther changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug middle-end/45297] [4.6 Regression] ICE: in create_linear_expr_from_tree, at graphite-sese-to-poly.c:1210 with -Os -fgraphite-identity

2010-12-01 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45297 Jack Howarth changed: What|Removed |Added CC||howarth at nitro dot |

[Bug driver/46750] New: Parallel build doesn't work --with-build-config=bootstrap-lto in a gcc+binutils combined tree

2010-12-01 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46750 Summary: Parallel build doesn't work --with-build-config=bootstrap-lto in a gcc+binutils combined tree Product: gcc Version: 4.6.0 Status: UNCONFIRMED Se

[Bug middle-end/46488] [4.5 regression] server/core_filters.c from apache httpd 2.2.17 miscompiled at -O3

2010-12-01 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46488 --- Comment #40 from Eric Botcazou 2010-12-01 18:55:28 UTC --- > Maybe this should this be considered a problem in the sense that it > does not warn with -Wstrict-aliasing ? As in this case, httpd source > was patched to "correct" the warning,

[Bug debug/46749] gcc.dg/debug/pr41893-1.c -gdwarf-2 testsuite failures on darwin

2010-12-01 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46749 Richard Guenther changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug middle-end/46488] [4.5 regression] server/core_filters.c from apache httpd 2.2.17 miscompiled at -O3

2010-12-01 Thread pcpa at mandriva dot com.br
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46488 --- Comment #39 from Paulo César Pereira de Andrade 2010-12-01 18:25:50 UTC --- (In reply to comment #38) > (In reply to comment #37) > > > If you'd re-use the same type the issue would go away as well (I think). > > > > Yes, this works for the t

[Bug middle-end/46488] [4.5 regression] server/core_filters.c from apache httpd 2.2.17 miscompiled at -O3

2010-12-01 Thread pcpa at mandriva dot com.br
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46488 --- Comment #38 from Paulo César Pereira de Andrade 2010-12-01 18:23:36 UTC --- (In reply to comment #37) > > If you'd re-use the same type the issue would go away as well (I think). > > Yes, this works for the testcase, but probably only because

[Bug debug/46749] gcc.dg/debug/pr41893-1.c -gdwarf-2 testsuite failures on darwin

2010-12-01 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46749 --- Comment #2 from Jack Howarth 2010-12-01 18:05:00 UTC --- Caused by... Author: rguenth Date: Tue Nov 30 10:00:51 2010 New Revision: 167292 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=167292 Log: 2010-11-30 Richard Guenther

[Bug debug/46749] gcc.dg/debug/pr41893-1.c -gdwarf-2 testsuite failures on darwin

2010-12-01 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46749 --- Comment #1 from Jack Howarth 2010-12-01 17:50:25 UTC --- This failure appeared after r167289 but by r167301.

[Bug debug/46749] New: gcc.dg/debug/pr41893-1.c -gdwarf-2 testsuite failures on darwin

2010-12-01 Thread howarth at nitro dot med.uc.edu
/xgcc -B/sw/src/fink.build/gcc46-4.6.0-1000/darwin_objdir/gcc/ /sw/src/fink.build/gcc46-4.6.0-1000/gcc-4.6-20101201/gcc/testsuite/gcc.dg/debug/pr41893-1.c -gdwarf-2 -g1 -flto -fwhole-program -O /sw/src/fink.build/gcc46-4.6.0-1000/gcc-4.6-20101201/gcc/testsuite/gcc.dg/debug/pr41893-2.c -lm -m32 -o

[Bug middle-end/45297] [4.6 Regression] ICE: in create_linear_expr_from_tree, at graphite-sese-to-poly.c:1210 with -Os -fgraphite-identity

2010-12-01 Thread spop at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45297 Sebastian Pop changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug middle-end/45297] [4.6 Regression] ICE: in create_linear_expr_from_tree, at graphite-sese-to-poly.c:1210 with -Os -fgraphite-identity

2010-12-01 Thread spop at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45297 --- Comment #6 from Sebastian Pop 2010-12-01 17:25:15 UTC --- Author: spop Date: Wed Dec 1 17:25:10 2010 New Revision: 167348 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=167348 Log: Postpone the rewrite out of SSA to the end of the tr

[Bug target/37440] [4.4/4.5/4.6 Regression] GNAT Bug Box a-ngcefu.adb:397

2010-12-01 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37440 --- Comment #10 from Eric Botcazou 2010-12-01 16:18:14 UTC --- *** Bug 46746 has been marked as a duplicate of this bug. ***

[Bug target/46746] ICE at find_valid_class, at reload.c:704

2010-12-01 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46746 Eric Botcazou changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug c++/46645] [4.6 Regression] FAIL: 20_util/unique_ptr/requirements/explicit_instantiation/explicit_instantiation.cc

2010-12-01 Thread marc.glisse at normalesup dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46645 Marc Glisse changed: What|Removed |Added CC||marc.glisse at normalesup

[Bug tree-optimization/46728] [4.6 Regression] GCC no longer generates fmadd for pow (x, 0.75)+y on powerpc

2010-12-01 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46728 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |4.6.0 Summary|GCC no longer ge

[Bug c++/46748] Error "using typename" in template class

2010-12-01 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46748 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug c++/14258] typename in a using declaration not supported

2010-12-01 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14258 Andrew Pinski changed: What|Removed |Added CC||ian at airs dot com --- Comment #14 from

[Bug fortran/28105] Check for memory allocations bigger than size_t

2010-12-01 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28105 --- Comment #9 from Tobias Burnus 2010-12-01 15:38:52 UTC --- (In reply to comment #8) > For automatic and static arrays, different code paths are chosen. I think one should try to get some checking working for INTEGER_CST_P only, i.e. independe

[Bug middle-end/46745] [4.6 Regression] '#'mem_ref' not supported by dump_expr#'

2010-12-01 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46745 Andrew Pinski changed: What|Removed |Added Component|other |middle-end Target Milestone|---

[Bug tree-optimization/46723] [4.5/4.6 Regression] internal compiler error: in get_initial_def_for_induction, at tree-vect-loop.c:2431

2010-12-01 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46723 --- Comment #7 from Richard Guenther 2010-12-01 15:37:09 UTC --- Created attachment 22587 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22587 patch Patch I'm testing. Computes the induction PHI in the type of the evolution, stripping conv

[Bug c++/46748] Error "using typename" in template class

2010-12-01 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46748 --- Comment #1 from Jonathan Wakely 2010-12-01 15:33:56 UTC --- another dup of PR 14258 ?

[Bug tree-optimization/46723] [4.5/4.6 Regression] internal compiler error: in get_initial_def_for_induction, at tree-vect-loop.c:2431

2010-12-01 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46723 Richard Guenther changed: What|Removed |Added Known to work|4.6.0 | Summary|[4.5 Regression] i

[Bug c++/46748] New: Error "using typename" in template class

2010-12-01 Thread ian at airs dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46748 Summary: Error "using typename" in template class Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassig...@

[Bug c/46744] Additional "stop after" stage for C cache usage

2010-12-01 Thread m.j.thayer at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46744 Michael T. changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug fortran/28105] Check for memory allocations bigger than size_t

2010-12-01 Thread jb at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28105 --- Comment #8 from Janne Blomqvist 2010-12-01 14:43:55 UTC --- AFAICS the patch I committed in #6 as r167317 only changes how the ALLOCATE statement is compiled. For automatic and static arrays, different codepaths are chosen. In principle we

[Bug c++/46731] GCC shouts "cannot call member function 'void a::g()' without object" if a is a dependent base class

2010-12-01 Thread schaub-johannes at web dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46731 --- Comment #5 from Johannes Schaub 2010-12-01 14:39:18 UTC --- (In reply to comment #3) > Confirmed. EDG accepts it. > > But I would argue that g is bound at first stage name-lookup > and thus it is not a dependent name and thus the error is c

[Bug c/46747] New: invalid first operand of MEM_REF errors and ICEs with -fgraphite-identity

2010-12-01 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46747 Summary: invalid first operand of MEM_REF errors and ICEs with -fgraphite-identity Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug c++/46731] GCC shouts "cannot call member function 'void a::g()' without object" if a is a dependent base class

2010-12-01 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46731 --- Comment #4 from Jonathan Wakely 2010-12-01 14:18:55 UTC --- (In reply to comment #3) > But I would argue that g is bound at first stage name-lookup > and thus it is not a dependent name and thus the error is correct. 9.3.1p3 says that becaus

[Bug ada/46746] New: ICE at find_valid_class, at reload.c:704

2010-12-01 Thread joel at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46746 Summary: ICE at find_valid_class, at reload.c:704 Product: gcc Version: 4.5.3 Status: UNCONFIRMED Severity: normal Priority: P3 Component: ada AssignedTo: unassig...@

[Bug c++/46732] Valgrind emits false(?) alarms on boost::make_shared

2010-12-01 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46732 --- Comment #5 from Jonathan Wakely 2010-12-01 14:03:39 UTC --- (In reply to comment #4) > GCC 4.4 predates that issue being resolved, so the only real workaround is to > avoid using -std=c++0x with GCC 4.4 Or do something like I did for std::mo

[Bug bootstrap/46730] [4.6 Regression] Failed to profiledbootstrap

2010-12-01 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46730 Richard Guenther changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug other/46745] '#'mem_ref' not supported by dump_expr#'

2010-12-01 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46745 Richard Guenther changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug c/46744] Additional "stop after" stage for C cache usage

2010-12-01 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46744 --- Comment #1 from Richard Guenther 2010-12-01 14:00:31 UTC --- There isn't such point internally, unused typedefs etc. are not removed.

  1   2   >