[Bug target/84711] AArch32 big-endian fails when taking subreg of a vector mode to a scalar mode.

2018-07-07 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84711 --- Comment #15 from Jakub Jelinek --- Author: jakub Date: Sat Jul 7 07:47:10 2018 New Revision: 262493 URL: https://gcc.gnu.org/viewcvs?rev=262493&root=gcc&view=rev Log: PR target/84711 * gcc.dg/vect/pr84711.c: Remove unnecessa

[Bug c++/86431] Legal code?

2018-07-07 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86431 Jonathan Wakely changed: What|Removed |Added Keywords||rejects-valid Status|UNCON

[Bug c++/86432] New: ICE on capture VLA by reference

2018-07-07 Thread tomilovanatoliy at yandex dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86432 Bug ID: 86432 Summary: ICE on capture VLA by reference Product: gcc Version: 9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assig

[Bug tree-optimization/86274] [7/8 Regression] SEGFAULT when logging std::to_string(NAN)

2018-07-07 Thread floop at floop dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86274 --- Comment #18 from Filip Matzner --- Thank you everyone. Your efficiency is breathtaking.

[Bug target/86383] [9 Regression] arm-netbsdelf cross compiler fails in selftests

2018-07-07 Thread coypu at sdf dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86383 coypu changed: What|Removed |Added CC||coypu at sdf dot org --- Comment #5 from coypu

[Bug libstdc++/86433] New: Shouldn't non const hashers also be allowed?

2018-07-07 Thread tiagomacarios at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86433 Bug ID: 86433 Summary: Shouldn't non const hashers also be allowed? Product: gcc Version: 9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libstd

[Bug tree-optimization/86434] New: early string folding defeats strlen optimization

2018-07-07 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86434 Bug ID: 86434 Summary: early string folding defeats strlen optimization Product: gcc Version: 9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: tr

[Bug tree-optimization/86434] early string folding defeats strlen optimization and -Warray-bounds

2018-07-07 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86434 Martin Sebor changed: What|Removed |Added Keywords||diagnostic, |

[Bug tree-optimization/86428] strlen of const array initialized with a string of the same length not folded

2018-07-07 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86428 Martin Sebor changed: What|Removed |Added Keywords||patch --- Comment #2 from Martin Sebor -