[Bug ipa/77905] [7 Regression] ICE at -Os and above in both 32-bit and 64-bit modes on x86_64-linux-gnu (internal compiler error: in ipa_comdats, at ipa-comdats.c:352)

2016-10-08 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77905 Andrew Pinski changed: What|Removed |Added Keywords||ice-on-valid-code

[Bug c++/77906] ICE at -Os and above in both 32-bit and 64-bit modes on x86_64-linux-gnu (internal compiler error: in ipa_comdats, at ipa-comdats.c:352)

2016-10-08 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77906 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug rtl-optimization/60818] ICE in validate_condition_mode on powerpc*-linux-gnu*

2016-10-08 Thread asolokha at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60818 --- Comment #10 from Arseny Solokha --- Segher, can you update on the status of this PR, as the stage 1 apparently approaches to its end?

[Bug c++/77906] New: ICE at -Os and above in both 32-bit and 64-bit modes on x86_64-linux-gnu (internal compiler error: in ipa_comdats, at ipa-comdats.c:352)

2016-10-08 Thread chengniansun at gmail dot com
20161008 (experimental) [trunk revision 240893] (GCC) $ $ gcc-trunk -c -O2 small.C small.C:17:19: internal compiler error: in ipa_comdats, at ipa-comdats.c:352 C::C(int) : A(1) {} ^ 0x15145eb ipa_comdats ../../gcc-source-trunk/gcc/ipa-comdats.c:352 0x15145eb execute

[Bug c++/77905] New: ICE at -Os and above in both 32-bit and 64-bit modes on x86_64-linux-gnu (internal compiler error: in ipa_comdats, at ipa-comdats.c:352)

2016-10-08 Thread chengniansun at gmail dot com
20161008 (experimental) [trunk revision 240893] (GCC) $ $ gcc-trunk -c -O2 small.C small.C:17:19: internal compiler error: in ipa_comdats, at ipa-comdats.c:352 C::C(int) : A(1) {} ^ 0x15145eb ipa_comdats ../../gcc-source-trunk/gcc/ipa-comdats.c:352 0x15145eb execute

[Bug tree-optimization/62630] [5/6/7 Regression] gcc.dg/graphite/vect-pr43423.c XFAILed

2016-10-08 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62630 Richard Biener changed: What|Removed |Added Target Milestone|6.2 |7.0 Andrew Pinski changed:

[Bug target/60641] Converting ushort to offset on x86_64 generates double movzwl

2016-10-08 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60641 Andrew Pinski changed: What|Removed |Added Keywords||missed-optimization

[Bug tree-optimization/77859] Ofast needed to vectorize loop in presence of conditional code

2016-10-08 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77859 Andrew Pinski changed: What|Removed |Added Keywords||missed-optimization

[Bug target/77894] Enable GNU indirect function support by default as it will be used in glibc.

2016-10-08 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77894 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c/77904] New: [ARM Cortex-M0] Frame pointer thrashes registers if assembly statements with "sp" clobber are used

2016-10-08 Thread freddie_chopin at op dot pl
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77904 Bug ID: 77904 Summary: [ARM Cortex-M0] Frame pointer thrashes registers if assembly statements with "sp" clobber are used Product: gcc Version: 6.2.0 Status: UNCONFIRMED

[Bug fortran/77903] gfortran 6.1.0/7.0.0 accept invalid code with conflicting module/submodule interfaces

2016-10-08 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77903 --- Comment #3 from Dominique d'Humieres --- > C1556 must be in F2015 ... I did not find it my f2015 draft (24th December 2014 11:24). > Searching for phrases within C1556 on the cited email > in the Final Committee Draft of F2008 does not

[Bug fortran/77903] gfortran 6.1.0/7.0.0 accept invalid code with conflicting module/submodule interfaces

2016-10-08 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77903 --- Comment #2 from kargl at gcc dot gnu.org --- (In reply to Dominique d'Humieres from comment #1) > Note that I did not find the 'C1556 (R1527)' constraints mentioned at > https://gcc.gnu.org/ml/fortran/2016-10/msg00055.html. C1556 must be in

[Bug tree-optimization/77901] ICE in tree-sse-reassoc,c:2881

2016-10-08 Thread bernd.edlinger at hotmail dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77901 --- Comment #4 from Bernd Edlinger --- ok, thanks.

[Bug tree-optimization/77901] ICE in tree-sse-reassoc,c:2881

2016-10-08 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77901 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug fortran/77903] gfortran 6.1.0/7.0.0 accept invalid code with conflicting module/submodule interfaces

2016-10-08 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77903 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug fortran/77903] New: gfortran 6.1.0/7.0.0 accept invalid code with conflicting module/submodule interfaces

2016-10-08 Thread damian at sourceryinstitute dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77903 Bug ID: 77903 Summary: gfortran 6.1.0/7.0.0 accept invalid code with conflicting module/submodule interfaces Product: gcc Version: 6.1.0 Status: UNCONFIRMED

[Bug lto/77821] C++ binary size increase or LTO not working?

2016-10-08 Thread tulipawn at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77821 --- Comment #7 from PeteVine --- The bug doesn't occur on an aarch64 system (built with gcc5): $ du ufo-arm64-gcc* 3312ufo-arm64-gcc5 3072ufo-arm64-gcc5-lto 3256ufo-arm64-gcc6 3056ufo-arm64-gcc6-lto 3288ufo-arm64-gcc7 3040

[Bug tree-optimization/77901] ICE in tree-sse-reassoc,c:2881

2016-10-08 Thread bernd.edlinger at hotmail dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77901 --- Comment #2 from Bernd Edlinger --- reproducer: cat min.c union internal_auxent { struct { union { long l; } x_tagndx; } x_sym; }; struct coff_symbol { int c_sclass; }; int complaint (); int decode_type (struct coff_symbol * cs,

[Bug driver/26686] ../../../gcc/libgfortran/mk-kinds-h.sh: Unknown type

2016-10-08 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26686 John David Anglin changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug c++/77896] Object vtable lookups are not hoisted out of loops

2016-10-08 Thread scovich at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77896 --- Comment #5 from Ryan Johnson --- In an ideal world, C++ would disallow such behavior by default, with a function attribute of some kind that flags cases where a type change might occur (kind of like how c++11 assumes `nothrow()` for

[Bug c++/77896] Object vtable lookups are not hoisted out of loops

2016-10-08 Thread scovich at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77896 --- Comment #4 from Ryan Johnson --- Yikes. That explains it, all right. I never would have thought of an object destroying itself and changing its type with placement new... I guess it must be subject to the same restrictions as `delete this`

[Bug tree-optimization/77902] New: Auto-vectorizes epilogue loops or manually vectorized functions

2016-10-08 Thread linux at carewolf dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77902 Bug ID: 77902 Summary: Auto-vectorizes epilogue loops or manually vectorized functions Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal

[Bug tree-optimization/77901] ICE in tree-sse-reassoc,c:2881

2016-10-08 Thread bernd.edlinger at hotmail dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77901 --- Comment #1 from Bernd Edlinger --- this seems to fix it: Index: gcc/tree-ssa-reassoc.c === --- gcc/tree-ssa-reassoc.c (revision 240867) +++ gcc/tree-ssa-reassoc.c

[Bug fortran/50892] Internal compiler error: in gimplify_expr, at gimplify.c:7477

2016-10-08 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50892 Dominique d'Humieres changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug tree-optimization/77901] New: ICE in tree-sse-reassoc,c:2881

2016-10-08 Thread bernd.edlinger at hotmail dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77901 Bug ID: 77901 Summary: ICE in tree-sse-reassoc,c:2881 Product: gcc Version: 7.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: tree-optimization

[Bug fortran/77900] Compile time errors/warning for IO statements appear wrong

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

[Bug target/71767] Endless stream of warnings when using GCC with -Wa,-q and Clang Integrated Assembler

2016-10-08 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71767 --- Comment #31 from Dominique d'Humieres --- Created attachment 39773 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=39773=edit Test adjustments required by the patches in comment 20