[Bug c++/65143] [C++11] missing devirtualization for virtual base in "final" classes

2015-03-14 Thread maltsevm at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65143 Mikhail Maltsev changed: What|Removed |Added CC||maltsevm at gmail dot com --- Comment

[Bug ipa/65432] New: [5 Regression] Invalid read of size 1: ipa_icf::sem_item_optimizer::merge_classes(unsigned int) (ipa-icf.c:2958)

2015-03-14 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65432 Bug ID: 65432 Summary: [5 Regression] Invalid read of size 1: ipa_icf::sem_item_optimizer::merge_classes(unsigned int) (ipa-icf.c:2958) Product: gcc Version: 5.0

[Bug middle-end/65431] New: [5 Regression] Invalid read of size 8 at 0x105DBBF8: delete_omp_context(unsigned long) (omp-low.c:1586)

2015-03-14 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65431 Bug ID: 65431 Summary: [5 Regression] Invalid read of size 8 at 0x105DBBF8: delete_omp_context(unsigned long) (omp-low.c:1586) Product: gcc Version: 5.0 Status: UNCONFIRM

[Bug c/65430] New: false negative of -Wsequence-point

2015-03-14 Thread chengniansun at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65430 Bug ID: 65430 Summary: false negative of -Wsequence-point Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c Assi

[Bug fortran/65429] ICE on implied-length character empty array constructor

2015-03-14 Thread fxcoudert at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65429 Francois-Xavier Coudert changed: What|Removed |Added Keywords||ice-on-valid-code

[Bug fortran/65428] ICE on nest array constructor

2015-03-14 Thread fxcoudert at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65428 Francois-Xavier Coudert changed: What|Removed |Added Keywords||ice-on-valid-code

[Bug fortran/65429] New: ICE on implied-length character empty array constructor

2015-03-14 Thread fxcoudert at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65429 Bug ID: 65429 Summary: ICE on implied-length character empty array constructor Product: gcc Version: 4.9.2 Status: UNCONFIRMED Severity: normal Priori

[Bug fortran/65428] New: Segfault on nest array constructor

2015-03-14 Thread fxcoudert at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65428 Bug ID: 65428 Summary: Segfault on nest array constructor Product: gcc Version: 4.9.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran

[Bug target/65414] [5 Regression] ICE while building libgcc after stage 2, bootstrap failure on aarch64-linux-gnu

2015-03-14 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65414 --- Comment #7 from Andrew Pinski --- There is some memory issue going on here. If I rebuild libcpp/expr.o manually and not from full build we get: cmp x14, xzr csetw22, ne cmp x19, xzr csetw0, ne

[Bug target/65414] [5 Regression] ICE while building libgcc after stage 2, bootstrap failure on aarch64-linux-gnu

2015-03-14 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65414 --- Comment #6 from Andrew Pinski --- I can reproduce this with the following options to configure: ../configure --prefix=/data/gcc-ubuntu --- CUT --- I am going to try a different base compiler to see what happens.

[Bug target/65413] inefficient code returning aggregates on powerpc64le

2015-03-14 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65413 Segher Boessenkool changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug tree-optimization/65426] Recognize byte-swaps when writing to buffers

2015-03-14 Thread fuz at fuz dot su
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65426 --- Comment #2 from Robert Clausecker --- I tried compiling this code (without static inline) on a trunk (r221432) gcc and it didn't recognize the pattern. Is there a pattern with the same effect that gets recognized?

[Bug tree-optimization/65427] New: ICE in emit_move_insn with wide vector types

2015-03-14 Thread solar-gcc at openwall dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65427 Bug ID: 65427 Summary: ICE in emit_move_insn with wide vector types Product: gcc Version: 4.9.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: tree

[Bug tree-optimization/65426] Recognize byte-swaps when writing to buffers

2015-03-14 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65426 --- Comment #1 from Andrew Pinski --- This one was implemented or maybe only where the load and stores happen.

[Bug tree-optimization/65426] New: Recognize byte-swaps when writing to buffers

2015-03-14 Thread fuz at fuz dot su
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65426 Bug ID: 65426 Summary: Recognize byte-swaps when writing to buffers Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: minor Priority: P3 Component: tree-op

[Bug c/65423] No warning on always-true/false predicates containing bitwise operations

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

[Bug tree-optimization/65425] New: code optimization leads to spurious FP exception

2015-03-14 Thread p.vanhoof at oma dot be
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65425 Bug ID: 65425 Summary: code optimization leads to spurious FP exception Product: gcc Version: 4.9.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug target/65414] [5 Regression] ICE while building libgcc after stage 2, bootstrap failure on aarch64-linux-gnu

2015-03-14 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65414 --- Comment #5 from Matthias Klose --- I see two different ICEs in the ARM32 build. ../../../src/libgcc/libgcc2.c: In function '__gcc_bcmp': ../../../src/libgcc/libgcc2.c:2086:1: internal compiler error: in iv_ca_delta_commit, at tree-ssa-loop-

[Bug target/65414] [5 Regression] ICE while building libgcc after stage 2, bootstrap failure on aarch64-linux-gnu

2015-03-14 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65414 --- Comment #4 from Matthias Klose --- still seen with r221436 Configured with: -v --with-pkgversion='Ubuntu 5-20150314-1ubuntu11' --with-bugurl='file:///usr/share/doc/gcc-5/README.Bugs' --enable-languages=c

[Bug tree-optimization/65424] New: gcc does not recognize byte swaps implemented as loop.

2015-03-14 Thread fuz at fuz dot su
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65424 Bug ID: 65424 Summary: gcc does not recognize byte swaps implemented as loop. Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Compone

[Bug fortran/61138] [4.8/4.9/5 Regression] Wrong code with pointer-bounds remapping

2015-03-14 Thread mikael at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61138 --- Comment #8 from Mikael Morin --- Author: mikael Date: Sat Mar 14 12:23:27 2015 New Revision: 221436 URL: https://gcc.gnu.org/viewcvs?rev=221436&root=gcc&view=rev Log: PR fortran/61138 fortran/ * trans-expr.c (gfc_trans_pointer_assign

[Bug target/65414] [5 Regression] ICE while building libgcc after stage 2, bootstrap failure on aarch64-linux-gnu

2015-03-14 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65414 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #3

[Bug target/65369] [5 Regression] nettle test failure on powerpc64le-linux-gnu when built with -O3

2015-03-14 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65369 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug target/65369] [5 Regression] nettle test failure on powerpc64le-linux-gnu when built with -O3

2015-03-14 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65369 --- Comment #37 from Jakub Jelinek --- Author: jakub Date: Sat Mar 14 09:56:39 2015 New Revision: 221435 URL: https://gcc.gnu.org/viewcvs?rev=221435&root=gcc&view=rev Log: PR tree-optimization/65369 * tree-vect-stmts.c (vectorizable_load

[Bug tree-optimization/65418] [5 Regression] vim miscompilation

2015-03-14 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65418 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug tree-optimization/65418] [5 Regression] vim miscompilation

2015-03-14 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65418 --- Comment #2 from Jakub Jelinek --- Author: jakub Date: Sat Mar 14 09:55:41 2015 New Revision: 221434 URL: https://gcc.gnu.org/viewcvs?rev=221434&root=gcc&view=rev Log: PR tree-optimization/65418 * tree-ssa-reassoc.c (extract_bit_test_

[Bug c/65423] New: No warning on always-true/false predicates containing bitwise operations

2015-03-14 Thread chengniansun at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65423 Bug ID: 65423 Summary: No warning on always-true/false predicates containing bitwise operations Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal

[Bug rtl-optimization/65401] [5 Regression] make_field_assignment broken for big-endian

2015-03-14 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65401 Jakub Jelinek changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug rtl-optimization/65401] [5 Regression] make_field_assignment broken for big-endian

2015-03-14 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65401 --- Comment #4 from Jakub Jelinek --- Author: jakub Date: Sat Mar 14 08:54:08 2015 New Revision: 221433 URL: https://gcc.gnu.org/viewcvs?rev=221433&root=gcc&view=rev Log: PR rtl-optimization/65401 * combine.c (rtx_equal_for_field_assignm