[Bug target/83822] trunk/gcc/config/rs6000/rs6000-string.c:970]: (style) Redundant condition

2019-03-27 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83822 Eric Gallager changed: What|Removed |Added Blocks||89863 --- Comment #6 from Eric Gallager

[Bug target/85968] gcc/config/arc/arc.c:9805: bad test ?

2019-03-27 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85968 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org --- Comment

[Bug target/85910] config/aarch64/aarch64.c:15653:12: warning: duplicated ‘if’ condition

2019-03-27 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85910 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org --- Comment

[Bug c/85608] ubsan in cse.c:2194

2019-03-27 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85608 Eric Gallager changed: What|Removed |Added CC||kenner at gcc dot gnu.org --- Comment #2

[Bug rtl-optimization/82338] valgrind error in inherit_in_ebb

2019-03-27 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82338 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org --- Comment

[Bug c/79022] trunk/gcc/gengtype.h: create_nested_ptr_option: decl & defn don't match ?

2019-03-27 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79022 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org --- Comment

[Bug c++/61339] add mismatch between struct and class [-Wmismatched-tags] to non-bugs

2019-03-27 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61339 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org

[Bug c++/70361] Obviously false code in if not detected

2019-03-27 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70361 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org S

[Bug target/79364] some variadic functions with an empty struct miscompiled with C++ (at least for x64 targets)

2019-03-27 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79364 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org S

[Bug libgcc/70800] libgcc/config/libbid/bid_binarydecimal.c: suspicious comparison ? (missed -Wtautological-compare)

2019-03-27 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70800 Eric Gallager changed: What|Removed |Added Keywords||diagnostic CC|

[Bug c++/33715] Suggest -Wmemleak warning for C++

2019-03-27 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=33715 --- Comment #5 from Eric Gallager --- (In reply to Jonathan Wakely from comment #3) > (In reply to comment #0) > > I would like to have a warning in C++ that warns about local variables > > assigned > > via operator new or operator new[], but th

[Bug other/89863] New: [meta-bug] Issues that cppcheck finds that gcc misses

2019-03-27 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89863 Bug ID: 89863 Summary: [meta-bug] Issues that cppcheck finds that gcc misses Product: gcc Version: 9.0 Status: UNCONFIRMED Keywords: diagnostic, meta-bug Severity: normal

[Bug target/88834] [SVE] Poor addressing mode choices for LD2 and ST2

2019-03-27 Thread kugan at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88834 kugan at gcc dot gnu.org changed: What|Removed |Added Attachment #45686|0 |1 is obsolete|

[Bug target/88834] [SVE] Poor addressing mode choices for LD2 and ST2

2019-03-27 Thread kugan at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88834 --- Comment #8 from kugan at gcc dot gnu.org --- (In reply to rsand...@gcc.gnu.org from comment #7) > Thanks for looking at this. > > (In reply to kugan from comment #6) > > cmp w3, 0 > > ble .L1 > > sub w3, w3, #1 > >

[Bug other/40789] fixincludes/fixincl.c: duplicate call to close ?

2019-03-27 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=40789 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org --- Comment

[Bug c++/84898] Fix-it hints for '.' vs '->'

2019-03-27 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84898 Eric Gallager changed: What|Removed |Added CC||tromey at gcc dot gnu.org --- Comment #5

[Bug c++/89854] diagnostic differences between misuse of "." and "->"

2019-03-27 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89854 Eric Gallager changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug pch/61250] Random pch failures on x86_64-apple-darwin1(3|4).

2019-03-27 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61250 Eric Gallager changed: What|Removed |Added See Also||https://gcc.gnu.org/bugzill

[Bug c++/89854] diagnostic differences between misuse of "." and "->"

2019-03-27 Thread asolokha at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89854 Arseny Solokha changed: What|Removed |Added CC||asolokha at gmx dot com --- Comment #2

[Bug rtl-optimization/89862] New: LTO bootstrap fails for ARM

2019-03-27 Thread kugan at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89862 Bug ID: 89862 Summary: LTO bootstrap fails for ARM Product: gcc Version: 9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: rtl-optimization

[Bug c++/89854] diagnostic differences between misuse of "." and "->"

2019-03-27 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89854 Eric Gallager changed: What|Removed |Added CC||dmalcolm at gcc dot gnu.org,

[Bug fortran/85537] [F08] Invalid memory reference at runtime when calling subroutine through procedure pointer

2019-03-27 Thread janus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85537 janus at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|--

[Bug fortran/39627] [meta-bug] Fortran 2008 support

2019-03-27 Thread janus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=39627 Bug 39627 depends on bug 85537, which changed state. Bug 85537 Summary: [F08] Invalid memory reference at runtime when calling subroutine through procedure pointer https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85537 What|Removed

[Bug fortran/85537] [F08] Invalid memory reference at runtime when calling subroutine through procedure pointer

2019-03-27 Thread janus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85537 --- Comment #22 from janus at gcc dot gnu.org --- Author: janus Date: Wed Mar 27 22:40:22 2019 New Revision: 269980 URL: https://gcc.gnu.org/viewcvs?rev=269980&root=gcc&view=rev Log: fix PR 85537 2019-03-27 Janus Weil PR fortran/8553

[Bug debug/68771] Darwin: PGO + LTO + multiple threads creates corrupted profile info.

2019-03-27 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68771 --- Comment #23 from Iain Sandoe --- (In reply to Daniel Vollmer from comment #22) > (In reply to Iain Sandoe from comment #21) > I've tried this same reproducer using g++-8.3.0, also pre-built (bottled) by > homebrew, on darwin18.2.0 (so the sa

[Bug debug/68771] Darwin: PGO + LTO + multiple threads creates corrupted profile info.

2019-03-27 Thread zerolo at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68771 --- Comment #22 from Daniel Vollmer --- (In reply to Iain Sandoe from comment #21) > > I rebuilt 7.4.0 locally just now (so in 10.14.4), and now I can no longer > > reproduce the problem. I'm not sure what could cause the difference, > > though.

[Bug target/88521] GCC from r266355 miscompiles x265 for mingw-w64 target

2019-03-27 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88521 Bug 88521 depends on bug 85667, which changed state. Bug 85667 Summary: ms_abi rules aren't followed when returning short structs with float values https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85667 What|Removed

[Bug target/85667] ms_abi rules aren't followed when returning short structs with float values

2019-03-27 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85667 Uroš Bizjak changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug rtl-optimization/89853] Regression of 525.x264_r at -O2 (and generic tuning) on AMD EPYC

2019-03-27 Thread bergner at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89853 --- Comment #3 from Peter Bergner --- I don't have access to that type of machine and honestly don't know the ISA well enough to know the differences between what runs well and what doesn't just by looking at the code. Can you point out some cod

[Bug target/85667] ms_abi rules aren't followed when returning short structs with float values

2019-03-27 Thread uros at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85667 --- Comment #8 from uros at gcc dot gnu.org --- Author: uros Date: Wed Mar 27 21:17:48 2019 New Revision: 269979 URL: https://gcc.gnu.org/viewcvs?rev=269979&root=gcc&view=rev Log: PR target/85667 * config/i386/i386.c (ix86_functio

[Bug debug/68771] Darwin: PGO + LTO + multiple threads creates corrupted profile info.

2019-03-27 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68771 Iain Sandoe changed: What|Removed |Added Status|WAITING |NEW --- Comment #21 from Iain Sandoe ---

[Bug c++/89861] New: g++-8: error: unrecognized command line option ‘-fsanitize’

2019-03-27 Thread jg at jguk dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89861 Bug ID: 89861 Summary: g++-8: error: unrecognized command line option ‘-fsanitize’ Product: gcc Version: 8.2.0 Status: UNCONFIRMED Severity: normal Pr

[Bug debug/68771] Darwin: PGO + LTO + multiple threads creates corrupted profile info.

2019-03-27 Thread zerolo at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68771 --- Comment #20 from Daniel Vollmer --- Interesting. The gcc-7.4.0 was the bottled (precompiled) version from homebrew, generated on Dec 7th 2018, so I assume it must've been built on 10.14.1 or 10.14.2. I rebuilt 7.4.0 locally just now (so in 1

[Bug fortran/77504] [7/8/9 Regression] "is used uninitialized" with allocatable string and array constructors

2019-03-27 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77504 --- Comment #16 from Thomas Koenig --- (In reply to Jeffrey A. Law from comment #15) > Based on c#14 this seems most likely like a Fortran FE issue, right? Certainly looks like it.

[Bug tree-optimization/81740] [7/8 Regression] wrong code at -O3 in both 32-bit and 64-bit modes on x86_64-linux-gnu

2019-03-27 Thread wschmidt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81740 Bug 81740 depends on bug 89834, which changed state. Bug 89834 Summary: New test case gcc.dg/vect/pr81740-2.c introduced in r269938 fails https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89834 What|Removed |Added -

[Bug testsuite/89834] New test case gcc.dg/vect/pr81740-2.c introduced in r269938 fails

2019-03-27 Thread wschmidt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89834 --- Comment #9 from Bill Schmidt --- Sorry, failed to format the checkin correctly: 2019-03-27 Bill Schmidt PR testsuite/89834 * gcc.dg/vect/pr81740-2.c: Require vect_hw_misalign. Committed as r269978.

[Bug testsuite/89834] New test case gcc.dg/vect/pr81740-2.c introduced in r269938 fails

2019-03-27 Thread wschmidt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89834 Bill Schmidt changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c++/89744] [8/9 Regression] ICE with specialization of nested template class

2019-03-27 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89744 Jason Merrill changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned a

[Bug c++/89831] [8 Regression] passing 'const ...' as 'this' argument discards qualifiers

2019-03-27 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89831 Jason Merrill changed: What|Removed |Added Summary|[8/9 Regression] passing|[8 Regression] passing

[Bug c++/89831] [8/9 Regression] passing 'const ...' as 'this' argument discards qualifiers

2019-03-27 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89831 --- Comment #2 from Jason Merrill --- Author: jason Date: Wed Mar 27 20:39:19 2019 New Revision: 269977 URL: https://gcc.gnu.org/viewcvs?rev=269977&root=gcc&view=rev Log: PR c++/89831 - error with qualified-id in const member function.

[Bug c++/89852] [9 Regression] ICE: unexpected expression of kind implicit_conv_expr

2019-03-27 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89852 --- Comment #3 from Marek Polacek --- struct A { int b; }; struct B { A g; }; const auto j = A{}; template void k() { B{j}; }

[Bug debug/68771] Darwin: PGO + LTO + multiple threads creates corrupted profile info.

2019-03-27 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68771 --- Comment #19 from Iain Sandoe --- (In reply to Daniel Vollmer from comment #18) > (In reply to Iain Sandoe from comment #17) > > hmm. this one is not repeating for me - please can you tell me: > > OS version and the svn rev (or GIT sha1) for t

[Bug other/89860] New: liboffloadmic/runtime/offload_target.cpp:332]: (style) Array index 'i' is used before limits check.

2019-03-27 Thread dcb314 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89860 Bug ID: 89860 Summary: liboffloadmic/runtime/offload_target.cpp:332]: (style) Array index 'i' is used before limits check. Product: gcc Version: 9.0 Status: UNCONFIRMED

[Bug debug/68771] Darwin: PGO + LTO + multiple threads creates corrupted profile info.

2019-03-27 Thread zerolo at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68771 --- Comment #18 from Daniel Vollmer --- (In reply to Iain Sandoe from comment #17) > hmm. this one is not repeating for me - please can you tell me: > OS version and the svn rev (or GIT sha1) for the version of 7 branch that > you're using? > (I

[Bug debug/68771] Darwin: PGO + LTO + multiple threads creates corrupted profile info.

2019-03-27 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68771 --- Comment #17 from Iain Sandoe --- (In reply to Daniel Vollmer from comment #16) > Created attachment 46038 [details] > reproducer for threading issue -fprofile-generate > > The attached example (see comments for command-lines) yields the foll

[Bug c++/89831] [8/9 Regression] passing 'const ...' as 'this' argument discards qualifiers

2019-03-27 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89831 Jason Merrill changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[Bug c++/89421] [9 Regression] ICE with lambda in template parameter list

2019-03-27 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89421 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug target/89827] [8 Regression] ICE: in convert_op, at config/i386/i386.c:2098 with -Os -maes

2019-03-27 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89827 Uroš Bizjak changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug middle-end/89859] Addition of __restrict generates worse assembly

2019-03-27 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89859 --- Comment #5 from Andrew Pinski --- (In reply to John Boyer from comment #4) > I see. Would you recommend using ARM for comparisons between different > assembly outputs to gauge which does more work? It depends. NOTE the output for x86_64 is

[Bug target/89827] [8 Regression] ICE: in convert_op, at config/i386/i386.c:2098 with -Os -maes

2019-03-27 Thread uros at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89827 --- Comment #5 from uros at gcc dot gnu.org --- Author: uros Date: Wed Mar 27 19:14:35 2019 New Revision: 269975 URL: https://gcc.gnu.org/viewcvs?rev=269975&root=gcc&view=rev Log: PR target/89827 * config/i386/i386.c (dimode_scala

[Bug middle-end/89859] Addition of __restrict generates worse assembly

2019-03-27 Thread john.boyer at tutanota dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89859 --- Comment #4 from John Boyer --- (In reply to Andrew Pinski from comment #3) > (In reply to John Boyer from comment #2) > > Hey, what did you use to obtain that assembly? Also, is there anyway to > > display this in godbolt instead of the CISC

[Bug debug/68771] Darwin: PGO + LTO + multiple threads creates corrupted profile info.

2019-03-27 Thread zerolo at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68771 --- Comment #16 from Daniel Vollmer --- Created attachment 46038 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=46038&action=edit reproducer for threading issue -fprofile-generate The attached example (see comments for command-lines) yield

[Bug middle-end/89859] Addition of __restrict generates worse assembly

2019-03-27 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89859 --- Comment #3 from Andrew Pinski --- (In reply to John Boyer from comment #2) > Hey, what did you use to obtain that assembly? Also, is there anyway to > display this in godbolt instead of the CISC notion? I have my own toolchain. But godbolt h

[Bug c++/89858] crash with libmpfr.so.6

2019-03-27 Thread hans.buchmann at fhnw dot ch
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89858 --- Comment #2 from Hans Buchmann --- Source from: MPFR Version 4.0.1 from https://www.mpfr.org made with: TC=where to install ${MPFR_SRC}/configure \ --prefix=${TC} \ --with-gmp=${TC} # ${MAKE} ${MAKE} install A fake link: libmpfr.so

[Bug middle-end/89859] Addition of __restrict generates worse assembly

2019-03-27 Thread john.boyer at tutanota dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89859 --- Comment #2 from John Boyer --- (In reply to Andrew Pinski from comment #1) > _ZN4test7computeEPi.isra.0: // non-restrict > .LFB2: > .cfi_startproc > ldr x3, [x0] > mov w4, 99 > ldr w2, [x0, 8] >

[Bug middle-end/89859] Addition of __restrict generates worse assembly

2019-03-27 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89859 Andrew Pinski changed: What|Removed |Added Target||x86_64-* Status|UNCONFIRMED

[Bug c++/89858] crash with libmpfr.so.6

2019-03-27 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89858 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug debug/68771] Darwin: PGO + LTO + multiple threads creates corrupted profile info.

2019-03-27 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68771 Iain Sandoe changed: What|Removed |Added Summary|Darwin: Profile guided |Darwin: PGO + LTO + |opt

[Bug c++/89859] New: Addition of __restrict generates worse assembly

2019-03-27 Thread john.boyer at tutanota dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89859 Bug ID: 89859 Summary: Addition of __restrict generates worse assembly Product: gcc Version: 9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++

[Bug c++/89858] New: crash with libmpfr.so.6

2019-03-27 Thread hans.buchmann at fhnw dot ch
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89858 Bug ID: 89858 Summary: crash with libmpfr.so.6 Product: gcc Version: 8.3.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: u

[Bug middle-end/89725] ICE in get_fnname_from_decl, at varasm.c:1723

2019-03-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89725 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug libstdc++/89855] Inconsistent global namespace overload sets from #include

2019-03-27 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89855 --- Comment #5 from Jonathan Wakely --- (In reply to Andrew Pinski from comment #4) > DR 456: PR6257 That's what established the status quo, which James referred to as "While may or may not declare functions in ::std::, and may or may not decl

[Bug c++/89241] [9 Regression] ICE in enclosing_instantiation_of, at cp/pt.c:13380

2019-03-27 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89241 --- Comment #5 from Jason Merrill --- Author: jason Date: Wed Mar 27 18:39:20 2019 New Revision: 269972 URL: https://gcc.gnu.org/viewcvs?rev=269972&root=gcc&view=rev Log: PR c++/89241 - ICE with lambda in template parameter list. We wer

[Bug libstdc++/89855] Inconsistent global namespace overload sets from #include

2019-03-27 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89855 --- Comment #4 from Andrew Pinski --- DR 456: PR6257

[Bug c++/77875] C++ core issue 1288

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

[Bug c++/77875] C++ core issue 1288

2019-03-27 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77875 Jonathan Wakely changed: What|Removed |Added CC||leni536 at gmail dot com --- Comment #

[Bug c++/89857] list-initialization of unnamed, non-const reference type

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

[Bug fortran/77504] [7/8/9 Regression] "is used uninitialized" with allocatable string and array constructors

2019-03-27 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77504 Jeffrey A. Law changed: What|Removed |Added CC||law at redhat dot com --- Comment #15 f

[Bug libstdc++/89855] Inconsistent global namespace overload sets from #include

2019-03-27 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89855 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/89857] New: list-initialization of unnamed, non-const reference type

2019-03-27 Thread leni536 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89857 Bug ID: 89857 Summary: list-initialization of unnamed, non-const reference type Product: gcc Version: 8.3.0 Status: UNCONFIRMED Severity: normal Prior

[Bug tree-optimization/87034] [9 Regression] missing -Wformat-overflow on a sprintf %s with a wide string

2019-03-27 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87034 Jeffrey A. Law changed: What|Removed |Added Priority|P3 |P2 CC|

[Bug target/86753] [9 Regression] gcc.target/aarch64/sve/vcond_[45].c fail after recent combine patch

2019-03-27 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86753 Jeffrey A. Law changed: What|Removed |Added Priority|P3 |P2

[Bug other/89856] `ld: warning: direct access to global weak symbol means the weak symbol cannot be overridden at runtime` using LTO with optimization and -fprofile-generate

2019-03-27 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89856 Iain Sandoe changed: What|Removed |Added Target||*-*-darwin* Status|UNCONFIRMED

[Bug middle-end/87489] [8/9 Regression] Spurious -Wnonnull warning

2019-03-27 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87489 Jeffrey A. Law changed: What|Removed |Added Priority|P3 |P2 CC|

[Bug rtl-optimization/88596] [9 Regression] ICE: Maximum number of LRA assignment passes is achieved (30)

2019-03-27 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88596 Jeffrey A. Law changed: What|Removed |Added Priority|P3 |P2

[Bug debug/68771] Darwin: Profile guided optimisation with cold sections and invalid symbol redefinition

2019-03-27 Thread zerolo at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68771 --- Comment #14 from Daniel Vollmer --- (In reply to Iain Sandoe from comment #13) > Please pick one - and make a new PR for the second (probably this stuff > is quite self-contained and could be split out) ... we can then retitle the > exis

[Bug other/89856] `ld: warning: direct access to global weak symbol means the weak symbol cannot be overridden at runtime` using LTO with optimization and -fprofile-generate

2019-03-27 Thread zerolo at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89856 --- Comment #1 from Daniel Vollmer --- Initial analysis from Iain Sandoe > OK (initial analysis). what we have is > > __ZGVZ19BroadcastFromMasterImEvPT_mE4bufs: > .space 8 > > > LPX0: > > > and then a reference to LPX0 in __GLOB

[Bug libstdc++/89855] Inconsistent global namespace overload sets from #include

2019-03-27 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89855 --- Comment #2 from Jonathan Wakely --- The same problem exists for ::div in , and for ::abs in both and . Calling ::abs(INT_MAX + 1LL) or abs(INT_MAX + 1LL) will overflow and so is undefined. Clang warns about this and suggests using std::abs

[Bug other/89856] New: `ld: warning: direct access to global weak symbol means the weak symbol cannot be overridden at runtime` using LTO with optimization and -fprofile-generate

2019-03-27 Thread zerolo at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89856 Bug ID: 89856 Summary: `ld: warning: direct access to global weak symbol means the weak symbol cannot be overridden at runtime` using LTO with optimization and -fprofile-generate

[Bug tree-optimization/88771] Misleading -Werror=array-bounds error

2019-03-27 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88771 Jeffrey A. Law changed: What|Removed |Added Priority|P3 |P2 Summary|[9 Regression] Mi

[Bug target/89835] The RISC-V target uses amoswap.w for relaxed stores

2019-03-27 Thread wilson at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89835 Jim Wilson changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/89833] [9 Regression] sorry, unimplemented: string literal in function template signature

2019-03-27 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89833 Martin Sebor changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned at

[Bug target/89557] [7/8/9 regression] 4*movq to 2*movaps IPC performance regression on znver1 with -Og

2019-03-27 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89557 Jeffrey A. Law changed: What|Removed |Added Priority|P3 |P2 CC|

[Bug rtl-optimization/89853] Regression of 525.x264_r at -O2 (and generic tuning) on AMD EPYC

2019-03-27 Thread jamborm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89853 --- Comment #2 from Martin Jambor --- Doh, yes, copy-paste error, sorry. The data should have been: FAST: Performance counter stats for 'numactl -C 0 -l specinvoke': 495413.105450 task-clock:u (msec) #0.999 CPUs utilized

[Bug debug/68771] Darwin: Profile guided optimisation with cold sections and invalid symbol redefinition

2019-03-27 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68771 --- Comment #13 from Iain Sandoe --- (In reply to Iain Sandoe from comment #12) > (In reply to Daniel Vollmer from comment #10) > > Created attachment 46036 [details] > > Example triggering "This was likely caused by different translation units >

[Bug tree-optimization/84053] [7/8/9 Regression] missing -Warray-bounds accessing a local array across inlined function boundaries

2019-03-27 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84053 Jeffrey A. Law changed: What|Removed |Added Priority|P3 |P2

[Bug rtl-optimization/87716] [9 Regression] FAIL: gcc.target/i386/pr57193.c scan-assembler-times movdqa 2

2019-03-27 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87716 Jeffrey A. Law changed: What|Removed |Added Priority|P3 |P2

[Bug rtl-optimization/87902] [9 Regression] Shrink-wrapping multiple conditions

2019-03-27 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87902 Jeffrey A. Law changed: What|Removed |Added Priority|P3 |P2 CC|

[Bug target/89399] [7/8/9 Regression] ICE: RTL check: expected code 'set', 'clobber' or 'clobber_high', have 'parallel' in combine_reaching_defs, at ree.c:783

2019-03-27 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89399 Jeffrey A. Law changed: What|Removed |Added Priority|P3 |P1

[Bug target/89400] [7/8/9 Regression] ICE: output_operand: invalid %-code with -march=armv6kz -mthumb -munaligned-access

2019-03-27 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89400 Jeffrey A. Law changed: What|Removed |Added Priority|P3 |P2 CC|

[Bug rtl-optimization/89435] [7/8/9 Regression] wrong code with -O1 -march=armv4 -fno-forward-propagate with __builtin_sub_overflow()

2019-03-27 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89435 Jeffrey A. Law changed: What|Removed |Added Priority|P3 |P1 CC|

[Bug tree-optimization/89499] [7/8/9 Regression] ICE in expand_UNIQUE, at internal-fn.c:2605

2019-03-27 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89499 Jeffrey A. Law changed: What|Removed |Added Priority|P3 |P2 CC|

[Bug regression/89733] [7/8/9 Regression] False positive -Wuninitialized in C++14+ mode

2019-03-27 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89733 Jeffrey A. Law changed: What|Removed |Added Priority|P3 |P2 CC|

[Bug rtl-optimization/89853] Regression of 525.x264_r at -O2 (and generic tuning) on AMD EPYC

2019-03-27 Thread bergner at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89853 --- Comment #1 from Peter Bergner --- Cut and paste error? The two data sets look the same to me...or am I missing something?

[Bug libstdc++/89855] Inconsistent global namespace overload sets from #include

2019-03-27 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89855 --- Comment #1 from Andrew Pinski --- I there is a related defect report against the c++ standard about this exact issue.

[Bug fortran/78377] [cleanup] gfc_get_tbp_symtree vs. gfc_get_sym_tree

2019-03-27 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78377 Dominique d'Humieres changed: What|Removed |Added Priority|P3 |P4 Severity|normal

[Bug fortran/78377] [cleanup] gfc_get_tbp_symtree vs. gfc_get_sym_tree

2019-03-27 Thread janus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78377 --- Comment #2 from janus at gcc dot gnu.org --- (In reply to Dominique d'Humieres from comment #1) > This kind of PRs is a nightmare when sorting the bug list. What do you mean by "this kind of PR"? And what is your problem with it? Do you have

[Bug rtl-optimization/89313] [9 Regression] ICE in process_alt_operands, at lra-constraints.c:2962

2019-03-27 Thread bergner at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89313 Peter Bergner changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug debug/68771] Darwin: Profile guided optimisation with cold sections and invalid symbol redefinition

2019-03-27 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68771 --- Comment #12 from Iain Sandoe --- (In reply to Daniel Vollmer from comment #10) > Created attachment 46036 [details] > Example triggering "This was likely caused by different translation units > being compiled with different visibility setting

[Bug fortran/89830] intrinsic repeat() is completely broken

2019-03-27 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89830 --- Comment #9 from Thomas Koenig --- Rather than create a new compiler option, it is possible to compile to an assembler file using -S, look for .ascii „bar/foo.f90\0“ and replace with a sed or perl script according to your specification (for ex

  1   2   >