[Bug lto/63286] [5 Regression] FAIL: g++.dg/lto/20101014-2 cp_lto_20101014-2_0.o assemble, * after r215196

2014-09-19 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63286 --- Comment #3 from Jan Hubicka --- Author: hubicka Date: Fri Sep 19 18:54:23 2014 New Revision: 215403 URL: https://gcc.gnu.org/viewcvs?rev=215403&root=gcc&view=rev Log: PR lto/63286 * tree.c (need_assembler_name_p): Do not mangle vari

[Bug c/63178] Missed "incorrect-type-passed-to-function warning"

2014-09-19 Thread gccbugs at dima dot secretsauce.net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63178 Dima Kogan changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|INVALID

[Bug rtl-optimization/63315] New: -fcompare-debug bootstrap issue in libjava (fixup_abnormal_edges related)

2014-09-19 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63315 Bug ID: 63315 Summary: -fcompare-debug bootstrap issue in libjava (fixup_abnormal_edges related) Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal

[Bug c/60100] warning disappears when preprocessed source is compiled

2014-09-19 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60100 Andreas Schwab changed: What|Removed |Added CC||gccbugs at dima dot secretsauce.ne

[Bug c/63178] Missed "incorrect-type-passed-to-function warning"

2014-09-19 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63178 Andreas Schwab changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Bug rtl-optimization/63315] -fcompare-debug bootstrap issue in libjava (fixup_abnormal_edges related)

2014-09-19 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63315 --- Comment #1 from Jakub Jelinek --- We have: (insn 10025 3 10026 2 (set (reg:SI 85 [ D.39608 ]) (mem/u/j:SI (const:DI (plus:DI (symbol_ref:DI ("_otable_gnu_xml_util_XCat$Catalog") [flags 0x2] ) (const_int 68 [0x44

[Bug c++/61392] internal compiler error: in write_template_arg_literal, at cp/mangle.c:3072

2014-09-19 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61392 Jason Merrill changed: What|Removed |Added Keywords||ice-on-invalid-code --- Comment #2 from

[Bug c++/61392] internal compiler error: in write_template_arg_literal, at cp/mangle.c:3072

2014-09-19 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61392 Jason Merrill changed: What|Removed |Added Keywords|ice-on-invalid-code |ABI, ice-on-valid-code --- Comment #3 fr

[Bug tree-optimization/63255] [5.0 regression] FAIL: gcc.dg/lto/ipareference2 c_lto_ipareference2_0.o-c_lto_ipareference2_1.o execute -O1 -flto -flto-partition=1to1 -fwhole-program

2014-09-19 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63255 --- Comment #2 from Jan Hubicka --- This is ordering issue in node removal (there is code to read constructor from file before removing the symbol for symbol table, but it is executed after the symbol is marked removed). I am testing: Index: ipa

[Bug lto/63286] [5 Regression] FAIL: g++.dg/lto/20101014-2 cp_lto_20101014-2_0.o assemble, * after r215196

2014-09-19 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63286 Jan Hubicka changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug lto/63226] [5 Regression] ICE with -flto-odr-type-merging

2014-09-19 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63226 Jan Hubicka changed: What|Removed |Added Status|ASSIGNED|WAITING --- Comment #9 from Jan Hubicka -

[Bug middle-end/63186] [4.9/5 Regression] Undefined .L* symbols because of fnsplit

2014-09-19 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63186 --- Comment #6 from Jan Hubicka --- Yes, this patch should apply to 4.9 as well.

[Bug lto/63166] [5 Regression] ICE (LTO): ipa_intraprocedural_devirtualization, at ipa-prop.c:2611

2014-09-19 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63166 Jan Hubicka changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug regression/62102] [5 Regression]: gcc.dg/torture/pr48953.c -O2 -flto

2014-09-19 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62102 --- Comment #5 from Jan Hubicka --- I think that would be rather symptomatic fix and I plan to push out the type verifier soon that will ICE without the patch on all targets. I failed to reproduce this on x86 (I thought originally I have reproduc

[Bug ipa/61283] [5 regression] SEGV in pass_ipa_comdats::execute

2014-09-19 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61283 Jan Hubicka changed: What|Removed |Added Status|ASSIGNED|WAITING --- Comment #3 from Jan Hubicka -

[Bug c++/61825] [5 regression] g++.dg/cpp0x/static_assert9.C FAILs

2014-09-19 Thread hubicka at ucw dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61825 --- Comment #7 from Jan Hubicka --- Hi, this patch implements necessary bits to record what symbols was declared nonzero and refuse visibility changes that would change the difference (i.e. turn it into alias, weakref or weak). Possibly we will w

[Bug middle-end/63186] [4.9 Regression] Undefined .L* symbols because of fnsplit

2014-09-19 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63186 Jan Hubicka changed: What|Removed |Added Summary|[4.9/5 Regression] |[4.9 Regression] Undefined

[Bug tree-optimization/62053] [5 Regression] ICE: in remap_type_1, at tree-inline.c:540

2014-09-19 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62053 --- Comment #4 from Jan Hubicka --- I am looking into it now...

[Bug libstdc++/63314] valarray mask/indices refers to temporary

2014-09-19 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63314 Jonathan Wakely changed: What|Removed |Added Severity|blocker |normal --- Comment #1 from Jonathan Wa

[Bug rtl-optimization/63259] Detecting byteswap sequence

2014-09-19 Thread hp at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63259 Hans-Peter Nilsson changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/61825] [5 regression] g++.dg/cpp0x/static_assert9.C FAILs

2014-09-19 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61825 --- Comment #8 from Jan Hubicka --- Author: hubicka Date: Fri Sep 19 23:56:52 2014 New Revision: 215409 URL: https://gcc.gnu.org/viewcvs?rev=215409&root=gcc&view=rev Log: PR c++/61825 * c-family/c-common.c (handle_alias_ifunc_attribute)

[Bug c++/61465] Bogus parameter set but not used warning in constructor initialization list

2014-09-19 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61465 --- Comment #4 from Jason Merrill --- Author: jason Date: Sat Sep 20 00:54:55 2014 New Revision: 215413 URL: https://gcc.gnu.org/viewcvs?rev=215413&root=gcc&view=rev Log: PR c++/61465 * call.c (convert_like_real) [ck_identity]: Call mark

[Bug c++/61392] internal compiler error: in write_template_arg_literal, at cp/mangle.c:3072

2014-09-19 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61392 --- Comment #4 from Jason Merrill --- Author: jason Date: Sat Sep 20 00:55:14 2014 New Revision: 215414 URL: https://gcc.gnu.org/viewcvs?rev=215414&root=gcc&view=rev Log: PR c++/61392 * mangle.c (write_expression): Use unresolved-name ma

[Bug c++/61392] internal compiler error: in write_template_arg_literal, at cp/mangle.c:3072

2014-09-19 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61392 Jason Merrill changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug tree-optimization/63255] [5.0 regression] FAIL: gcc.dg/lto/ipareference2 c_lto_ipareference2_0.o-c_lto_ipareference2_1.o execute -O1 -flto -flto-partition=1to1 -fwhole-program

2014-09-19 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63255 --- Comment #3 from Jan Hubicka --- Author: hubicka Date: Sat Sep 20 02:58:42 2014 New Revision: 215415 URL: https://gcc.gnu.org/viewcvs?rev=215415&root=gcc&view=rev Log: PR tree-optimization/63255 * ipa.c (symbol_table::remove_unreacha

[Bug tree-optimization/61511] [5 Regression] ICE: in vect_can_force_dr_alignment_p, at tree-vect-data-refs.c:5320 with -fno-toplevel-reorder -ftree-slp-vectorize

2014-09-19 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61511 Jan Hubicka changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/17480] collect2 on AIX calls static constructors of unreferenced object modules

2014-09-19 Thread lzsiga at axelero dot hu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=17480 Lőrinczy Zsigmond changed: What|Removed |Added CC||lzsiga at axelero dot hu --- Comment

[Bug target/54412] Request for 32-byte stack alignment with -mavx on Windows

2014-09-19 Thread roland at rschulz dot eu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54412 --- Comment #10 from Roland Schulz --- Created attachment 33520 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33520&action=edit Slightly modified testcase This slightly modified testcase in which the return value isn't stored, still segfa

<    1   2