[Bug tree-optimization/67800] [6 Regression] Missed vectorization opportunity on x86 (DOT_PROD_EXPR in non-reduction)

2015-12-02 Thread rguenther at suse dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67800 --- Comment #6 from rguenther at suse dot de --- On Tue, 1 Dec 2015, afomin.mailbox at gmail dot com wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67800 > > --- Comment #5 from Alexander Fomin --- > Richard, are there any updates on th

[Bug target/68647] __builtin_popcountll doesn't generate popcnt instructions when targeting -mpopcnt on x86_32

2015-12-02 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68647 Uroš Bizjak changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug ipa/68331] [meta-bug] fipa-pta issues

2015-12-02 Thread rguenther at suse dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68331 --- Comment #8 from rguenther at suse dot de --- On Tue, 1 Dec 2015, vries at gcc dot gnu.org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68331 > > --- Comment #5 from vries at gcc dot gnu.org --- > Created attachment 36885 > --> ht

[Bug tree-optimization/68640] foo restrict propagated to foo._omp_fn.0

2015-12-02 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68640 --- Comment #1 from Richard Biener --- Is it used because it ends up in the static chain of the omp_fn and uses the same (original) qualifiers? And the static chain itself is passed "by reference" and thus gets its fields looked at and restrict

[Bug c++/66858] [6 Regression] FAIL: g++.dg/pch/system-2.C -O2 -g assembly comparison on aarch64-none-elf, arm-none-eabi

2015-12-02 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66858 --- Comment #2 from Andrew Pinski --- This is related to maybe_retrofit_in_chrg somehow.

[Bug target/68647] __builtin_popcountll doesn't generate popcnt instructions when targeting -mpopcnt on x86_32

2015-12-02 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68647 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #2

[Bug target/68647] __builtin_popcountll doesn't generate popcnt instructions when targeting -mpopcnt on x86_32

2015-12-02 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68647 --- Comment #3 from Jakub Jelinek --- Sorry Uros, forgot to assign this to myself before I've started to work on it.

[Bug target/68647] __builtin_popcountll doesn't generate popcnt instructions when targeting -mpopcnt on x86_32

2015-12-02 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68647 --- Comment #4 from Jakub Jelinek --- I also wonder when we have expand_doubleword_clz if we couldn't handle expand_doubleword_ctz similarly.

[Bug rtl-optimization/68432] [6 Regression] internal compiler error: in expand_insn, at optabs.c:6947

2015-12-02 Thread rsandifo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68432 --- Comment #16 from rsandifo at gcc dot gnu.org --- Author: rsandifo Date: Wed Dec 2 09:08:49 2015 New Revision: 231161 URL: https://gcc.gnu.org/viewcvs?rev=231161&root=gcc&view=rev Log: PR 68432: Add a target hook to control size/speed optab

[Bug rtl-optimization/68432] [6 Regression] internal compiler error: in expand_insn, at optabs.c:6947

2015-12-02 Thread rsandifo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68432 rsandifo at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolutio

[Bug target/68651] New: [5/6 Regression][AArch64] Missing combination of shift-by-one with other arithmetic patterns with -mcpu=cortex-a53

2015-12-02 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68651 Bug ID: 68651 Summary: [5/6 Regression][AArch64] Missing combination of shift-by-one with other arithmetic patterns with -mcpu=cortex-a53 Product: gcc Version: 6.

[Bug target/68647] __builtin_popcountll doesn't generate popcnt instructions when targeting -mpopcnt on x86_32

2015-12-02 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68647 --- Comment #5 from Uroš Bizjak --- (In reply to Jakub Jelinek from comment #3) > Sorry Uros, forgot to assign this to myself before I've started to work on > it. Ah, nice. I have a target-dependent patch for this, but I agree that generic solut

[Bug target/68648] [4.9/5/6 Regression][ARM] ICE: fail to generate BIC(immediate) instruction

2015-12-02 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68648 ktkachov at gcc dot gnu.org changed: What|Removed |Added Target||arm Status|UNCO

[Bug ipa/68064] [6 Regression] ICE: in meet_with, at ipa-cp.c:874

2015-12-02 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68064 --- Comment #5 from Markus Trippelsdorf --- Any update on this issue?

[Bug c++/65731] _ZSt8__fill_aIPmiEN9__gnu_cxx11__enable_ifIXsr11__is_scalarIT0_EE7__valueEvE6__typeET_S6_RKS3_ not demanglable

2015-12-02 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65731 Markus Trippelsdorf changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug lto/65982] [5/6 Regression] ICE: in lto_output_varpool_node, at lto-cgraph.c:623

2015-12-02 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65982 --- Comment #3 from Markus Trippelsdorf --- Honza?

[Bug fortran/68649] [6 Regression] note: code may be misoptimized unless -fno-strict-aliasing is used

2015-12-02 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68649 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug rtl-optimization/67778] [6 Regression] ICE on valid code at -O3 on x86_64-linux-gnu in maybe_record_trace_start, at dwarf2cfi.c:2297

2015-12-02 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67778 --- Comment #12 from Segher Boessenkool --- Yes, I'm cross-compiling. The only differences I see are: * -fdwarf2-cfi-asm; this seemed promising but makes no difference. * -mtune=generic -march=x86-64; but no dice. * Very different ggc settings.

[Bug tree-optimization/68625] [6 Regression] Segmentation fault in useless_type_conversion_p

2015-12-02 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68625 --- Comment #3 from Richard Biener --- Author: rguenth Date: Wed Dec 2 09:47:43 2015 New Revision: 231162 URL: https://gcc.gnu.org/viewcvs?rev=231162&root=gcc&view=rev Log: 2015-12-02 Richard Biener PR tree-optimization/68625

[Bug fortran/68649] [6 Regression] note: code may be misoptimized unless -fno-strict-aliasing is used

2015-12-02 Thread Joost.VandeVondele at mat dot ethz.ch
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68649 Joost VandeVondele changed: What|Removed |Added Status|WAITING |UNCONFIRMED Depends on|

[Bug bootstrap/64919] bootstrap failure of gcc-4.9.2 on ia64-hpux in libgcc

2015-12-02 Thread alm at sibmail dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64919 --- Comment #16 from Alexander --- there are ld -V ld: 92453-07 linker ld HP Itanium(R) B.12.62 IPF/IPF

[Bug tree-optimization/68625] [6 Regression] Segmentation fault in useless_type_conversion_p

2015-12-02 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68625 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug bootstrap/64919] bootstrap failure of gcc-4.9.2 on ia64-hpux in libgcc

2015-12-02 Thread jvb at cyberscience dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64919 --- Comment #17 from John Buddery --- My ld is slightly older: ld: 92453-07 linker ld HP Itanium(R) B.12.42 IPF/IPF It may have been older still when I built gcc, as OS patches have been applied since then.

[Bug middle-end/68570] [6 Regression] ICE on valid code at -O1, -O2 and -O3 on x86_64-linux-gnu

2015-12-02 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68570 --- Comment #6 from Marek Polacek --- Yes, this is fixed with r231162 (PR68625 fix). I'll at least add the testcase...

[Bug target/68651] [5/6 Regression][AArch64] Missing combination of shift-by-one with other arithmetic patterns with -mcpu=cortex-a53

2015-12-02 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68651 Richard Biener changed: What|Removed |Added Target Milestone|--- |5.4

[Bug fortran/68649] [6 Regression] note: code may be misoptimized unless -fno-strict-aliasing is used

2015-12-02 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68649 Richard Biener changed: What|Removed |Added Target Milestone|--- |6.0

[Bug lto/65380] [5 Regression][ICF] LTO: ICE in add_symbol_to_partition_1, at lto/lto-partition.c:158

2015-12-02 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65380 --- Comment #20 from Martin Liška --- (In reply to milan.plzik from comment #19) > Created attachment 36886 [details] > Shell script, which compiles ChibiOS and indeed triggers gcc failure > > Attached script should trigger the problem when comp

[Bug libfortran/68652] New: gamma function hangs on some arguments, returns NaN on other ones

2015-12-02 Thread arbautjc at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68652 Bug ID: 68652 Summary: gamma function hangs on some arguments, returns NaN on other ones Product: gcc Version: 4.9.3 Status: UNCONFIRMED Severity: normal

[Bug lto/68646] [6 Regression] FAIL: g++.dg/lto/20081118 cp_lto_20081118_0.o-cp_lto_20081118_1.o link

2015-12-02 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68646 Richard Biener changed: What|Removed |Added CC||hubicka at gcc dot gnu.org Target Mil

[Bug c++/68645] [6 Regression] FAIL: c-c++-common/attr-simd-3.c -std=gnu++11 (test for excess errors)

2015-12-02 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68645 Richard Biener changed: What|Removed |Added Target|hppa-unknown-linux-gnu |hppa-unknown-linux-gnu,

[Bug bootstrap/64919] bootstrap failure of gcc-4.9.2 on ia64-hpux in libgcc

2015-12-02 Thread josephpattara at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64919 --- Comment #18 from Joseph John --- Alexander, You were also able to build build gcc using almost the latest linker ? My linker is nearly same as yours so I was thinking is it some linker bugs which causes issues for me as I saw some references

[Bug tree-optimization/68644] [6 Regression] FAIL: gcc.dg/tree-ssa/ivopts-lt-2.c scan-tree-dump-times ivopts "PHI

2015-12-02 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68644 Richard Biener changed: What|Removed |Added Target Milestone|--- |6.0 Summary|FAIL:

[Bug testsuite/68643] FAIL: gcc.dg/tree-prof/cold_partition_label.c scan-assembler foo[._]+cold[._]+0

2015-12-02 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68643 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug middle-end/68570] [6 Regression] ICE on valid code at -O1, -O2 and -O3 on x86_64-linux-gnu

2015-12-02 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68570 Marek Polacek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug tree-optimization/68640] foo restrict propagated to foo._omp_fn.0

2015-12-02 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68640 --- Comment #2 from vries at gcc dot gnu.org --- (In reply to Richard Biener from comment #1) > Is it used because it ends up in the static chain of the omp_fn and uses the > same (original) qualifiers? And the static chain itself is passed "by >

[Bug middle-end/68570] [6 Regression] ICE on valid code at -O1, -O2 and -O3 on x86_64-linux-gnu

2015-12-02 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68570 --- Comment #7 from Marek Polacek --- Author: mpolacek Date: Wed Dec 2 10:22:23 2015 New Revision: 231163 URL: https://gcc.gnu.org/viewcvs?rev=231163&root=gcc&view=rev Log: PR middle-end/68570 * gcc.dg/torture/pr68570.c: New tes

[Bug rtl-optimization/68641] undefined variables implicitly considered to be zero

2015-12-02 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68641 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug rtl-optimization/68641] undefined variables implicitly considered to be zero

2015-12-02 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68641 Richard Biener changed: What|Removed |Added CC||ebotcazou at gcc dot gnu.org --- Commen

[Bug ipa/65654] [7 Regression] 447.dealII in SPEC CPU 2006 failed to build with LTO

2015-12-02 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65654 Richard Biener changed: What|Removed |Added Target Milestone|6.0 |7.0 Summary|[6 Regression] 4

[Bug preprocessor/68638] [6 Regression] ICE in linemap_macro_map_lookup

2015-12-02 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68638 Richard Biener changed: What|Removed |Added Target Milestone|--- |6.0

[Bug tree-optimization/68639] [6 Regression] ICE: Floating point exception

2015-12-02 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68639 Richard Biener changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned

[Bug rtl-optimization/68641] undefined variables implicitly considered to be zero

2015-12-02 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68641 Eric Botcazou changed: What|Removed |Added Severity|normal |enhancement --- Comment #3 from Eric Bot

[Bug rtl-optimization/68641] undefined variables implicitly considered to be zero

2015-12-02 Thread rguenther at suse dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68641 --- Comment #4 from rguenther at suse dot de --- On Wed, 2 Dec 2015, ebotcazou at gcc dot gnu.org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68641 > > Eric Botcazou changed: > >What|Removed |Adde

[Bug lto/65380] [5 Regression][ICF] LTO: ICE in add_symbol_to_partition_1, at lto/lto-partition.c:158

2015-12-02 Thread milan.plzik at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65380 --- Comment #21 from milan.plzik at gmail dot com --- Unfortunately, I currently don't have dev setup for any non-MCU ARM platform. Also, ChibiOS non-MCU platforms, so I guess I would need to identify different test case, assuming it is possible t

[Bug libfortran/68652] gamma function hangs on some arguments, returns NaN on other ones

2015-12-02 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68652 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug rtl-optimization/68641] undefined variables implicitly considered to be zero

2015-12-02 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68641 --- Comment #5 from Richard Biener --- See PR61810 which shows missed optimizations because of init-regs.c

[Bug rtl-optimization/68641] undefined variables implicitly considered to be zero

2015-12-02 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68641 --- Comment #6 from Eric Botcazou --- > OTOH I'd just use it as an excuse to drop init-regs.c ... It has a rather big comment explaining why it was needed though.

[Bug libfortran/68652] gamma function hangs on some arguments, returns NaN on other ones

2015-12-02 Thread arbautjc at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68652 --- Comment #2 from Jean-Claude Arbaut --- I will. I was unsure were to post the report, so I tried first here. Thanks to have checked!

[Bug tree-optimization/68522] [6 Regression] SPEC CPU2006 435.gromacs miscomparison

2015-12-02 Thread afomin.mailbox at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68522 --- Comment #1 from Alexander Fomin --- We compile it using -m32 -Ofast -funroll-loops -fno-agressive-loop-optimizations option set.

[Bug c++/68653] New: [6 Regression] ICE: in nonnull_arg_p, at tree.c:13853

2015-12-02 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68653 Bug ID: 68653 Summary: [6 Regression] ICE: in nonnull_arg_p, at tree.c:13853 Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Componen

[Bug target/68648] [4.9/5/6 Regression][ARM] ICE: fail to generate BIC(immediate) instruction

2015-12-02 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68648 --- Comment #2 from ktkachov at gcc dot gnu.org --- The problem is the post-reload andsi_iorsi3_notsi splitter that can generate a (not (const_int 1)) rtx rather than doing constant folding

[Bug target/68648] [4.9/5/6 Regression][ARM] ICE: fail to generate BIC(immediate) instruction

2015-12-02 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68648 ktkachov at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED Assignee

[Bug target/61810] init-regs.c papers over issues elsewhere

2015-12-02 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61810 --- Comment #1 from Richard Biener --- For FAIL: gcc.dg/vect/vect-strided-a-u8-i8-gap7.c execution test it indeed 'makes combine happy' with enabled vs. disabled diff *** *** 912,935 (plus:QI (reg:QI 264 [ ivtmp.50 ])

[Bug fortran/68649] [6 Regression] note: code may be misoptimized unless -fno-strict-aliasing is used

2015-12-02 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68649 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever confirmed|0

[Bug rtl-optimization/68641] undefined variables implicitly considered to be zero

2015-12-02 Thread rguenther at suse dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68641 --- Comment #7 from rguenther at suse dot de --- On Wed, 2 Dec 2015, ebotcazou at gcc dot gnu.org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68641 > > --- Comment #6 from Eric Botcazou --- > > OTOH I'd just use it as an excuse to dr

[Bug rtl-optimization/68641] undefined variables implicitly considered to be zero

2015-12-02 Thread Joost.VandeVondele at mat dot ethz.ch
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68641 Joost VandeVondele changed: What|Removed |Added CC||Joost.VandeVondele at mat dot ethz

[Bug rtl-optimization/68641] undefined variables implicitly considered to be zero

2015-12-02 Thread rguenther at suse dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68641 --- Comment #9 from rguenther at suse dot de --- On Wed, 2 Dec 2015, Joost.VandeVondele at mat dot ethz.ch wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68641 > > Joost VandeVondele changed: > >What|Removed

[Bug rtl-optimization/68304] [6 Regression] FAIL: gcc.c-torture/compile/950612-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (internal compiler error)

2015-12-02 Thread nickc at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68304 Nick Clifton changed: What|Removed |Added CC||nickc at redhat dot com --- Comment #1 fr

[Bug target/61810] init-regs.c papers over issues elsewhere

2015-12-02 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61810 --- Comment #2 from Richard Biener --- vect testsuite is now clean on trunk.

[Bug c++/68653] [6 Regression] ICE: in nonnull_arg_p, at tree.c:13853

2015-12-02 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68653 Richard Biener changed: What|Removed |Added Target Milestone|--- |6.0

[Bug rtl-optimization/68641] undefined variables implicitly considered to be zero

2015-12-02 Thread Joost.VandeVondele at mat dot ethz.ch
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68641 --- Comment #10 from Joost VandeVondele --- (In reply to rguent...@suse.de from comment #9) > Though with the testcase you gave we warn at both -O0 and -O1: yes, but unfortunately, -Wuninitialized, also warns for 'may be used uninitialized' whi

[Bug c/68193] _Generic -Woverflow false alarm

2015-12-02 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68193 Marek Polacek changed: What|Removed |Added CC||mpolacek at gcc dot gnu.org --- Comment

[Bug preprocessor/68638] [6 Regression] ICE in linemap_macro_map_lookup

2015-12-02 Thread nickc at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68638 Nick Clifton changed: What|Removed |Added CC||nickc at redhat dot com --- Comment #1 fr

[Bug rtl-optimization/68641] undefined variables implicitly considered to be zero

2015-12-02 Thread glisse at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68641 --- Comment #11 from Marc Glisse --- (In reply to Joost VandeVondele from comment #10) > [I just checked that -Wuninitialized -Wno-maybe-uninitialized doesn't work] That sounds like a bug. It works for me on a simple C testcase.

[Bug c++/68653] [6 Regression] ICE: in nonnull_arg_p, at tree.c:13853

2015-12-02 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68653 Markus Trippelsdorf changed: What|Removed |Added Keywords||ice-on-valid-code Stat

[Bug rtl-optimization/68641] undefined variables implicitly considered to be zero

2015-12-02 Thread Joost.VandeVondele at mat dot ethz.ch
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68641 --- Comment #12 from Joost VandeVondele --- (In reply to Marc Glisse from comment #11) > That sounds like a bug. It works for me on a simple C testcase. sorry, fat fingers on my side. So, yes, this works gfortran -c -Werror=uninitialized -Wno-

[Bug tree-optimization/67800] [6 Regression] Missed vectorization opportunity on x86 (DOT_PROD_EXPR in non-reduction)

2015-12-02 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67800 --- Comment #7 from Richard Biener --- Ah, so reverting these changes causes FAIL: gcc.dg/vect/slp-reduc-sad.c scan-tree-dump vect "vectorizing stmts using SLP" FAIL: gcc.dg/vect/slp-reduc-sad.c scan-tree-dump-times vect "vectorized 1 loops" 1

[Bug rtl-optimization/68304] [6 Regression] FAIL: gcc.c-torture/compile/950612-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions (internal compiler error)

2015-12-02 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68304 John David Anglin changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug tree-optimization/68654] New: [6 Regression] CoreMark Pro performance degradation

2015-12-02 Thread afomin.mailbox at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68654 Bug ID: 68654 Summary: [6 Regression] CoreMark Pro performance degradation Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug tree-optimization/68654] [6 Regression] CoreMark Pro performance degradation

2015-12-02 Thread afomin.mailbox at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68654 --- Comment #1 from Alexander Fomin --- The degrading test is naturally CoreMark itself.

[Bug testsuite/68643] FAIL: gcc.dg/tree-prof/cold_partition_label.c scan-assembler foo[._]+cold[._]+0

2015-12-02 Thread dave.anglin at bell dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68643 --- Comment #2 from dave.anglin at bell dot net --- On 2015-12-02, at 5:22 AM, rguenth at gcc dot gnu.org wrote: > so this is set wrongly for your target? Or rather > > # Return 1 if compilation with -freorder-blocks-and-partition is error-free

[Bug tree-optimization/66051] can't vectorize reductions inside an SLP group

2015-12-02 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66051 --- Comment #2 from Richard Biener --- We now run itno t.c:4:3: note: Build SLP failed: the number of interleaved loads is greater than the SLP group size _15 = *_14; which should be an irrelevant restriction in the form it makes (with only con

[Bug target/68655] New: SSE2 cannot vec_perm of low and high part

2015-12-02 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68655 Bug ID: 68655 Summary: SSE2 cannot vec_perm of low and high part Product: gcc Version: 6.0 Status: UNCONFIRMED Keywords: missed-optimization Severity: normal Pr

[Bug target/67383] reload_cse_simplify_operands fails on ARMV7-M

2015-12-02 Thread renlin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67383 Renlin Li changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug tree-optimization/68654] [6 Regression] CoreMark Pro performance degradation

2015-12-02 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68654 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug c/68656] New: [4.8, 4.9, 5.0, 6.0 Regression] warning about disabled var-tracking uses odd location info

2015-12-02 Thread aldot at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68656 Bug ID: 68656 Summary: [4.8, 4.9, 5.0, 6.0 Regression] warning about disabled var-tracking uses odd location info Product: gcc Version: 6.0 Status: UNCONFIRMED

[Bug tree-optimization/68654] [6 Regression] CoreMark Pro performance degradation

2015-12-02 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68654 --- Comment #3 from Richard Biener --- Btw, that revision is unlikely a bisect, correct? It should have zero effects on code generation.

[Bug c/68656] [4.9/5/6 Regression] warning about disabled var-tracking uses odd location info

2015-12-02 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68656 Richard Biener changed: What|Removed |Added Summary|[4.8, 4.9, 5.0, 6.0 |[4.9/5/6 Regression]

[Bug fortran/63861] OpenACC coarray ICE (also with OpenMP?)

2015-12-02 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63861 Dominique d'Humieres changed: What|Removed |Added Status|WAITING |NEW --- Comment #8 from Dominique

[Bug tree-optimization/68654] [6 Regression] CoreMark Pro performance degradation

2015-12-02 Thread afomin.mailbox at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68654 --- Comment #4 from Alexander Fomin --- It should, but for some reason we see a stable reproducible degradation between r228667 and r228668...

[Bug libfortran/68652] gamma function hangs on some arguments, returns NaN on other ones

2015-12-02 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68652 Thomas Koenig changed: What|Removed |Added CC||tkoenig at gcc dot gnu.org --- Comment #

[Bug sanitizer/59009] libsanitizer merge from upstream r191666 breaks bootstrap on powerpc64-linux and aarch64-linux

2015-12-02 Thread clyon at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59009 Christophe Lyon changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c/68657] New: [6 Regression] "gcc -Werror=sign-conversion test.i" shows invalid: -Wsign-conversion is not an option that controls warnings

2015-12-02 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68657 Bug ID: 68657 Summary: [6 Regression] "gcc -Werror=sign-conversion test.i" shows invalid: -Wsign-conversion is not an option that controls warnings Product: gcc V

[Bug target/68655] SSE2 cannot vec_perm of low and high part

2015-12-02 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68655 --- Comment #1 from Richard Biener --- typedef int v4si __attribute__((vector_size(16))); v4si bar (v4si a, v4si b) { return __builtin_shuffle (a, b, (v4si) { 0, 1, 4, 5 }); } works just fine using shufps. It might be that the generic optabs

[Bug c/68656] [4.9/5/6 Regression] warning about disabled var-tracking uses odd location info

2015-12-02 Thread aldot at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68656 --- Comment #2 from Bernhard Reutner-Fischer --- (In reply to Richard Biener from comment #1) > Which version worked ok? I think these warnings should simply not output 4.7.4 worked ok. 4.8.5 onward behave like current trunk a.k.a 6.0 > any lo

[Bug c/68657] [6 Regression] "gcc -Werror=sign-conversion test.i" shows invalid: -Wsign-conversion is not an option that controls warnings

2015-12-02 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68657 Tobias Burnus changed: What|Removed |Added Keywords||diagnostic Target Milestone|---

[Bug fortran/63861] OpenACC coarray ICE (also with OpenMP?)

2015-12-02 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63861 Dominique d'Humieres changed: What|Removed |Added CC||jules at gcc dot gnu.org --- Comm

[Bug gcov-profile/68603] [6 Regression] FAIL: g++.dg/gcov/gcov-1.C

2015-12-02 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68603 Richard Biener changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug target/68655] SSE2 cannot vec_perm of low and high part

2015-12-02 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68655 Uroš Bizjak changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #2 fr

[Bug rtl-optimization/67778] [6 Regression] ICE on valid code at -O3 on x86_64-linux-gnu in maybe_record_trace_start, at dwarf2cfi.c:2297

2015-12-02 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67778 Segher Boessenkool changed: What|Removed |Added CC||asolokha at gmx dot com --- Comment

[Bug target/68634] [6 Regression] ICE in maybe_record_trace_start, at dwarf2cfi.c:2284 w/ -O2 -fmodulo-sched

2015-12-02 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68634 Segher Boessenkool changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug libstdc++/56383] error with multiple enable_shared_from_this base classes

2015-12-02 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56383 Jonathan Wakely changed: What|Removed |Added Target Milestone|5.3 |4.9.4 --- Comment #3 from Jonathan Wak

[Bug c/68657] [6 Regression] "gcc -Werror=sign-conversion test.i" shows invalid: -Wsign-conversion is not an option that controls warnings

2015-12-02 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68657 Tobias Burnus changed: What|Removed |Added CC||manu at gcc dot gnu.org --- Comment #2 f

[Bug libstdc++/56383] error with multiple enable_shared_from_this base classes

2015-12-02 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56383 --- Comment #4 from Jonathan Wakely --- Author: redi Date: Wed Dec 2 15:08:18 2015 New Revision: 231181 URL: https://gcc.gnu.org/viewcvs?rev=231181&root=gcc&view=rev Log: Fix ambiguity with multiple enable_shared_from_this bases PR lib

[Bug tree-optimization/68654] [6 Regression] CoreMark Pro performance degradation

2015-12-02 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68654 --- Comment #5 from Richard Biener --- Interesting the only effect could be different GC allocation pattern because the non-splice variant may end up re-allocating the target vector multiple times. But this alone should never change code generat

[Bug lto/68658] New: [6 Regression] LTO - bogus redefinition of warning

2015-12-02 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68658 Bug ID: 68658 Summary: [6 Regression] LTO - bogus redefinition of warning Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug lto/68658] [6 Regression] LTO - bogus redefinition of warning

2015-12-02 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68658 Richard Biener changed: What|Removed |Added Target Milestone|--- |6.0

[Bug fortran/63861] OpenACC coarray ICE (also with OpenMP?)

2015-12-02 Thread cesar at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63861 cesar at gcc dot gnu.org changed: What|Removed |Added CC||cesar at gcc dot gnu.org --- C

[Bug c++/68653] [6 Regression] ICE: in nonnull_arg_p, at tree.c:13853

2015-12-02 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68653 Marek Polacek changed: What|Removed |Added CC||mpolacek at gcc dot gnu.org --- Comment

[Bug tree-optimization/68659] New: [6 regression] FAIL: gcc.dg/graphite/id-pr45230-1.c (internal compiler error)

2015-12-02 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68659 Bug ID: 68659 Summary: [6 regression] FAIL: gcc.dg/graphite/id-pr45230-1.c (internal compiler error) Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: nor

  1   2   >