[Bug other/46677] frontends and tree optimizers use *_TYPE_SIZE

2010-11-26 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46677 --- Comment #6 from Richard Guenther 2010-11-26 22:18:23 UTC --- (In reply to comment #5) > (In reply to comment #3) > > * Modifiable members of targetm are a bad idea and make LTO-based > > devirtualization harder (I'd rather targetm was const

[Bug middle-end/46488] server/core_filters.c from apache httpd 2.2.17 miscompiled with optimization -O3

2010-11-26 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46488 Richard Guenther changed: What|Removed |Added Target Milestone|4.5.2 |--- Summary|[4.5 regression

[Bug other/46677] frontends and tree optimizers use *_TYPE_SIZE

2010-11-26 Thread amylaar at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46677 --- Comment #7 from Jorn Wolfgang Rennecke 2010-11-26 22:34:08 UTC --- (In reply to comment #6) > No. The optimization passes that are remotely related do not work > flow or context sensitive, so we don't know whether the initialization > takes

[Bug middle-end/46488] server/core_filters.c from apache httpd 2.2.17 miscompiled with optimization -O3

2010-11-26 Thread lk0946 at att dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46488 --- Comment #13 from Lance Kinley 2010-11-26 22:57:08 UTC --- -O and -O2 are broken in 4.5.1 but work in the 4.5 and 4.6 snapshots.

[Bug other/46677] frontends and tree optimizers use *_TYPE_SIZE

2010-11-26 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46677 --- Comment #8 from Richard Guenther 2010-11-26 23:08:50 UTC --- (In reply to comment #7) > (In reply to comment #6) > > > No. The optimization passes that are remotely related do not work > > flow or context sensitive, so we don't know whether

[Bug other/46677] frontends and tree optimizers use *_TYPE_SIZE

2010-11-26 Thread joseph at codesourcery dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46677 --- Comment #9 from joseph at codesourcery dot com 2010-11-26 23:45:16 UTC --- On Fri, 26 Nov 2010, amylaar at gcc dot gnu.org wrote: > > * All the macros relating to the sizes of various C types in bits should > > be replaced by hooks that are

[Bug fortran/46678] New: [4.6 Regression] Wrong code with strings

2010-11-26 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46678 Summary: [4.6 Regression] Wrong code with strings Product: gcc Version: 4.6.0 Status: UNCONFIRMED Keywords: wrong-code Severity: normal Priority: P3 Component: fort

[Bug fortran/46678] [4.6 Regression] Wrong code with strings

2010-11-26 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46678 Tobias Burnus changed: What|Removed |Added CC||domob at gcc dot gnu.org,

[Bug fortran/46678] [4.6 Regression] Wrong code with strings

2010-11-26 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46678 --- Comment #2 from Tobias Burnus 2010-11-27 00:35:04 UTC --- (In reply to comment #1) > testing: r162217 (589550ff51f6645a92a0538f31953b94e40585b4) > testing: r162219 (c5faa79924f2b5c58fd21b6bd2416836985dfc25) Forgot to change that: The fir

[Bug middle-end/46679] New: fold_binary changes types in divisionm breaking configure -enable-checking

2010-11-26 Thread jay.krell at cornell dot edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46679 Summary: fold_binary changes types in divisionm breaking configure -enable-checking Product: gcc Version: 4.5.1 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug c++/46680] New: Suboptimal code generated for bool comparisons

2010-11-26 Thread adriano.rezende at openbossa dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46680 Summary: Suboptimal code generated for bool comparisons Product: gcc Version: 4.4.1 Status: UNCONFIRMED Severity: enhancement Priority: P3 Component: c++ AssignedTo:

[Bug middle-end/46681] New: insn-recog.c is too taxing on bootstrap compiler (Apple gcc 4.0.1)

2010-11-26 Thread jay.krell at cornell dot edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46681 Summary: insn-recog.c is too taxing on bootstrap compiler (Apple gcc 4.0.1) Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug middle-end/46681] insn-recog.c is too taxing on bootstrap compiler (Apple gcc 4.0.1)

2010-11-26 Thread jay.krell at cornell dot edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46681 --- Comment #1 from Jay 2010-11-27 01:09:47 UTC --- Actually running make again doesn't fix it. And machine is nearly single-tasking at the moment. I'll try without -disable-bootstrap.

[Bug middle-end/46681] insn-recog.c is too taxing on bootstrap compiler (Apple gcc 4.0.1)

2010-11-26 Thread jay.krell at cornell dot edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46681 --- Comment #2 from Jay 2010-11-27 01:14:57 UTC --- Trying again with ulimit -d unlimited. I wonder if something like can/should be automated, like with some wrapper executable. Notice I'm using -enable-checking.

[Bug middle-end/46681] insn-recog.c is too taxing on bootstrap compiler (Apple gcc 4.0.1)

2010-11-26 Thread jay.krell at cornell dot edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46681 --- Comment #3 from Jay 2010-11-27 01:39:30 UTC --- no luck with ulimit -- I should have known since it is mmap trying w/o -disable-bootstra

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

2010-11-26 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46671 --- Comment #1 from John David Anglin 2010-11-27 02:07:08 UTC --- Backtrace: Breakpoint 1, default_no_named_section (name=0x7afad8f0 ".text.startup", flags=2097408, decl=0x7afa6900) at ../../gcc/gcc/varasm.c:5994 5994 gcc_unreachable (); (g

[Bug fortran/46678] [4.6 Regression] Wrong code with strings

2010-11-26 Thread jvdelisle at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46678 Jerry DeLisle changed: What|Removed |Added CC||jvdelisle at gcc dot |

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

2010-11-26 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46671 --- Comment #2 from John David Anglin 2010-11-27 04:20:08 UTC --- > I'm going to try removing assert. > > It should be noted that on 32-bit HP-UX we create multiple unamed "sections" > (subspaces) in an object. Doesn't work. Section handling i

[Bug c++/46682] New: __sync_bool_compare_and_swap generates wrong code

2010-11-26 Thread us15 at os dot inf.tu-dresden.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46682 Summary: __sync_bool_compare_and_swap generates wrong code Product: gcc Version: 4.5.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: un

[Bug middle-end/46681] insn-recog.c is too taxing on bootstrap compiler (Apple gcc 4.0.1)

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

[Bug c++/46680] Suboptimal code generated for bool comparisons

2010-11-26 Thread d.g.gorbachev at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46680 Dmitry Gorbachev changed: What|Removed |Added CC||d.g.gorbachev at gmail dot

[Bug middle-end/46675] [4.6 Regression] profiledbootstrap failed

2010-11-26 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46675 Uros Bizjak changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

<    1   2