[Bug c++/87781] template disambiguator not after `::`, `.` or `->` is incorrectly accepted in an elaborated-type-specifier

2018-11-13 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87781 Marek Polacek changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[Bug libstdc++/86164] std::regex crashes when matching long lines

2018-11-13 Thread vz-gcc at zeitlins dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86164 Vadim Zeitlin changed: What|Removed |Added CC||vz-gcc at zeitlins dot org --- Comment #

[Bug tree-optimization/87898] [8/9 Regression] ICE in separate_decls_in_region_debug, at tree-parloops.c:961

2018-11-13 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87898 --- Comment #2 from Jakub Jelinek --- Author: jakub Date: Wed Nov 14 00:02:35 2018 New Revision: 266093 URL: https://gcc.gnu.org/viewcvs?rev=266093&root=gcc&view=rev Log: PR tree-optimization/87898 * omp-simd-clone.c (ipa_simd_mo

[Bug libstdc++/86164] std::regex crashes when matching long lines

2018-11-13 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86164 --- Comment #4 from Jonathan Wakely --- (In reply to Vadim Zeitlin from comment #3) > This makes std::regex simply unusable. Yes, because there are no uses with inputs below 27KiB.

[Bug libstdc++/86164] std::regex crashes when matching long lines

2018-11-13 Thread vz-gcc at zeitlins dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86164 --- Comment #5 from Vadim Zeitlin --- I obviously meant that it makes it unusable in my use case when I can't guarantee that the input is bounded by this (smallish) size.

[Bug rtl-optimization/87507] IRA unnecessarily uses non-volatile registers during register assignment

2018-11-13 Thread bergner at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87507 --- Comment #11 from Peter Bergner --- Author: bergner Date: Wed Nov 14 02:17:35 2018 New Revision: 266097 URL: https://gcc.gnu.org/viewcvs?rev=266097&root=gcc&view=rev Log: gcc/ PR rtl-optimization/87507 * lower-subreg.c (operan

[Bug rtl-optimization/87507] IRA unnecessarily uses non-volatile registers during register assignment

2018-11-13 Thread bergner at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87507 Peter Bergner changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/87656] Useful flags to enable with -Wall or -Wextra

2018-11-13 Thread hoganmeier at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87656 krux changed: What|Removed |Added CC||hoganmeier at gmail dot com --- Comment #3 from k

[Bug c++/45615] -Wshadow doesn't report class member shadowing

2018-11-13 Thread hoganmeier at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=45615 krux changed: What|Removed |Added CC||hoganmeier at gmail dot com --- Comment #2 from k

[Bug rtl-optimization/87718] [9 Regression] FAIL: gcc.target/i386/avx512dq-concatv2si-1.c

2018-11-13 Thread xuepeng.guo at intel dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87718 --- Comment #4 from Terry Guo --- (In reply to Uroš Bizjak from comment #2) > Following testcase: > > --cut here-- > typedef int V __attribute__((vector_size (8))); > > void foo (int x, int y) > { > register int a __asm ("xmm1"); > register

[Bug tree-optimization/66013] Missed optimization after inlining va_list parameter, -m32 case

2018-11-13 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66013 Eric Gallager changed: What|Removed |Added Keywords||patch --- Comment #8 from Eric Gallager

[Bug driver/61651] Cross compiler will use host as eroneously

2018-11-13 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61651 Eric Gallager changed: What|Removed |Added Keywords||build --- Comment #3 from Eric Gallager

[Bug c++/87656] Useful flags to enable with -Wall or -Wextra

2018-11-13 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87656 --- Comment #4 from Eric Gallager --- (In reply to krux from comment #3) > -Wshadow, at least the local variant, would indeed be really nice in -Wall > or at least -Wextra. The global one is still too noisy because of class > constructors: https:

[Bug c++/45615] -Wshadow doesn't report class member shadowing

2018-11-13 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=45615 Eric Gallager changed: What|Removed |Added Last reconfirmed|2010-09-09 16:31:17 |2018-11-13 CC|

[Bug c++/87656] Useful flags to enable with -Wall or -Wextra

2018-11-13 Thread hoganmeier at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87656 --- Comment #5 from krux --- I meant -Wshadow=local.

[Bug target/88013] New: can't vectorize rgb to grayscale conversion code

2018-11-13 Thread hoganmeier at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88013 Bug ID: 88013 Summary: can't vectorize rgb to grayscale conversion code Product: gcc Version: 7.2.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug target/88013] can't vectorize rgb to grayscale conversion code

2018-11-13 Thread hoganmeier at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88013 --- Comment #1 from krux --- Something like -march=armv8-a -mfpu=neon-fp-armv8 does not work either. https://godbolt.org/z/MpBQ0I

<    1   2