[Bug c++/40843] access violation not detected for non dependent qualified enum value

2009-07-23 Thread sipych at gmail dot com
--- Comment #3 from sipych at gmail dot com 2009-07-23 22:46 --- Also present in gcc 4.4.0 -- sipych at gmail dot com changed: What|Removed |Added Known to fail|

[Bug middle-end/39976] [4.5 Regression] Big sixtrack degradation on powerpc 32/64 after revision r146817

2009-07-23 Thread pthaugen at gcc dot gnu dot org
--- Comment #23 from pthaugen at gcc dot gnu dot org 2009-07-23 23:48 --- I opened a new bugzilla, 40482, for the Load-hit-store RA issue discussed in comments 17-20 since that's a separate problem. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39976

[Bug bootstrap/40597] Powerpc bootstrap is broken due to changes in expmed.c

2009-07-23 Thread paolo dot bonzini at gmail dot com
--- Comment #34 from paolo dot bonzini at gmail dot com 2009-07-23 22:52 --- Subject: Re: Powerpc bootstrap is broken due to changes in expmed.c On 07/23/2009 02:37 PM, krebbel at gcc dot gnu dot org wrote: > In emit_store_flag the following code now invokes emit_store_flag_1 instead

[Bug bootstrap/40597] Powerpc bootstrap is broken due to changes in expmed.c

2009-07-23 Thread bonzini at gnu dot org
--- Comment #36 from bonzini at gnu dot org 2009-07-23 23:01 --- No, all patches were committed. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40597

[Bug c++/40843] access violation not detected for non dependent qualified enum value

2009-07-23 Thread sipych at gmail dot com
--- Comment #4 from sipych at gmail dot com 2009-07-24 00:00 --- // More similar cases. Static members also may be accessed #include class A { enum { value=1 }; // private static const int ci=2; static int fi() { return 3; } }; template // bug appears only if B is a tem

[Bug lto/40429] [LTO] Handling of -o without space

2009-07-23 Thread bje at gcc dot gnu dot org
--- Comment #2 from bje at gcc dot gnu dot org 2009-07-24 00:42 --- Subject: Bug 40429 Author: bje Date: Fri Jul 24 00:41:54 2009 New Revision: 150037 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=150037 Log: 2009-06-13 Ryan Mansfield PR lto/40429 * lto-wrap

[Bug bootstrap/40597] Powerpc bootstrap is broken due to changes in expmed.c

2009-07-23 Thread meissner at linux dot vnet dot ibm dot com
--- Comment #35 from meissner at linux dot vnet dot ibm dot com 2009-07-23 23:00 --- Subject: Re: Powerpc bootstrap is broken due to changes in expmed.c On Thu, Jul 23, 2009 at 10:52:01PM -, paolo dot bonzini at gmail dot com wrote: > > > --- Comment #34 from paolo dot bonzi

[Bug fortran/40727] [4.4] ICE gfc_simplify_dcmplx(): Bad type when passing BT_COMPLEX to cmplx

2009-07-23 Thread kargl at gcc dot gnu dot org
--- Comment #5 from kargl at gcc dot gnu dot org 2009-07-24 00:31 --- Fixed. -- kargl at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug fortran/40727] [4.4] ICE gfc_simplify_dcmplx(): Bad type when passing BT_COMPLEX to cmplx

2009-07-23 Thread kargl at gcc dot gnu dot org
--- Comment #4 from kargl at gcc dot gnu dot org 2009-07-24 00:28 --- Subject: Bug 40727 Author: kargl Date: Fri Jul 24 00:28:43 2009 New Revision: 150036 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=150036 Log: 2009-07-23 Steven G. Kargl PR fortran/40727 *

[Bug lto/40429] [LTO] Handling of -o without space

2009-07-23 Thread bje at gcc dot gnu dot org
--- Comment #3 from bje at gcc dot gnu dot org 2009-07-24 00:42 --- I checked in Ryan's patch for him. -- bje at gcc dot gnu dot org changed: What|Removed |Added

[Bug libstdc++/40841] Application segfaults when throwing an exception that destroys an fstream

2009-07-23 Thread hjl dot tools at gmail dot com
--- Comment #6 from hjl dot tools at gmail dot com 2009-07-24 01:52 --- It works for me on RHEL 4 with gcc 4.4.1: [...@gnu-14 tmp]$ cat foo.cc #include using namespace std; void f(const char * filename) { ifstream is; throw 2; } int main() { try { f("v3"); } catch(int e) { }

[Bug target/40835] redundant comparison instruction

2009-07-23 Thread carrot at google dot com
--- Comment #2 from carrot at google dot com 2009-07-24 02:11 --- It seems HAVE_cc0 disabled for arm. What's the reason behind it? A simple method is to add a peephole rule to handle it. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40835

[Bug rtl-optimization/40209] ICE in iv_analyze_def caused by stale REG_UNUSED note

2009-07-23 Thread ian at gcc dot gnu dot org
--- Comment #2 from ian at gcc dot gnu dot org 2009-07-24 04:01 --- Subject: Bug 40209 Author: ian Date: Fri Jul 24 04:01:13 2009 New Revision: 150038 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=150038 Log: PR rtl-optimization/40209 * loop-iv.c (iv_analysis_lo

[Bug tree-optimization/40844] New: O2 optimizes out assignment to bitfield

2009-07-23 Thread jim at bodwin dot us
Incorrect code is produced for the following source with the O2 option. In particular, the assignment to the bitfield field2 is optimized out of the code entirely and regImage is left all zero. Correct code is produced with the O1 option and (at least) with gcc version 4.3.2. ===

[Bug fortran/40011] Problems with -fwhole-file

2009-07-23 Thread jv244 at cam dot ac dot uk
--- Comment #34 from jv244 at cam dot ac dot uk 2009-07-24 05:39 --- Testing paul's latest patch at http://gcc.gnu.org/ml/fortran/2009-07/msg00202.html on the latest all file CP2K (see also PR40005) http://www.pci.uzh.ch/vandevondele/tmp/CP2K_2009-05-01.f90.gz I get the following I

[Bug fortran/40011] Problems with -fwhole-file

2009-07-23 Thread jv244 at cam dot ac dot uk
--- Comment #35 from jv244 at cam dot ac dot uk 2009-07-24 05:48 --- (In reply to comment #34) > I won't be able to reduce this failure for the next 10 days or so. as a PS, the multiple-file compilation of trunk cp2k goes fine. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40011

Re: [Bug tree-optimization/40844] New: O2 optimizes out assignment to bitfield

2009-07-23 Thread Andrew Pinski
Sent from my iPhone On Jul 23, 2009, at 10:22 PM, "jim at bodwin dot us" > wrote: Incorrect code is produced for the following source with the O2 option. In particular, the assignment to the bitfield field2 is optimized out of the code entirely and regImage is left all zero. Correct cod

[Bug tree-optimization/40844] O2 optimizes out assignment to bitfield

2009-07-23 Thread pinskia at gmail dot com
--- Comment #1 from pinskia at gmail dot com 2009-07-24 05:54 --- Subject: Re: New: O2 optimizes out assignment to bitfield Sent from my iPhone On Jul 23, 2009, at 10:22 PM, "jim at bodwin dot us" wrote: > Incorrect code is produced for the following source with the O2 > option

[Bug rtl-optimization/40209] ICE in iv_analyze_def caused by stale REG_UNUSED note

2009-07-23 Thread ubizjak at gmail dot com
--- Comment #3 from ubizjak at gmail dot com 2009-07-24 06:25 --- Please also add the testcase from Comment #1 to gcc testsuite. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40209

[Bug rtl-optimization/40209] ICE in iv_analyze_def caused by stale REG_UNUSED note

2009-07-23 Thread steven at gcc dot gnu dot org
--- Comment #4 from steven at gcc dot gnu dot org 2009-07-24 06:27 --- A hint, please, about why the patch of comment #2 would be the correct fix. As far as I can tell, loop-iv doesn't need the notes and shouldn't have to clean up other passes' mess. This patch also introduces a pass or

<    1   2