[Bug c++/50244] wcstold not available for C++0x

2011-09-01 Thread lcid-fire at gmx dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50244 --- Comment #5 from lcid-fire at gmx dot net 2011-09-02 06:41:29 UTC --- It seems to be a mixup of gcc 4.4.3 and 4.5.3 include paths. Obviously the headers are quite different - I'll have to sort it out.

[Bug go/46986] Go is not supported on Darwin

2011-09-01 Thread afb at users dot sourceforge.net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46986 --- Comment #9 from Anders F Björklund 2011-09-02 06:40:28 UTC --- (In reply to comment #8) > > hello world tests OK on Snow Leopard, with patch > > This patch fails on darwin11 when applied to gcc-4_6-branch... Seems like the patch worked (= d

[Bug tree-optimization/50272] A case that PRE optimization hurts performance

2011-09-01 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50272 Andrew Pinski changed: What|Removed |Added Keywords||missed-optimization Component|c

[Bug c/50272] A case that PRE optimization hurts performance

2011-09-01 Thread jiangning.liu at arm dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50272 --- Comment #1 from Jiangning Liu 2011-09-02 05:11:38 UTC --- Richard gave some analysis at http://gcc.gnu.org/ml/gcc/2011-08/msg00037.html

[Bug c/50272] New: A case that PRE optimization hurts performance

2011-09-01 Thread jiangning.liu at arm dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50272 Bug #: 50272 Summary: A case that PRE optimization hurts performance Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Pri

[Bug libstdc++/50268] [C++0x] bitset doesn't sanitize input

2011-09-01 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50268 --- Comment #5 from Paolo Carlini 2011-09-02 01:35:06 UTC --- Created attachment 25174 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25174 Updated draft This one is much better, and actually should lead to slightly better code than C++98,

[Bug c++/50271] New: [C++0x] G++ fails to handle combination of explicit and deduced variadic template arguments

2011-09-01 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50271 Bug #: 50271 Summary: [C++0x] G++ fails to handle combination of explicit and deduced variadic template arguments Classification: Unclassified Product: gcc Version: 4.7.0

[Bug libstdc++/50268] [C++0x] bitset doesn't sanitize input

2011-09-01 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50268 Paolo Carlini changed: What|Removed |Added Attachment #25173|0 |1 is obsolete|

[Bug go/46986] Go is not supported on Darwin

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

[Bug libstdc++/50268] [C++0x] bitset doesn't sanitize input

2011-09-01 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50268 --- Comment #3 from Paolo Carlini 2011-09-01 22:17:00 UTC --- Created attachment 25173 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25173 Draft patch Hi Marc. This is a patch I'm working on. Can you see anything obviously wrong with it? A

[Bug tree-optimization/50183] ICE in verify_ssa for 416.gamess when optimizing using profile data

2011-09-01 Thread wschmidt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50183 --- Comment #6 from William J. Schmidt 2011-09-01 21:41:19 UTC --- This PHI: : # err2.395_561 = PHI is removed by the second call to remove_phi in translate_scalar_reduction_to_array (graphite-sese-to-poly.c). There appears to be an implici

[Bug target/50256] AVR GCC - several unnecessary register moves

2011-09-01 Thread NickParker at Eaton dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50256 --- Comment #2 from NickParker at Eaton dot com 2011-09-01 21:30:41 UTC --- I have the latest AVR GCC release from 2010-01-10 (4.3.3) and this is what I am using.

[Bug fortran/50269] Wrongly rejects element of assumed-shape array in C_LOC

2011-09-01 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50269 --- Comment #2 from Tobias Burnus 2011-09-01 21:10:05 UTC --- (In reply to comment #1) > This allows the code to compile, but one then gets a segfault > or the right answer depending on memory layout. I think > trans-expr.c(conv_isocbinding_proc

[Bug middle-end/50260] [4.7 Regression] internal compiler error: Segmentation fault at ../../gcc/gcc/tree-ssa-live.c:88

2011-09-01 Thread pthaugen at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50260 --- Comment #3 from Pat Haugen 2011-09-01 20:34:00 UTC --- This also shows up on PowerPC in the 3 cpu2000 benchmarks 178.galgel, 191.fma3d and 200.sixtrack.

[Bug fortran/50269] Wrongly rejects element of assumed-shape array in C_LOC

2011-09-01 Thread kargl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50269 kargl at gcc dot gnu.org changed: What|Removed |Added CC||kargl at gcc dot gnu.org --- Co

[Bug c++/50270] Some symbols are exported even when -fvisibility=hidden is used

2011-09-01 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50270 --- Comment #4 from Andrew Pinski 2011-09-01 19:59:18 UTC --- Small testcase: template class __attribute__ ((visibility ("default"))) vector { public: vector(){t=2;}; void push_back(a){t++;}; int t; }; class __attribute__ ((visibility ("h

[Bug c++/50270] Some symbols are exported even when -fvisibility=hidden is used

2011-09-01 Thread almeidaraf at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50270 --- Comment #3 from Rafael Almeida 2011-09-01 19:58:45 UTC --- Created attachment 25172 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25172 Output of -save-temps -v

[Bug c++/50270] Some symbols are exported even when -fvisibility=hidden is used

2011-09-01 Thread almeidaraf at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50270 --- Comment #2 from Rafael Almeida 2011-09-01 19:57:50 UTC --- Created attachment 25171 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25171 foo.s generated by -save-temps

[Bug c++/50270] Some symbols are exported even when -fvisibility=hidden is used

2011-09-01 Thread almeidaraf at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50270 --- Comment #1 from Rafael Almeida 2011-09-01 19:57:04 UTC --- Created attachment 25170 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25170 Preprocessed file generated by -save-temps

[Bug c++/50270] New: Some symbols are exported even when -fvisibility=hidden is used

2011-09-01 Thread almeidaraf at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50270 Bug #: 50270 Summary: Some symbols are exported even when -fvisibility=hidden is used Classification: Unclassified Product: gcc Version: 4.4.3 Status: UNCONFIRMED

[Bug fortran/50050] Internal compiler error free_expr0 at expr.c:3709 via gfc_done_2

2011-09-01 Thread mikael at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50050 Mikael Morin changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug fortran/50267] [4.4] ICE in lhd_set_decl_assembler_name

2011-09-01 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50267 Tobias Burnus changed: What|Removed |Added CC||burnus at gcc dot gnu.org --- Comment #1

[Bug libstdc++/50268] [C++0x] bitset doesn't sanitize input

2011-09-01 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50268 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug fortran/50269] New: Wrongly rejects element of assumed-shape array in C_LOC

2011-09-01 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50269 Bug #: 50269 Summary: Wrongly rejects element of assumed-shape array in C_LOC Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED K

[Bug middle-end/50251] [4.7 Regression] Revision 178353 caused many test failures

2011-09-01 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50251 --- Comment #8 from H.J. Lu 2011-09-01 19:32:54 UTC --- alloca is special with stack alignment. We may need to take the new change into account.

[Bug middle-end/50260] [4.7 Regression] internal compiler error: Segmentation fault at ../../gcc/gcc/tree-ssa-live.c:88

2011-09-01 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50260 Jan Hubicka changed: What|Removed |Added CC||hubicka at gcc dot gnu.org --- Comment #2 f

[Bug libstdc++/50268] [C++0x] bitset doesn't sanitize input

2011-09-01 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50268 --- Comment #2 from Paolo Carlini 2011-09-01 19:29:23 UTC --- Urgh, I can't believe it's here: #ifdef __GXX_EXPERIMENTAL_CXX0X__ constexpr bitset(unsigned long long __val) noexcept : _Base(__val) { } #else

[Bug middle-end/50251] [4.7 Regression] Revision 178353 caused many test failures

2011-09-01 Thread vries at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50251 --- Comment #7 from vries at gcc dot gnu.org 2011-09-01 19:26:48 UTC --- > fold_builtin_alloca_for_var should record stack alignment change After expand_var for D.2129 with 128-bit alignment, x_rtl looks like this: ... (gdb) p x_rtl $20 = {expr =

[Bug libstdc++/50268] [C++0x] bitset doesn't sanitize input

2011-09-01 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50268 --- Comment #1 from Paolo Carlini 2011-09-01 19:23:37 UTC --- Any idea where the problem is?

[Bug libstdc++/50268] New: [C++0x] bitset doesn't sanitize input

2011-09-01 Thread marc.glisse at normalesup dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50268 Bug #: 50268 Summary: [C++0x] bitset doesn't sanitize input Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug fortran/50050] Internal compiler error free_expr0 at expr.c:3709 via gfc_done_2

2011-09-01 Thread mikael at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50050 --- Comment #15 from Mikael Morin 2011-09-01 19:20:05 UTC --- Author: mikael Date: Thu Sep 1 19:19:55 2011 New Revision: 178427 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=178427 Log: 2011-09-01 Mikael Morin PR fortran/50050

[Bug go/46986] Go is not supported on Darwin

2011-09-01 Thread afb at users dot sourceforge.net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46986 Anders F Björklund changed: What|Removed |Added CC||afb at users dot |

[Bug go/46986] Go is not supported on Darwin

2011-09-01 Thread afb at users dot sourceforge.net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46986 --- Comment #6 from Anders F Björklund 2011-09-01 18:09:02 UTC --- Created attachment 25168 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25168 updated patch for 4.6.1 hello world tests OK on Snow Leopard, with patch

[Bug middle-end/50251] [4.7 Regression] Revision 178353 caused many test failures

2011-09-01 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50251 H.J. Lu changed: What|Removed |Added CC||areg.melikadamyan at gmail |

[Bug libstdc++/50257] [C++0x] unordered_map slow initialization due to huge __prime_list

2011-09-01 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50257 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug libstdc++/50257] [C++0x] unordered_map slow initialization due to huge __prime_list

2011-09-01 Thread justin at fathomdb dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50257 --- Comment #6 from Justin SB 2011-09-01 17:33:32 UTC --- Thanks so much for the help. I created a test case (attached) and tried out the patch (the second version); it is a big improvement. Here are the timings: g++ -g -O3 --std=c++0x test.cc

[Bug libstdc++/50257] [C++0x] unordered_map slow initialization due to huge __prime_list

2011-09-01 Thread justin at fathomdb dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50257 --- Comment #5 from Justin SB 2011-09-01 17:06:04 UTC --- Created attachment 25167 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25167 Test case Test case that stresses unordered_map construction

[Bug libfortran/50192] Wrong character comparision with wide strings

2011-09-01 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50192 Thomas Koenig changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug middle-end/50251] [4.7 Regression] Revision 178353 caused many test failures

2011-09-01 Thread vries at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50251 --- Comment #5 from vries at gcc dot gnu.org 2011-09-01 16:29:16 UTC --- Created attachment 25166 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25166 ira dump and after ira, the reference to framereg is still there: ... (insn 29 28 30 6 (set

[Bug fortran/50259] Internal Error at (1): gfc_resolve_expr(): Bad expression type

2011-09-01 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50259 --- Comment #4 from Tobias Burnus 2011-09-01 16:20:06 UTC --- With valgrind, I get now: test.f90:4.19: CHARACTER (len=default_path_length), DIMENSION(:,:), POINTER :: 1 Error: Expected another dimension in array declara

[Bug fortran/50259] Internal Error at (1): gfc_resolve_expr(): Bad expression type

2011-09-01 Thread Joost.VandeVondele at pci dot uzh.ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50259 --- Comment #3 from Joost VandeVondele 2011-09-01 16:15:07 UTC --- (In reply to comment #2) > (strangely, I can't reproduce the exact error message I posted earlier ) actually could be due to this: ==30794== Invalid read of size 8 ==30794==

[Bug fortran/50259] Internal Error at (1): gfc_resolve_expr(): Bad expression type

2011-09-01 Thread Joost.VandeVondele at pci dot uzh.ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50259 --- Comment #2 from Joost VandeVondele 2011-09-01 16:03:29 UTC --- (In reply to comment #1) I get with 4.7.0 ([trunk revision 178394]) Internal Error at (1): gfc_is_constant_expr(): Unknown expression type (strangely, I can't reproduce the exa

[Bug fortran/50050] Internal compiler error free_expr0 at expr.c:3709 via gfc_done_2

2011-09-01 Thread mikael at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50050 --- Comment #14 from Mikael Morin 2011-09-01 15:52:42 UTC --- Author: mikael Date: Thu Sep 1 15:52:39 2011 New Revision: 178424 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=178424 Log: 2011-09-01 Mikael Morin PR fortran/50050

[Bug target/50116] [4.6 Regression] internal compiler error: in decode_addr_const, at varasm.c:2632

2011-09-01 Thread bero at arklinux dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50116 bero at arklinux dot org changed: What|Removed |Added CC||bero at arklinux dot org --- Co

[Bug middle-end/50266] internal compiler error: in decode_addr_const, at varasm.c:2638

2011-09-01 Thread bero at arklinux dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50266 bero at arklinux dot org changed: What|Removed |Added Attachment #25164|0 |1 is obsolete|

[Bug middle-end/50266] New: internal compiler error: in decode_addr_const, at varasm.c:2638

2011-09-01 Thread bero at arklinux dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50266 Bug #: 50266 Summary: internal compiler error: in decode_addr_const, at varasm.c:2638 Classification: Unclassified Product: gcc Version: 4.6.1 Status: UNCONFIRMED

[Bug bootstrap/50265] New: [4.7 Regression] Bootstrap failure "BufferedImage.java:336:0: internal compiler error: Segmentation fault" on *-apple-darwin*

2011-09-01 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50265 Bug #: 50265 Summary: [4.7 Regression] Bootstrap failure "BufferedImage.java:336:0: internal compiler error: Segmentation fault" on *-apple-darwin* Classification: Unclassified

[Bug middle-end/50251] [4.7 Regression] Revision 178353 caused many test failures

2011-09-01 Thread vries at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50251 --- Comment #4 from vries at gcc dot gnu.org 2011-09-01 13:25:56 UTC --- Created attachment 25163 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25163 dump before ira main contains references to frame: (insn 29 28 30 6 (set (reg:SI 63 [ D.20

[Bug c/50264] New: -Wdisabled-optimizations without -O generates strange errors

2011-09-01 Thread Paulo.Matos at csr dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50264 Bug #: 50264 Summary: -Wdisabled-optimizations without -O generates strange errors Classification: Unclassified Product: gcc Version: 4.3.4 Status: UNCONFIRMED

[Bug middle-end/50251] [4.7 Regression] Revision 178353 caused many test failures

2011-09-01 Thread vries at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50251 --- Comment #3 from vries at gcc dot gnu.org 2011-09-01 13:06:45 UTC --- Created attachment 25162 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25162 optimized dump 1. The alloca in main is transformed into this declaration: D.2129[24];

[Bug middle-end/50251] [4.7 Regression] Revision 178353 caused many test failures

2011-09-01 Thread vries at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50251 --- Comment #2 from vries at gcc dot gnu.org 2011-09-01 12:43:40 UTC --- Created attachment 25161 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25161 testcase for -O2 To reproduce with O2: i686-pc-linux-gnu-gcc 20010209-1.c -O2 -c

[Bug ada/50263] New: Constant integer in multidimensional array 'Range(X) crashes GNAT

2011-09-01 Thread gnubugs at lyse dot isobeef.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50263 Bug #: 50263 Summary: Constant integer in multidimensional array 'Range(X) crashes GNAT Classification: Unclassified Product: gcc Version: 4.4.6 Status: UNCONFIRMED

[Bug c++/50255] Linker stumbles over non-grouped text/rodata for a non-virtual thunk

2011-09-01 Thread stephan.bergmann.secondary at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50255 --- Comment #5 from Stephan Bergmann 2011-09-01 12:10:54 UTC --- By the way, the problem of the rodata section having a different GroupName than the text section is also present when you compile vbasheetobjects.cxx with plain (non-RedHat-modified)

[Bug c++/50258] [C++0x] -std=gnu++0x should allow in-class initialization of static const floating types without constexpr

2011-09-01 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50258 --- Comment #1 from Jonathan Wakely 2011-09-01 11:51:36 UTC --- That extension has been deprecated for years: http://gcc.gnu.org/onlinedocs/gcc/Deprecated-Features.html

[Bug tree-optimization/50208] [4.7 Regression] ICE: in vinfo_for_stmt at tree-vectorizer.h:598 with -ftree-vectorize -fno-tree-fre -fno-tree-pre

2011-09-01 Thread irar at il dot ibm.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50208 Ira Rosen changed: What|Removed |Added CC||irar at il dot ibm.com --- Comment #4 from Ir

[Bug tree-optimization/50208] [4.7 Regression] ICE: in vinfo_for_stmt at tree-vectorizer.h:598 with -ftree-vectorize -fno-tree-fre -fno-tree-pre

2011-09-01 Thread irar at il dot ibm.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50208 --- Comment #3 from Ira Rosen 2011-09-01 11:42:24 UTC --- Created attachment 25159 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25159 patch Right. The attached patch does the suggested checks also in vect_handle_widen_mult_by_const(). I'l

[Bug libstdc++/50257] [C++0x] unordered_map slow initialization due to huge __prime_list

2011-09-01 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50257 --- Comment #4 from Paolo Carlini 2011-09-01 11:31:42 UTC --- Created attachment 25158 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25158 Alternate patchlet Or we can do this, which optimizes 0 too, should be also useful.

[Bug fortran/50252] [OOP] Error message on "call x%y" (x not declared) can be more informative

2011-09-01 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50252 --- Comment #4 from janus at gcc dot gnu.org 2011-09-01 11:28:35 UTC --- Unfortunately the patch in comment #2 did not survive the regression test. It fails at least on: FAIL: gfortran.dg/dynamic_dispatch_10.f03 -O0 (test for excess errors) FAIL

[Bug middle-end/50262] PTA doesn't disambiguate locally allocated heap objects from pointed to by arguments

2011-09-01 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50262 Richard Guenther changed: What|Removed |Added Keywords||alias Status|UNCONFIRMED

[Bug target/50193] ARM: ICE on a | (b << negative-constant)

2011-09-01 Thread ams at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50193 Andrew Stubbs changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug middle-end/50262] New: PTA doesn't disambiguate locally allocated heap objects from pointed to by arguments

2011-09-01 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50262 Bug #: 50262 Summary: PTA doesn't disambiguate locally allocated heap objects from pointed to by arguments Classification: Unclassified Product: gcc Version: 4.7.0 St

[Bug tree-optimization/49960] inconsistant outputs when enabling autopar for a self -dependence testcase

2011-09-01 Thread razya at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49960 --- Comment #2 from razya at gcc dot gnu.org 2011-09-01 09:57:21 UTC --- (In reply to comment #1) > Created attachment 24901 [details] > self dependence testcase Another testcase failing due to a slightly different problem with the self data depen

[Bug c/50254] gcc-4.5 -fstrict-aliasing -fschedule-insns optimization produces wrong code

2011-09-01 Thread vzapolskiy at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50254 Vladimir Zapolskiy changed: What|Removed |Added Status|RESOLVED|CLOSED --- Comment #3 from Vladimir

[Bug c/50254] gcc-4.5 -fstrict-aliasing -fschedule-insns optimization produces wrong code

2011-09-01 Thread vzapolskiy at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50254 Vladimir Zapolskiy changed: What|Removed |Added Attachment #25154|0 |1 is obsolete|

[Bug c++/34949] Dead code in empty destructors.

2011-09-01 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34949 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #10

[Bug libstdc++/50257] [C++0x] unordered_map slow initialization due to huge __prime_list

2011-09-01 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50257 --- Comment #3 from Paolo Carlini 2011-09-01 09:27:04 UTC --- I just attached a patchlet (vs mainline, 4.6.x may require a bit of tweaking, the patch is trivial anyway) implementing the straightforward optimization for the value of 10. Please let

[Bug libstdc++/50257] [C++0x] unordered_map slow initialization due to huge __prime_list

2011-09-01 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50257 --- Comment #2 from Paolo Carlini 2011-09-01 09:23:59 UTC --- Created attachment 25156 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25156 Mainline patchlet optimizing for 10

[Bug target/50242] __attribute__((naked)) is not implemented on IA32 (x86)

2011-09-01 Thread congruwer at yahoo dot co.uk
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50242 --- Comment #7 from congruwer at yahoo dot co.uk 2011-09-01 09:21:33 UTC --- Answering my own question: because of the ret instruction. Duh.

[Bug target/50242] __attribute__((naked)) is not implemented on IA32 (x86)

2011-09-01 Thread congruwer at yahoo dot co.uk
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50242 --- Comment #6 from congruwer at yahoo dot co.uk 2011-09-01 09:16:18 UTC --- Why not? In any case, without inline it also doesn't work: test.s: Assembler messages: test.s:628: Warning: .type pseudo-op used outside of .def/.endef ignored. test.s:628

[Bug c++/34949] Dead code in empty destructors.

2011-09-01 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34949 --- Comment #9 from Richard Guenther 2011-09-01 09:10:11 UTC --- It looks to me that the C++ FE could detect that the vtable pointer update would adjust it to itself (I even can't construct a testcase that would adjust it _not_ to itself ...).

[Bug libstdc++/50257] [C++0x] unordered_map slow initialization due to huge __prime_list

2011-09-01 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50257 Paolo Carlini changed: What|Removed |Added Summary|unordered_map slow |[C++0x] unordered_map slow

[Bug tree-optimization/50178] [4.6 regression] ICE with gfortran -O3, not with gfortran -02

2011-09-01 Thread irar at il dot ibm.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50178 Ira Rosen changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug middle-end/50260] [4.7 Regression] internal compiler error: Segmentation fault at ../../gcc/gcc/tree-ssa-live.c:88

2011-09-01 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50260 Richard Guenther changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug libobjc/49804] regression gcc4.7 from 20110709 to 20110716 on ia64, sparc64 freebsd9.0 Configuration mismatch! [libgcc-extra-parts] Error

2011-09-01 Thread mexas at bristol dot ac.uk
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49804 --- Comment #2 from Anton Shterenlikht 2011-09-01 08:52:43 UTC --- I haven't looked at it for a while. It seems ia64 is indeed fixed, I've built gcc-4.7.0.20110730. However sparc64 still gives this error. Building 4.7.0.20110730: gmake[3]: Le

[Bug tree-optimization/50178] [4.6 regression] ICE with gfortran -O3, not with gfortran -02

2011-09-01 Thread irar at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50178 --- Comment #7 from irar at gcc dot gnu.org 2011-09-01 08:47:05 UTC --- Author: irar Date: Thu Sep 1 08:46:59 2011 New Revision: 178397 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=178397 Log: PR tree-optimization/50178

[Bug c++/50255] Linker stumbles over non-grouped text/rodata for a non-virtual thunk

2011-09-01 Thread stephan.bergmann.secondary at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50255 --- Comment #4 from Stephan Bergmann 2011-09-01 08:39:59 UTC --- caolanm: will work on it, yes (wanted to clarify first whether looking at those group name mismatches is actually looking in the right direction)

[Bug c/50254] gcc-4.5 -fstrict-aliasing -fschedule-insns optimization produces wrong code

2011-09-01 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50254 Richard Guenther changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug target/50256] AVR GCC - several unnecessary register moves

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

[Bug c++/50255] Linker stumbles over non-grouped text/rodata for a non-virtual thunk

2011-09-01 Thread caolanm at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50255 Caolan McNamara changed: What|Removed |Added CC||caolanm at redhat dot com,

[Bug tree-optimization/50178] [4.6 regression] ICE with gfortran -O3, not with gfortran -02

2011-09-01 Thread irar at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50178 --- Comment #6 from irar at gcc dot gnu.org 2011-09-01 08:29:41 UTC --- Author: irar Date: Thu Sep 1 08:29:33 2011 New Revision: 178396 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=178396 Log: PR tree-optimization/50178

[Bug c++/34949] Dead code in empty destructors.

2011-09-01 Thread congruwer at yahoo dot co.uk
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34949 congruwer at yahoo dot co.uk changed: What|Removed |Added CC||congruwer at yahoo dot

[Bug target/50242] __attribute__((naked)) is not implemented on IA32 (x86)

2011-09-01 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50242 --- Comment #5 from Jakub Jelinek 2011-09-01 08:12:30 UTC --- Obviously it can't be inline... You can't inline a naked function either.

[Bug target/50242] __attribute__((naked)) is not implemented on IA32 (x86)

2011-09-01 Thread congruwer at yahoo dot co.uk
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50242 --- Comment #4 from congruwer at yahoo dot co.uk 2011-09-01 08:09:59 UTC --- Doesn't work: ---(start)--- inline __attribute__((always_inline)) void foobar(); asm (".globl __6foobarv; .type __6foobarv, @function;\n" "__6foobarv: ret; .size __6

[Bug c++/50261] New: [c++0x] ICE on brace-initialize an array member

2011-09-01 Thread kikairoya at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50261 Bug #: 50261 Summary: [c++0x] ICE on brace-initialize an array member Classification: Unclassified Product: gcc Version: 4.6.1 Status: UNCONFIRMED Severity: normal Pr

[Bug fortran/50259] Internal Error at (1): gfc_resolve_expr(): Bad expression type

2011-09-01 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50259 Tobias Burnus changed: What|Removed |Added CC||burnus at gcc dot gnu.org --- Comment #1

[Bug middle-end/50260] New: internal compiler error: Segmentation fault at ../../gcc/gcc/tree-ssa-live.c:88

2011-09-01 Thread Joost.VandeVondele at pci dot uzh.ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50260 Bug #: 50260 Summary: internal compiler error: Segmentation fault at ../../gcc/gcc/tree-ssa-live.c:88 Classification: Unclassified Product: gcc Version: 4.7.0 Status

[Bug fortran/50252] [OOP] Error message on "call x%y" (x not declared) can be more informative

2011-09-01 Thread arjen.markus895 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50252 --- Comment #3 from Arjen Markus 2011-09-01 07:18:30 UTC --- Hi Janus, that seems quite to the point and it is much more straightforward than my (minimal) adjustment. Thanks. The reason I brought this is that is a fairly recent addition and I g

[Bug tree-optimization/50178] [4.6 regression] ICE with gfortran -O3, not with gfortran -02

2011-09-01 Thread irar at il dot ibm.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50178 Ira Rosen changed: What|Removed |Added CC||irar at il dot ibm.com --- Comment #5 from Ir