dwarf2out var-tracking cond_exec call

2013-11-29 Thread BELBACHIR Selim
Hi, I'm still porting my private backing from gcc 4.5.2 to gcc 4.7.3. When compiling the following code with -g option, I encountered internal compiler error: in dwarf2out_var_location, at dwarf2out.c:20883 void toto(int* , float); void foo(int a, float b, int * c) { if (b) toto(c, b); }

RE: dwarf2out var-tracking cond_exec call

2013-11-29 Thread BELBACHIR Selim
I found my problem totally elsewhere (sorry to bother) I was loosing proper NOTES during a COND_EXEC((..)(CALL(..))) split ... Selim -Message d'origine- De : gcc-ow...@gcc.gnu.org [mailto:gcc-ow...@gcc.gnu.org] De la part de BELBACHIR Selim Envoyé : vendredi 29 novembre 2013 14:29 À 

Re: infrastructure to detect whether code originates from macro expansion

2013-11-29 Thread Dodji Seketeli
Hello Robert, Robert Schiele rschi...@gmail.com a écrit: in http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48778 Manuel López-Ibáñez mentioned that starting with gcc 4.7 there is supposed to be infrastructure to figure out for diagnostics whether the location of an error was created by macro

Ada Indefinite_Holders

2013-11-29 Thread Christian Morgenroth
Hello, Would you mind to implement the function Ada.Containers.Indefinite_Holders.Reference (Container : aliased in out Holder) return Reference_Type; please? Best regards Christian Morgenroth

Getting LD warnings on Mac OS X

2013-11-29 Thread Kevin Ingwersen
Hello there! I am trying to compile GCC using Apple’s latest tools. The reason is that I am building an own, redistributable, toolchain. Everything goes quite well (except a ton of warnings about redeclarations and c99 standart), untill it tries to link cc1. A rough rip-off of the warnings is:

[Bug middle-end/59336] definition in block 317 does not dominate use in block 316

2013-11-29 Thread Joost.VandeVondele at mat dot ethz.ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59336 Joost VandeVondele Joost.VandeVondele at mat dot ethz.ch changed: What|Removed |Added CC|

[Bug regression/59320] ftree-vrp breaks simple loops

2013-11-29 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59320 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added CC||jakub at gcc dot

[Bug libgomp/59337] New: surprising OMP error message

2013-11-29 Thread Joost.VandeVondele at mat dot ethz.ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59337 Bug ID: 59337 Summary: surprising OMP error message Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libgomp

[Bug tree-optimization/59163] [4.8/4.9 Regression] program compiled with g++ -O3 segfaults

2013-11-29 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59163 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added CC||jakub at gcc dot

[Bug tree-optimization/58253] IPA-SRA creates calls with different arguments that the callee accepts

2013-11-29 Thread rguenther at suse dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58253 --- Comment #2 from rguenther at suse dot de rguenther at suse dot de --- On Thu, 28 Nov 2013, jamborm at gcc dot gnu.org wrote: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58253 --- Comment #1 from Martin Jambor jamborm at gcc dot gnu.org

[Bug tree-optimization/59334] [4.9 Regression] r205486 caused many failures

2013-11-29 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59334 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Priority|P3 |P1

[Bug tree-optimization/59163] [4.8/4.9 Regression] program compiled with g++ -O3 segfaults

2013-11-29 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59163 --- Comment #3 from Jakub Jelinek jakub at gcc dot gnu.org --- Reduced testcase for -O3: struct A { float a[4]; }; struct B { int b; A a; }; __attribute__((noinline, noclone)) void bar (A a) { if (a.a[0] != 36.0f || a.a[1] != 42.0f || a.a[2] !=

[Bug target/59163] [4.8/4.9 Regression] program compiled with g++ -O3 segfaults

2013-11-29 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59163 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Keywords||wrong-code

[Bug libgomp/59337] surprising OMP error message

2013-11-29 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59337 --- Comment #1 from Richard Biener rguenth at gcc dot gnu.org --- I wonder why atomic negate isn't possible - from a QOI perspective treating it as 0 - i would be obvious, no?

[Bug tree-optimization/59336] [4.9 Regression] definition in block 317 does not dominate use in block 316

2013-11-29 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59336 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Component|middle-end

[Bug middle-end/59208] [4.9 Regression] ice in initialize_flags_in_bb

2013-11-29 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59208 --- Comment #8 from Richard Biener rguenth at gcc dot gnu.org --- (In reply to Jan Hubicka from comment #7) Created attachment 31322 [details] Proposed fix I am testing Hi, the problem here is that update_stmt is called with cfun being set

[Bug middle-end/59338] New: error: position plus size exceeds size of referenced object in BIT_FIELD_REF

2013-11-29 Thread jan.sm...@alcatel-lucent.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59338 Bug ID: 59338 Summary: error: position plus size exceeds size of referenced object in BIT_FIELD_REF Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity:

[Bug middle-end/59208] [4.9 Regression] ice in initialize_flags_in_bb

2013-11-29 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59208 --- Comment #9 from Richard Biener rguenth at gcc dot gnu.org --- Created attachment 31324 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=31324action=edit patch Like this.

[Bug c/59332] Segmentation fault in inline_summary with LTO + attribute optimize

2013-11-29 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59332 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Keywords|ice-on-valid-code, lto

[Bug middle-end/59338] [4.9 Regression] error: position plus size exceeds size of referenced object in BIT_FIELD_REF

2013-11-29 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59338 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED

[Bug libgomp/59337] surprising OMP error message

2013-11-29 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59337 --- Comment #2 from Jakub Jelinek jakub at gcc dot gnu.org --- The standard doesn't allow it, and given the parsing complexities of the atomics creating extensions there is IMHO undesirable, especially when it will unlikely work with other

[Bug libgcc/59339] New: vtable_verify objects still trying to be linked on Android

2013-11-29 Thread laguest at archeia dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59339 Bug ID: 59339 Summary: vtable_verify objects still trying to be linked on Android Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal

[Bug libgcc/59339] vtable_verify objects still trying to be linked on Android

2013-11-29 Thread laguest at archeia dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59339 --- Comment #1 from Luke A. Guest laguest at archeia dot com --- Toolchain I'm using: gcc version 4.6.3 (Debian 4.6.3-14) This is the Ada enabled one.

[Bug target/59163] [4.8/4.9 Regression] program compiled with g++ -O3 segfaults

2013-11-29 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59163 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added CC||uros at gcc dot

[Bug libgcc/59339] vtable_verify objects still trying to be linked on Android

2013-11-29 Thread laguest at archeia dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59339 --- Comment #2 from Luke A. Guest laguest at archeia dot com --- I also don't think this should be adding the following the parts either: parts=crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o

[Bug middle-end/59338] [4.9 Regression] error: position plus size exceeds size of referenced object in BIT_FIELD_REF

2013-11-29 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59338 Eric Botcazou ebotcazou at gcc dot gnu.org changed: What|Removed |Added CC||ebotcazou at

[Bug lto/59326] FAIL: gcc.dg/vect/vect-simd-clone-*.c

2013-11-29 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59326 --- Comment #6 from Jakub Jelinek jakub at gcc dot gnu.org --- Author: jakub Date: Fri Nov 29 10:36:10 2013 New Revision: 205512 URL: http://gcc.gnu.org/viewcvs?rev=205512root=gccview=rev Log: PR lto/59326 * tree-core.h (enum

[Bug lto/59326] FAIL: gcc.dg/vect/vect-simd-clone-*.c

2013-11-29 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59326 --- Comment #7 from Jakub Jelinek jakub at gcc dot gnu.org --- Author: jakub Date: Fri Nov 29 10:41:12 2013 New Revision: 205514 URL: http://gcc.gnu.org/viewcvs?rev=205514root=gccview=rev Log: PR lto/59326 * omp-low.c (simd_clone_create):

[Bug tree-optimization/59334] [4.9 Regression] r205486 caused many failures

2013-11-29 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59334 --- Comment #3 from Richard Biener rguenth at gcc dot gnu.org --- Author: rguenth Date: Fri Nov 29 10:47:52 2013 New Revision: 205515 URL: http://gcc.gnu.org/viewcvs?rev=205515root=gccview=rev Log: 2013-11-29 Richard Biener rguent...@suse.de

[Bug tree-optimization/59334] [4.9 Regression] r205486 caused many failures

2013-11-29 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59334 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug middle-end/59330] [4.7/4.8 Regression] Crash in is_gimple_reg_type

2013-11-29 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59330 Bug 59330 depends on bug 59334, which changed state. Bug 59334 Summary: [4.9 Regression] r205486 caused many failures http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59334 What|Removed |Added

[Bug rtl-optimization/59340] New: LRA enable-checking bootstrap failure since r205136

2013-11-29 Thread krebbel at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59340 Bug ID: 59340 Summary: LRA enable-checking bootstrap failure since r205136 Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug ada/58239] [4.9 regression] pretty-print.c:789: undefined reference to `operator delete(void*)'

2013-11-29 Thread laguest at archeia dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58239 Luke A. Guest laguest at archeia dot com changed: What|Removed |Added CC||laguest at

[Bug preprocessor/58844] [4.8/4.9 Regression] ICE with invalid use of ##

2013-11-29 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58844 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added CC||dodji at gcc dot

[Bug ada/58239] [4.9 regression] pretty-print.c:789: undefined reference to `operator delete(void*)'

2013-11-29 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58239 --- Comment #20 from Eric Botcazou ebotcazou at gcc dot gnu.org --- I think this fix has been reverted somewhere in source as I've just got trunk from SVN and have had to patch by hand. It's very easy to check, the patch is linked from comment

[Bug middle-end/59208] [4.9 Regression] ice in initialize_flags_in_bb

2013-11-29 Thread hubicka at ucw dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59208 --- Comment #10 from Jan Hubicka hubicka at ucw dot cz --- Argh. I'll try to add a update_stmt_fn. Yep, would make life easier ;) Honza

[Bug rtl-optimization/59340] [4.9 Regression] LRA enable-checking bootstrap failure since r205136

2013-11-29 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59340 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Keywords||ice-checking

[Bug tree-optimization/58253] IPA-SRA creates calls with different arguments that the callee accepts

2013-11-29 Thread jamborm at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58253 --- Comment #3 from Martin Jambor jamborm at gcc dot gnu.org --- (In reply to rguent...@suse.de from comment #2) Isn't it easier to avoid building a type with different alignment in the first place? Or do this adjustment in SRA where the bug

[Bug tree-optimization/58253] IPA-SRA creates calls with different arguments that the callee accepts

2013-11-29 Thread jamborm at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58253 --- Comment #4 from Martin Jambor jamborm at gcc dot gnu.org --- (In reply to rguent...@suse.de from comment #2) Isn't it easier to avoid building a type with different alignment in the first place? Or do this adjustment in SRA where the bug

[Bug tree-optimization/59336] [4.9 Regression] definition in block 317 does not dominate use in block 316

2013-11-29 Thread Joost.VandeVondele at mat dot ethz.ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59336 --- Comment #3 from Joost VandeVondele Joost.VandeVondele at mat dot ethz.ch --- (In reply to Richard Biener from comment #2) I suppose it doesn't happen without LTO? correct.

[Bug ada/59341] New: spark_05 No_Implicit_Aliasing undefined

2013-11-29 Thread laguest at archeia dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59341 Bug ID: 59341 Summary: spark_05 No_Implicit_Aliasing undefined Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: ada

[Bug tree-optimization/58253] IPA-SRA creates calls with different arguments that the callee accepts

2013-11-29 Thread rguenther at suse dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58253 --- Comment #5 from rguenther at suse dot de rguenther at suse dot de --- On Fri, 29 Nov 2013, jamborm at gcc dot gnu.org wrote: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58253 --- Comment #3 from Martin Jambor jamborm at gcc dot gnu.org

[Bug libgomp/59337] surprising OMP error message

2013-11-29 Thread Joost.VandeVondele at mat dot ethz.ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59337 Joost VandeVondele Joost.VandeVondele at mat dot ethz.ch changed: What|Removed |Added CC|

[Bug middle-end/59338] [4.9 Regression] error: position plus size exceeds size of referenced object in BIT_FIELD_REF

2013-11-29 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59338 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug middle-end/59338] [4.9 Regression] error: position plus size exceeds size of referenced object in BIT_FIELD_REF

2013-11-29 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59338 --- Comment #3 from Richard Biener rguenth at gcc dot gnu.org --- Author: rguenth Date: Fri Nov 29 12:09:12 2013 New Revision: 205521 URL: http://gcc.gnu.org/viewcvs?rev=205521root=gccview=rev Log: 2013-11-29 Richard Biener rguent...@suse.de

[Bug ada/59341] spark_05 No_Implicit_Aliasing undefined

2013-11-29 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59341 Marek Polacek mpolacek at gcc dot gnu.org changed: What|Removed |Added CC||mpolacek at

[Bug sanitizer/59063] [4.9 Regression] ASAN: segfault in __interceptor_clock_gettime

2013-11-29 Thread ygribov at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59063 --- Comment #21 from ygribov at gcc dot gnu.org --- Author: ygribov Date: Fri Nov 29 12:30:36 2013 New Revision: 205524 URL: http://gcc.gnu.org/viewcvs?rev=205524root=gccview=rev Log: gcc/ 2013-11-29 Jakub Jelinek ja...@redhat.com

[Bug sanitizer/59063] [4.9 Regression] ASAN: segfault in __interceptor_clock_gettime

2013-11-29 Thread y.gribov at samsung dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59063 --- Comment #22 from Yury Gribov y.gribov at samsung dot com --- Joost, could you check and close bug if trunk works for you?

[Bug ada/59341] spark_05 No_Implicit_Aliasing undefined

2013-11-29 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59341 Eric Botcazou ebotcazou at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug sanitizer/59063] [4.9 Regression] ASAN: segfault in __interceptor_clock_gettime

2013-11-29 Thread Joost.VandeVondele at mat dot ethz.ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59063 Joost VandeVondele Joost.VandeVondele at mat dot ethz.ch changed: What|Removed |Added Status|NEW

[Bug c++/58089] expanding empty parameter pack as constructor arguments requires accessible copy constructor

2013-11-29 Thread a...@q-fu.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58089 Andrey Zholos a...@q-fu.com changed: What|Removed |Added CC||a...@q-fu.com --- Comment

[Bug target/59163] [4.8/4.9 Regression] program compiled with g++ -O3 segfaults

2013-11-29 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59163 --- Comment #6 from Uroš Bizjak ubizjak at gmail dot com --- I think that we should disallow tie of TImode with 128bit vector modes due to different alignment requirements. Integer register pairs can load unaligned TImode without problems, while

[Bug target/58864] [4.8/4.9 regression] ICE in connect_traces, at dwarf2cfi.c:NNNN

2013-11-29 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58864 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug c/59309] FAIL: c-c++-common/cilk-plus/CK/spawnee_inline.c -g -fcilkplus (test for excess errors)

2013-11-29 Thread hjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59309 --- Comment #4 from hjl at gcc dot gnu.org hjl at gcc dot gnu.org --- Author: hjl Date: Fri Nov 29 13:00:35 2013 New Revision: 205525 URL: http://gcc.gnu.org/viewcvs?rev=205525root=gccview=rev Log: Properly handle function without arguments

[Bug c/59332] Segmentation fault in inline_summary with LTO + attribute optimize

2013-11-29 Thread d.g.gorbachev at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59332 --- Comment #4 from Dmitry Gorbachev d.g.gorbachev at gmail dot com --- Can you expand on those shortcomings/bugs? There are LTO-related issues in GCC and LD, such as PR43038, PR56536 and others. Not all problems will be fixed soon, and more

[Bug c/59332] Segmentation fault in inline_summary with LTO + attribute optimize

2013-11-29 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59332 Marek Polacek mpolacek at gcc dot gnu.org changed: What|Removed |Added CC||mpolacek at

[Bug c/59309] FAIL: c-c++-common/cilk-plus/CK/spawnee_inline.c -g -fcilkplus (test for excess errors)

2013-11-29 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59309 H.J. Lu hjl.tools at gmail dot com changed: What|Removed |Added Status|NEW |RESOLVED

[Bug libstdc++/54316] [C++11] move constructor for string_stream

2013-11-29 Thread jaak at ristioja dot ee
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54316 Jaak Ristioja jaak at ristioja dot ee changed: What|Removed |Added CC||jaak at ristioja

[Bug target/59163] [4.8/4.9 Regression] program compiled with g++ -O3 segfaults

2013-11-29 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59163 --- Comment #7 from Uroš Bizjak ubizjak at gmail dot com --- Maybe even better idea is to use ix86_legitimate_combined_insn and reject combinations that would result in unaligned operands of all but vector move instructions.

[Bug c++/59342] New: Function Template Specialisation causing compiler error together with using clauses

2013-11-29 Thread filipe.c.maia at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59342 Bug ID: 59342 Summary: Function Template Specialisation causing compiler error together with using clauses Product: gcc Version: 4.8.1 Status: UNCONFIRMED

[Bug target/59343] New: miscompiled for loop in sh4 target (-Os)

2013-11-29 Thread gcc-bugzilla-f5d8 at theblacksun dot eu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59343 Bug ID: 59343 Summary: miscompiled for loop in sh4 target (-Os) Product: gcc Version: 4.8.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target

[Bug target/58864] [4.8/4.9 regression] ICE in connect_traces, at dwarf2cfi.c:NNNN

2013-11-29 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58864 --- Comment #6 from Jakub Jelinek jakub at gcc dot gnu.org --- Created attachment 31328 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=31328action=edit gcc49-pr58864.patch Alternate patch. Rather than doing do_pending_stack_adjust ()

[Bug target/59343] miscompiled for loop in sh4 target (-Os)

2013-11-29 Thread gcc-bugzilla-f5d8 at theblacksun dot eu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59343 --- Comment #2 from gcc-bugzilla-f5d8 at theblacksun dot eu --- Created attachment 31330 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=31330action=edit assembler output from -O2

[Bug target/59343] miscompiled for loop in sh4 target (-Os)

2013-11-29 Thread gcc-bugzilla-f5d8 at theblacksun dot eu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59343 --- Comment #1 from gcc-bugzilla-f5d8 at theblacksun dot eu --- Created attachment 31329 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=31329action=edit assembler output from -Os

[Bug c/59332] Segmentation fault in inline_summary with LTO + attribute optimize

2013-11-29 Thread d.g.gorbachev at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59332 --- Comment #6 from Dmitry Gorbachev d.g.gorbachev at gmail dot com --- It was discovered by accident. However, if it does work, why no-lto (which is so much more useful) should not work?

[Bug fortran/59344] New: warning for needless pointer attribute

2013-11-29 Thread Joost.VandeVondele at mat dot ethz.ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59344 Bug ID: 59344 Summary: warning for needless pointer attribute Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: enhancement Priority: P3 Component:

[Bug fortran/59345] New: _gfortran_internal_pack on compiler generated temps

2013-11-29 Thread Joost.VandeVondele at mat dot ethz.ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59345 Bug ID: 59345 Summary: _gfortran_internal_pack on compiler generated temps Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug middle-end/59208] [4.9 Regression] ice in initialize_flags_in_bb

2013-11-29 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59208 --- Comment #11 from Richard Biener rguenth at gcc dot gnu.org --- Author: rguenth Date: Fri Nov 29 14:37:07 2013 New Revision: 205528 URL: http://gcc.gnu.org/viewcvs?rev=205528root=gccview=rev Log: 2013-11-29 Richard Biener rguent...@suse.de

[Bug target/59163] [4.8/4.9 Regression] program compiled with g++ -O3 segfaults

2013-11-29 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59163 --- Comment #8 from Jakub Jelinek jakub at gcc dot gnu.org --- Created attachment 31331 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=31331action=edit gcc49-pr59163.patch So like this? Untested...

[Bug middle-end/59208] [4.9 Regression] ice in initialize_flags_in_bb

2013-11-29 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59208 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug bootstrap/59199] [4.9 Regression] r205032 caused LTO bootstrap to fail with bootstrap-profile

2013-11-29 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59199 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED

[Bug rtl-optimization/59340] [4.9 Regression] LRA enable-checking bootstrap failure since r205136

2013-11-29 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59340 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added CC||jakub at gcc dot

[Bug middle-end/59208] [4.9 Regression] ice in initialize_flags_in_bb

2013-11-29 Thread octoploid at yandex dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59208 --- Comment #13 from Markus Trippelsdorf octoploid at yandex dot com --- (In reply to Richard Biener from comment #12) Fixed. The testcase is missing.

[Bug libstdc++/54316] [C++11] move constructor for stringstream

2013-11-29 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54316 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Summary|[C++11] move constructor|[C++11] move

[Bug c++/59342] Function Template Specialisation causing compiler error together with using clauses

2013-11-29 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59342 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

[Bug target/59289] [ARM] regression on unsigned-extend-2.c

2013-11-29 Thread ktkachov at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59289 --- Comment #2 from ktkachov at gcc dot gnu.org --- Author: ktkachov Date: Fri Nov 29 15:19:34 2013 New Revision: 205529 URL: http://gcc.gnu.org/viewcvs?rev=205529root=gccview=rev Log: 2013-11-29 Kyrylo Tkachov kyrylo.tkac...@arm.com PR

[Bug target/59289] [ARM] regression on unsigned-extend-2.c

2013-11-29 Thread ktkachov at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59289 ktkachov at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug ada/59346] New: [4.9 Regression] s-osinte.adb:107:35: expected type Interfaces.C.long

2013-11-29 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59346 Bug ID: 59346 Summary: [4.9 Regression] s-osinte.adb:107:35: expected type Interfaces.C.long Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal

[Bug rtl-optimization/59340] [4.9 Regression] LRA enable-checking bootstrap failure since r205136

2013-11-29 Thread vmakarov at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59340 Vladimir Makarov vmakarov at gcc dot gnu.org changed: What|Removed |Added CC||vmakarov at

[Bug ada/59346] [4.9 Regression] s-osinte.adb:107:35: expected type Interfaces.C.long

2013-11-29 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59346 Eric Botcazou ebotcazou at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED

[Bug rtl-optimization/55025] reg_nonzero_bits_for_combine/get_last_value: missing mode check for hardware registers

2013-11-29 Thread pa...@matos-sorge.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55025 Paulo J. Matos pa...@matos-sorge.com changed: What|Removed |Added CC|

[Bug ada/54040] [x32] Incorrect timeval and timespec

2013-11-29 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54040 --- Comment #4 from Eric Botcazou ebotcazou at gcc dot gnu.org --- Author: ebotcazou Date: Fri Nov 29 16:19:36 2013 New Revision: 205532 URL: http://gcc.gnu.org/viewcvs?rev=205532root=gccview=rev Log: PR ada/54040 PR ada/59346 *

[Bug ada/59346] [4.9 Regression] s-osinte.adb:107:35: expected type Interfaces.C.long

2013-11-29 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59346 --- Comment #2 from Eric Botcazou ebotcazou at gcc dot gnu.org --- Author: ebotcazou Date: Fri Nov 29 16:19:36 2013 New Revision: 205532 URL: http://gcc.gnu.org/viewcvs?rev=205532root=gccview=rev Log: PR ada/54040 PR ada/59346 *

[Bug ada/59346] [4.9 Regression] s-osinte.adb:107:35: expected type Interfaces.C.long

2013-11-29 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59346 Eric Botcazou ebotcazou at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug target/59163] [4.8/4.9 Regression] program compiled with g++ -O3 segfaults

2013-11-29 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59163 --- Comment #9 from Uroš Bizjak ubizjak at gmail dot com --- (In reply to Jakub Jelinek from comment #8) Created attachment 31331 [details] gcc49-pr59163.patch So like this? Untested... Yes, but I think that we can also allow simple vector

[Bug target/59163] [4.8/4.9 Regression] program compiled with g++ -O3 segfaults

2013-11-29 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59163 --- Comment #10 from Jakub Jelinek jakub at gcc dot gnu.org --- For stores I think the patch already allows that, that is the if (GET_CODE (*x) == SET SET_DEST (*x) == data) return 1; in there (the reason why I've added it was that for the

[Bug target/59163] [4.8/4.9 Regression] program compiled with g++ -O3 segfaults

2013-11-29 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59163 --- Comment #11 from Uroš Bizjak ubizjak at gmail dot com --- (In reply to Jakub Jelinek from comment #10) For stores I think the patch already allows that, that is the if (GET_CODE (*x) == SET SET_DEST (*x) == data) return 1; in there

[Bug fortran/59313] gfortran.dg/erf_3.F90 FAILs on Solaris/SPARC

2013-11-29 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59313 Eric Botcazou ebotcazou at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

[Bug bootstrap/59199] [4.9 Regression] r205032 caused LTO bootstrap to fail with bootstrap-profile

2013-11-29 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59199 --- Comment #5 from H.J. Lu hjl.tools at gmail dot com --- (In reply to Richard Biener from comment #4) Likely a update_address_taken bug, eventual fix: @@ -1329,6 +1336,10 @@ non_rewritable_mem_ref_base (tree ref) if (DECL_P (ref))

[Bug preprocessor/58687] #line __LINE__ ... changes subsequent line numbers

2013-11-29 Thread joseph at codesourcery dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58687 --- Comment #22 from joseph at codesourcery dot com joseph at codesourcery dot com --- On Fri, 29 Nov 2013, mtewoodbury at gmail dot com wrote: The elaborate description of the different forms of the '#line' (and other) directives makes it

[Bug target/59163] [4.8/4.9 Regression] program compiled with g++ -O3 segfaults

2013-11-29 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59163 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Attachment #31331|0 |1 is

[Bug target/59163] [4.8/4.9 Regression] program compiled with g++ -O3 segfaults

2013-11-29 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59163 --- Comment #13 from Uroš Bizjak ubizjak at gmail dot com --- (In reply to Jakub Jelinek from comment #12) Created attachment 31332 [details] gcc49-pr59163.patch So like this? Yes, with adjusted comment in ix86_legitimate_combined_insn.

[Bug middle-end/59011] [4.7/4.8/4.9 Regression] ICE in make_decl_rtl, at varasm.c:1147

2013-11-29 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59011 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug fortran/59313] gfortran.dg/erf_3.F90 FAILs on Solaris/SPARC

2013-11-29 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59313 Uroš Bizjak ubizjak at gmail dot com changed: What|Removed |Added Target|sparc*-sun-solaris2.*

[Bug fortran/59313] gfortran.dg/erf_3.F90 FAILs on Solaris/SPARC

2013-11-29 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59313 --- Comment #3 from Uroš Bizjak ubizjak at gmail dot com --- (In reply to Uroš Bizjak from comment #2) Me to, on alpha-linux-gnu, exactly the same numbers: alpha-linux-gnu is 128 bit long double, but not __float128 target: auto-host.h:#define

[Bug middle-end/59176] [4.9 Regression] ICE edge points to wrong declaration / verify_cgraph_node failed

2013-11-29 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59176 --- Comment #3 from Tobias Burnus burnus at gcc dot gnu.org --- Now that PR59208 was fixed, I tried the test case of this PR again (with today's r205539). Result: Still the same, an ICE with -O3 in verify_cgraph_node. (-O2 is fine.)

[Bug target/59163] [4.8/4.9 Regression] program compiled with g++ -O3 segfaults

2013-11-29 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59163 --- Comment #14 from Uroš Bizjak ubizjak at gmail dot com --- (In reply to Uroš Bizjak from comment #13) (In reply to Jakub Jelinek from comment #12) Created attachment 31332 [details] gcc49-pr59163.patch So like this? Yes, with

[Bug sanitizer/59333] ICE with long long and -m32 -fsanitize=undefined

2013-11-29 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59333 --- Comment #1 from Marek Polacek mpolacek at gcc dot gnu.org --- I think we just shouldn't try to pass values by reference in ubsan_encode_value...

[Bug rtl-optimization/59340] [4.9 Regression] LRA enable-checking bootstrap failure since r205136

2013-11-29 Thread vmakarov at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59340 --- Comment #3 from Vladimir Makarov vmakarov at gcc dot gnu.org --- Author: vmakarov Date: Fri Nov 29 20:08:38 2013 New Revision: 205541 URL: http://gcc.gnu.org/viewcvs?rev=205541root=gccview=rev Log: 2013-11-29 Vladimir Makarov

[Bug rtl-optimization/59340] [4.9 Regression] LRA enable-checking bootstrap failure since r205136

2013-11-29 Thread vmakarov at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59340 --- Comment #4 from Vladimir Makarov vmakarov at gcc dot gnu.org --- Andreas, could you check that the bootstrap is fixed. At least, the test is compiled by the cross-compiler.

  1   2   3   >