[Bug rtl-optimization/94804] Failure to elide useless movs in 128-bit addition

2020-04-27 Thread glisse at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94804 Marc Glisse changed: What|Removed |Added Keywords||ra --- Comment #2 from Marc Glisse --- Gc

[Bug libstdc++/94811] Please make make_tuple noexcept when possible

2020-04-27 Thread glisse at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94811 Marc Glisse changed: What|Removed |Added Component|c++ |libstdc++ Severity|normal

[Bug tree-optimization/83403] Missed register promotion opportunities in loop

2020-04-27 Thread luoxhu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83403 luoxhu at gcc dot gnu.org changed: What|Removed |Added CC||luoxhu at gcc dot gnu.org ---

[Bug fortran/94788] [8/9 Regression] Severe regression leading to double free in tcache

2020-04-27 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94788 Thomas Koenig changed: What|Removed |Added Status|NEW |WAITING Blocks|

[Bug target/91614] [10 regression][arm] gcc.target/arm/unaligned-memcpy-2.c FAIL since r274986

2020-04-27 Thread edlinger at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91614 Bernd Edlinger changed: What|Removed |Added Ever confirmed|1 |0 Status|ASSIGNED

[Bug ipa/94472] 400.perlbench is slower when compiled at -O2 with both PGO and LTO on AMD Zen CPUs

2020-04-27 Thread edlinger at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94472 --- Comment #2 from Bernd Edlinger --- Martin, can you try to change the limits, maybe that is just a limit for inline expansions that is not right?

[Bug ipa/94472] 400.perlbench is slower when compiled at -O2 with both PGO and LTO on AMD Zen CPUs

2020-04-27 Thread edlinger at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94472 Bernd Edlinger changed: What|Removed |Added Last reconfirmed||2020-04-28 Ever confirmed|0

[Bug target/94812] New: ppc incorrect mffs-based emulation of mffsl

2020-04-27 Thread aoliva at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94812 Bug ID: 94812 Summary: ppc incorrect mffs-based emulation of mffsl Product: gcc Version: 10.0 URL: https://gcc.gnu.org/pipermail/gcc-patches/2020-April/5 44391.html

[Bug c++/94760] coroutines: mismatch between traits and promise parameter preview.

2020-04-27 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94760 --- Comment #1 from CVS Commits --- The master branch has been updated by Iain D Sandoe : https://gcc.gnu.org/g:f5edc76acac7bbadd8d1b00c4cc5994b2a088542 commit r10-8005-gf5edc76acac7bbadd8d1b00c4cc5994b2a088542 Author: Iain Sandoe Date: Tue

[Bug debug/94474] Incorrect DWARF range information for inlined function

2020-04-27 Thread bernd.edlinger at hotmail dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94474 --- Comment #9 from Bernd Edlinger --- Andrew, please update the reproducer, and explain in more detail what you would like to be changed. I still do not understand your idea. But I try hard to do so. Please be patient with me. Bernd.

[Bug c++/94759] coroutines: rejects traits specialisation with non-class returns.

2020-04-27 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94759 Iain Sandoe changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c++/94759] coroutines: rejects traits specialisation with non-class returns.

2020-04-27 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94759 --- Comment #1 from CVS Commits --- The master branch has been updated by Iain D Sandoe : https://gcc.gnu.org/g:b9c91b7f3279e23aed965c05197acf3b6f439f8d commit r10-8004-gb9c91b7f3279e23aed965c05197acf3b6f439f8d Author: Iain Sandoe Date: Tue

[Bug c++/94799] [8/9/10 Regression] Calling a member template function fails

2020-04-27 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94799 --- Comment #4 from Marek Polacek --- Another test, where the name after . isn't an injected-class-name: template struct B { void foo (); int i; }; template struct D : public B { }; template void fn (D d) { d.template B::foo (); d.temp

[Bug c++/94701] coroutines: Wrong code for structured bindings.

2020-04-27 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94701 Iain Sandoe changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug libstdc++/94810] std::cout segmentation fault in __attribute__((constructor)) function

2020-04-27 Thread gcasper42 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94810 --- Comment #2 from Geoffrey Casper --- I suppose that's a workaround, but there shouldn't be a seg fault in a libstdc++ header file.

[Bug c++/94701] coroutines: Wrong code for structured bindings.

2020-04-27 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94701 --- Comment #1 from CVS Commits --- The master branch has been updated by Iain D Sandoe : https://gcc.gnu.org/g:174b6f735019a11017284aaa23962cebd3943c99 commit r10-8002-g174b6f735019a11017284aaa23962cebd3943c99 Author: Iain Sandoe Date: Mon

[Bug c++/94811] New: Please make make_tuple noexcept when possible

2020-04-27 Thread rafael at espindo dot la
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94811 Bug ID: 94811 Summary: Please make make_tuple noexcept when possible Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: c

[Bug fortran/94788] [8/9 Regression] Severe regression leading to double free in tcache

2020-04-27 Thread juergen.reuter at desy dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94788 --- Comment #22 from Jürgen Reuter --- Ok, I stop shrinking the reproducer further down for the moment, let me know if you need more help. Thanks for your efforts.

[Bug libstdc++/94810] std::cout segmentation fault in __attribute__((constructor)) function

2020-04-27 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94810 --- Comment #1 from Jonathan Wakely --- Why can't you just use a global object with a constructor and destructor? That would get correctly ordered with respect to the std::ios_base::Init object that needs to be created before std::cout can be use

[Bug tree-optimization/94809] [8/9/10 Regression] Different results between gcc-9 and gcc-6

2020-04-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94809 --- Comment #4 from Jakub Jelinek --- Created attachment 48390 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=48390&action=edit gcc10-pr94809.patch Untested fix.

[Bug c/94809] [8/9/10 Regression] Different results between gcc-9 and gcc-6

2020-04-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94809 Jakub Jelinek changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[Bug fortran/94788] [8/9 Regression] Severe regression leading to double free in tcache

2020-04-27 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94788 kargl at gcc dot gnu.org changed: What|Removed |Added CC||kargl at gcc dot gnu.org --- C

[Bug fortran/94788] [8/9 Regression] Severe regression leading to double free in tcache

2020-04-27 Thread juergen.reuter at desy dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94788 --- Comment #20 from Jürgen Reuter --- Thanks a lot for reverting, Thomas, shall I further reduce the reproducer, or can you work with it now?

[Bug d/90719] libphobos.phobos_shared/std/file.d FAILs on 32-bit Solaris

2020-04-27 Thread ibuclaw at gdcproject dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90719 Iain Buclaw changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug d/90718] libphobos.phobos_shared/std/socket.d FAILs on 32-bit Solaris/SPARC

2020-04-27 Thread ibuclaw at gdcproject dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90718 Iain Buclaw changed: What|Removed |Added Resolution|--- |FIXED Status|UNCONFIRMED

[Bug d/90719] libphobos.phobos_shared/std/file.d FAILs on 32-bit Solaris

2020-04-27 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90719 --- Comment #6 from CVS Commits --- The releases/gcc-9 branch has been updated by Iain Buclaw : https://gcc.gnu.org/g:1f0eba390fb5f887874e37a1f626eeab4ad55a44 commit r9-8547-g1f0eba390fb5f887874e37a1f626eeab4ad55a44 Author: Iain Buclaw Date:

[Bug d/90718] libphobos.phobos_shared/std/socket.d FAILs on 32-bit Solaris/SPARC

2020-04-27 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90718 --- Comment #6 from CVS Commits --- The releases/gcc-9 branch has been updated by Iain Buclaw : https://gcc.gnu.org/g:253b6edd2fc3499f1f2bd0f2d55cd47f852cfa09 commit r9-8548-g253b6edd2fc3499f1f2bd0f2d55cd47f852cfa09 Author: Iain Buclaw Date:

[Bug target/94780] [8/9 Regression] ICE in walk_body at gcc/tree-nested.c:713 since r6-3632-gf6f69fb09c5f81df

2020-04-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94780 Jakub Jelinek changed: What|Removed |Added Summary|[8/9/10 Regression] ICE in |[8/9 Regression] ICE in

[Bug fortran/94788] [8/9 Regression] Severe regression leading to double free in tcache

2020-04-27 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94788 Thomas Koenig changed: What|Removed |Added Version|10.0|9.3.1 Summary|[10 Regression]

[Bug fortran/93956] Wrong array creation with p => array_dt(1:n)%component

2020-04-27 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93956 Thomas Koenig changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Bug fortran/93956] Wrong array creation with p => array_dt(1:n)%component

2020-04-27 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93956 --- Comment #14 from CVS Commits --- The master branch has been updated by Thomas Kथà¤nig : https://gcc.gnu.org/g:d8df7c404e233abb1e26d8b8370c460732904531 commit r10-8001-gd8df7c404e233abb1e26d8b8370c460732904531 Author: Thomas Koenig Date:

[Bug fortran/94788] [10 Regression] Severe regression leading to double free in tcache

2020-04-27 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94788 --- Comment #18 from CVS Commits --- The master branch has been updated by Thomas Kथà¤nig : https://gcc.gnu.org/g:d8df7c404e233abb1e26d8b8370c460732904531 commit r10-8001-gd8df7c404e233abb1e26d8b8370c460732904531 Author: Thomas Koenig Date:

[Bug libstdc++/94810] New: std::cout segmentation fault in __attribute__((constructor)) function

2020-04-27 Thread gcasper42 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94810 Bug ID: 94810 Summary: std::cout segmentation fault in __attribute__((constructor)) function Product: gcc Version: 9.3.0 Status: UNCONFIRMED Severity: normal

[Bug fortran/94788] [10 Regression] Severe regression leading to double free in tcache

2020-04-27 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94788 Thomas Koenig changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug d/90719] libphobos.phobos_shared/std/file.d FAILs on 32-bit Solaris

2020-04-27 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90719 --- Comment #5 from CVS Commits --- The master branch has been updated by Iain Buclaw : https://gcc.gnu.org/g:6dffa67b46dc2d4deb25951f8b17e823f559cf3a commit r10-8000-g6dffa67b46dc2d4deb25951f8b17e823f559cf3a Author: Iain Buclaw Date: Mon Ap

[Bug d/90718] libphobos.phobos_shared/std/socket.d FAILs on 32-bit Solaris/SPARC

2020-04-27 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90718 --- Comment #5 from CVS Commits --- The master branch has been updated by Iain Buclaw : https://gcc.gnu.org/g:6dffa67b46dc2d4deb25951f8b17e823f559cf3a commit r10-8000-g6dffa67b46dc2d4deb25951f8b17e823f559cf3a Author: Iain Buclaw Date: Mon Ap

[Bug d/90718] libphobos.phobos_shared/std/socket.d FAILs on 32-bit Solaris/SPARC

2020-04-27 Thread ibuclaw at gdcproject dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90718 --- Comment #4 from Iain Buclaw --- Patch is in upstream, syncing it down to gdc. https://github.com/dlang/druntime/pull/3071

[Bug d/90719] libphobos.phobos_shared/std/file.d FAILs on 32-bit Solaris

2020-04-27 Thread ibuclaw at gdcproject dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90719 --- Comment #4 from Iain Buclaw --- Patch is in upstream, syncing it down to gdc. https://github.com/dlang/druntime/pull/3072

[Bug target/94780] [8/9/10 Regression] ICE in walk_body at gcc/tree-nested.c:713 since r6-3632-gf6f69fb09c5f81df

2020-04-27 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94780 --- Comment #5 from CVS Commits --- The master branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:9b8e9006bb35641865358e2df4f6b3ae185b239a commit r10-7999-g9b8e9006bb35641865358e2df4f6b3ae185b239a Author: Jakub Jelinek Date: Mo

[Bug c++/79585] spurious -Wunused-variable on a pointer with attribute unused in function template

2020-04-27 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79585 --- Comment #3 from CVS Commits --- The master branch has been updated by Jason Merrill : https://gcc.gnu.org/g:5f1cd1da1a805c3d00332da45c3ab78a3931af63 commit r10-7998-g5f1cd1da1a805c3d00332da45c3ab78a3931af63 Author: Jason Merrill Date: Mo

[Bug c++/90750] [9/10 Regression] ICE in cp_default_conversion, at cp/typeck.c:2162

2020-04-27 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90750 --- Comment #4 from CVS Commits --- The master branch has been updated by Jason Merrill : https://gcc.gnu.org/g:5f1cd1da1a805c3d00332da45c3ab78a3931af63 commit r10-7998-g5f1cd1da1a805c3d00332da45c3ab78a3931af63 Author: Jason Merrill Date: Mo

[Bug c++/94772] [10 Regression] constructing constexpr variables fail with delegated constexpr constructors

2020-04-27 Thread ppalka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94772 Patrick Palka changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[Bug c++/94772] [10 Regression] constructing constexpr variables fail with delegated constexpr constructors

2020-04-27 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94772 --- Comment #3 from CVS Commits --- The master branch has been updated by Patrick Palka : https://gcc.gnu.org/g:64da1b761db248f4f0d2235a6055c025fbbc94eb commit r10-7996-g64da1b761db248f4f0d2235a6055c025fbbc94eb Author: Patrick Palka Date: Mo

[Bug fortran/94788] [10 Regression] Severe regression leading to double free in tcache

2020-04-27 Thread juergen.reuter at desy dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94788 --- Comment #16 from Jürgen Reuter --- Created attachment 48388 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=48388&action=edit 2nd reproducer, down to 800 kb Now you can do just ./whizard_check to run the test.

[Bug c++/79585] spurious -Wunused-variable on a pointer with attribute unused in function template

2020-04-27 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79585 Jason Merrill changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |jason at gcc dot gnu.org Target

[Bug c/94809] [8/9/10 Regression] Different results between gcc-9 and gcc-6

2020-04-27 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94809 Jonathan Wakely changed: What|Removed |Added CC||amonakov at gcc dot gnu.org --- Commen

[Bug c/94809] [8/9/10 Regression] Different results between gcc-9 and gcc-6

2020-04-27 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94809 --- Comment #1 from Jonathan Wakely --- With -fsanitize=undefined the result is correct.

[Bug c/94809] [8/9/10 Regression] Different results between gcc-9 and gcc-6

2020-04-27 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94809 Jonathan Wakely changed: What|Removed |Added Keywords||wrong-code Known to work|

[Bug c/94809] New: Different results between gcc-9 and gcc-6

2020-04-27 Thread k.even-mendoza at imperial dot ac.uk
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94809 Bug ID: 94809 Summary: Different results between gcc-9 and gcc-6 Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: c

[Bug rtl-optimization/94804] Failure to elide useless movs in 128-bit addition

2020-04-27 Thread gabravier at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94804 --- Comment #1 from Gabriel Ravier --- For subtraction, it's even worse. using i128 = __int128; i128 sub128(i128 a, i128 b) { return a - b; } results in sub128(__int128, __int128): mov rax, rdi sub rax, rdx sbb rsi, rcx mov rdx,

[Bug fortran/94788] [10 Regression] Severe regression leading to double free in tcache

2020-04-27 Thread juergen.reuter at desy dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94788 --- Comment #15 from Jürgen Reuter --- Wow, I have a first version, finally.

[Bug fortran/94788] [10 Regression] Severe regression leading to double free in tcache

2020-04-27 Thread juergen.reuter at desy dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94788 --- Comment #14 from Jürgen Reuter --- Created attachment 48387 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=48387&action=edit Reproducer, first try

[Bug fortran/94788] [10 Regression] Severe regression leading to double free in tcache

2020-04-27 Thread juergen.reuter at desy dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94788 --- Comment #13 from Jürgen Reuter --- I will submit a reproducer, unpack it, do 'make', then execute ./whizard_test --check simulations. Still trying to get this below 1 MB. :( In case you cannot fix this, please, Thomas, please, revert this. Th

[Bug rtl-optimization/94795] Failure to use fast sbb method on x86 for spreading any set bit to all bits

2020-04-27 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94795 Uroš Bizjak changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned at

[Bug c++/94808] New: [ICE] [Regression] Segfault during diagnostics from concept check failure

2020-04-27 Thread eric.niebler at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94808 Bug ID: 94808 Summary: [ICE] [Regression] Segfault during diagnostics from concept check failure Product: gcc Version: 10.0 Status: UNCONFIRMED Severity: normal

[Bug libbacktrace/66570] libbacktrace is not installed

2020-04-27 Thread ian at airs dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66570 --- Comment #4 from Ian Lance Taylor --- Probably it makes sense to ask on g...@gcc.gnu.org about whether libbacktrace should be installed when installing GCC. Yes, what you describe should work. Note that in the general case libbacktrace must

[Bug c++/94807] Inconsistency in lambda instantiation

2020-04-27 Thread nathan at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94807 Nathan Sidwell changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Assignee|unassigned

[Bug c++/94807] New: Inconsistency in lambda instantiation

2020-04-27 Thread nathan at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94807 Bug ID: 94807 Summary: Inconsistency in lambda instantiation Product: gcc Version: 10.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++

[Bug rtl-optimization/94796] Failure to reuse flags from substraction

2020-04-27 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94796 --- Comment #2 from Andrew Pinski --- I think this is a dup of bug 3507.

[Bug demangler/94797] libiberty doesn't demangle spaceship operator

2020-04-27 Thread matt at godbolt dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94797 --- Comment #3 from Matt Godbolt --- Thanks so much!

[Bug fortran/94788] [10 Regression] Severe regression leading to double free in tcache

2020-04-27 Thread juergen.reuter at desy dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94788 --- Comment #12 from Jürgen Reuter --- fuck, sdill too big :(

[Bug fortran/94788] [10 Regression] Severe regression leading to double free in tcache

2020-04-27 Thread juergen.reuter at desy dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94788 --- Comment #11 from Jürgen Reuter --- (In reply to Thomas Koenig from comment #10) > (In reply to Richard Biener from comment #3) > > Can you maybe bisect this to a specific (fortran) commit in GCC? > > Richard, when is the last time (presumabl

[Bug c++/94799] [8/9/10 Regression] Calling a member template function fails

2020-04-27 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94799 --- Comment #3 from Marek Polacek --- Here we have "p->template A::a()" but cp_parser_expression only parses the "p->template A" part, so we complain that a ; isn't following. It's because cp_parser_template_name now considers the object scope:

[Bug middle-end/92830] -fdiagnostics-url shows the wrong URL for warnings which are not in 'gcc' but e.g. in 'gfortran'

2020-04-27 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92830 David Malcolm changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug middle-end/92830] -fdiagnostics-url shows the wrong URL for warnings which are not in 'gcc' but e.g. in 'gfortran'

2020-04-27 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92830 --- Comment #5 from CVS Commits --- The master branch has been updated by David Malcolm : https://gcc.gnu.org/g:fa29cf0c3f19b648e30b16fd2485c3c17a528a6e commit r10-7994-gfa29cf0c3f19b648e30b16fd2485c3c17a528a6e Author: David Malcolm Date: Th

[Bug demangler/94797] libiberty doesn't demangle spaceship operator

2020-04-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94797 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Target Milestone|---

[Bug c++/94775] [8/9/10 Regression] ICE in strip_typedefs, at cp/tree.c:1734 since r8-4668-g8a5ee94a082b3d48

2020-04-27 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94775 Martin Sebor changed: What|Removed |Added CC||mpolacek at gcc dot gnu.org Comp

[Bug demangler/94797] libiberty doesn't demangle spaceship operator

2020-04-27 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94797 --- Comment #1 from CVS Commits --- The master branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:76458c912b0cdda59e094fa64b98aea9ffee214a commit r10-7993-g76458c912b0cdda59e094fa64b98aea9ffee214a Author: Jakub Jelinek Date: Mo

[Bug rtl-optimization/94740] ICE on testsuite/gcc.dg/sso/t5.c with -mcpu=future -mpcrel -O1

2020-04-27 Thread bergner at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94740 Peter Bergner changed: What|Removed |Added CC||segher at gcc dot gnu.org Compo

[Bug fortran/94788] [10 Regression] Severe regression leading to double free in tcache

2020-04-27 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94788 --- Comment #10 from Thomas Koenig --- (In reply to Richard Biener from comment #3) > Can you maybe bisect this to a specific (fortran) commit in GCC? Richard, when is the last time (presumably) that either a fix can go in or the patch can be re

[Bug libstdc++/94805] variant hash algorithm is collision-prone

2020-04-27 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94805 Jonathan Wakely changed: What|Removed |Added Last reconfirmed||2020-04-27 Ever confirmed|0

[Bug rtl-optimization/94806] New: Failure to optimize unary minus for 128-bit operand

2020-04-27 Thread gabravier at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94806 Bug ID: 94806 Summary: Failure to optimize unary minus for 128-bit operand Product: gcc Version: 10.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component

[Bug fortran/94769] Possible use of uninitialized variable num

2020-04-27 Thread stefansf at linux dot ibm.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94769 --- Comment #7 from Stefan Schulze Frielinghaus --- Since gfc_resolve_dt is a non-static function we cannot assume anything about argument DT. Argument DT gets passed to function check_io_constraints which passes values depending on DT, namely

[Bug libstdc++/94805] New: variant hash algorithm is collision-prone

2020-04-27 Thread charlie at charliedyson dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94805 Bug ID: 94805 Summary: variant hash algorithm is collision-prone Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: libst

[Bug libbacktrace/66570] libbacktrace is not installed

2020-04-27 Thread abr...@dar-clan.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66570 --- Comment #3 from Soeren A. --- Thanks for your response, Ian. Do you know how the GCC release managers can be asked for their stance regarding this? I would assume that they're not CC'ed on this bug report and I'm not familiar enough with the

[Bug fortran/94769] Possible use of uninitialized variable num

2020-04-27 Thread sgk at troutmask dot apl.washington.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94769 --- Comment #6 from Steve Kargl --- On Mon, Apr 27, 2020 at 05:12:50PM +, tkoenig at gcc dot gnu.org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94769 > > Thomas Koenig changed: > >What|Removed

[Bug fortran/94788] [10 Regression] Severe regression leading to double free in tcache

2020-04-27 Thread juergen.reuter at desy dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94788 --- Comment #9 from Jürgen Reuter --- (In reply to Thomas Koenig from comment #8) > I'd like to understand what went wrong here... I suspect that > the fix exposed another bug somewhere :-( > > Is it possible to isolate a test case like that? I

[Bug rtl-optimization/94795] Failure to use fast sbb method on x86 for spreading any set bit to all bits

2020-04-27 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94795 --- Comment #3 from Uroš Bizjak --- (In reply to Gabriel Ravier from comment #2) > Also, I can also provide this a very similar function for which such an This optimization could be implemented with a simple combine splitter: --cut here-- diff

[Bug fortran/94788] [10 Regression] Severe regression leading to double free in tcache

2020-04-27 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94788 --- Comment #8 from Thomas Koenig --- I'd like to understand what went wrong here... I suspect that the fix exposed another bug somewhere :-( Is it possible to isolate a test case like that? If that is the offending patch, I think it is probabl

[Bug tree-optimization/94775] [8/9/10 Regression] ICE in strip_typedefs, at cp/tree.c:1734 since r8-4668-g8a5ee94a082b3d48

2020-04-27 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94775 --- Comment #4 from Martin Sebor --- The assertion was introduced in a fix for PR79900 by the commit below: g:423aec8b5756 1734) if (TYPE_USER_ALIGN (t) != TYPE_USER_ALIGN (result) g:423aec8b5756 1735)|| TYPE_ALIGN (t) != TYPE_ALIG

[Bug tree-optimization/94775] [8/9/10 Regression] ICE in strip_typedefs, at cp/tree.c:1734 since r8-4668-g8a5ee94a082b3d48

2020-04-27 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94775 --- Comment #3 from Martin Sebor --- The full stack trace shows the ICE occurs while formatting the text of a warning. strip_typedefs is being called while formatting the type of an array of d and when assertion below fires: if (TYPE_USER

[Bug libbacktrace/66570] libbacktrace is not installed

2020-04-27 Thread ian at airs dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66570 --- Comment #2 from Ian Lance Taylor --- I personally am not going to make the decision as to whether GCC should install libbacktrace. That is up to the GCC release managers. Most projects that want to use libbacktrace separately from GCC are u

[Bug target/94697] aarch64: bti j at function start instead of bti c

2020-04-27 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94697 --- Comment #4 from CVS Commits --- The master branch has been updated by Szabolcs Nagy : https://gcc.gnu.org/g:562bfb1f0e64aa6398bdf4baa0a8b205f4b617ab commit r10-7992-g562bfb1f0e64aa6398bdf4baa0a8b205f4b617ab Author: Szabolcs Nagy Date: Mo

[Bug fortran/94769] Possible use of uninitialized variable num

2020-04-27 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94769 Thomas Koenig changed: What|Removed |Added CC||tkoenig at gcc dot gnu.org --- Comment #

[Bug fortran/94788] [10 Regression] Severe regression leading to double free in tcache

2020-04-27 Thread simon.brass at desy dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94788 --- Comment #7 from Simon Braß --- (In reply to Simon Braß from comment #6) > (In reply to Richard Biener from comment #3) > > Can you maybe bisect this to a specific (fortran) commit in GCC? > > FYI, I'm hooking up with the bisect (I'm a collea

[Bug bootstrap/94739] GCC won't build on CET enabled Linux OS

2020-04-27 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94739 --- Comment #10 from H.J. Lu --- (In reply to Manfred Schwarb from comment #9) > Patch seems to work so far. Do you need any logfiles? No need for it.

[Bug target/94743] IRQ handler doesn't save scratch VFP registers

2020-04-27 Thread clyon at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94743 --- Comment #2 from Christophe Lyon --- I have a preliminary patch which generates: vpush.64{d0, d1, d2, d3, d4, d5, d6, d7} vpush.64{d16, d17, d18, d19, d20, d21, d22, d23, d24, d25, d26, d27, d28, d29, d30, d31}

[Bug fortran/94578] Incorrect assignment of RESHAPE() result to a Fortran pointer

2020-04-27 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94578 Thomas Koenig changed: What|Removed |Added See Also||https://gcc.gnu.org/bugzill

[Bug fortran/93114] Use span passing components of derived types

2020-04-27 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93114 Thomas Koenig changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Ever confirmed|0

[Bug tree-optimization/94774] Uninitialized variable retval in function try_substitute_return_value

2020-04-27 Thread stefansf at linux dot ibm.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94774 --- Comment #2 from Stefan Schulze Frielinghaus --- (In reply to Martin Sebor from comment #1) > Moving the guard up would suppress the dump output in the "unsafe" case so I > don't think that's what we want. OTOH, ether initializing the array,

[Bug rtl-optimization/94804] New: Failure to elide useless movs in 128-bit addition

2020-04-27 Thread gabravier at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94804 Bug ID: 94804 Summary: Failure to elide useless movs in 128-bit addition Product: gcc Version: 10.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug other/94797] libiberty doesn't demangle spaceship operator

2020-04-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94797 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Assignee|unassigned a

[Bug c++/94799] [8/9/10 Regression] Regression] Calling a member template function fails

2020-04-27 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94799 Richard Biener changed: What|Removed |Added Priority|P3 |P2

[Bug libbacktrace/66570] libbacktrace is not installed

2020-04-27 Thread abr...@dar-clan.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66570 Soeren A. changed: What|Removed |Added CC||abr...@dar-clan.de --- Comment #1 from Soere

[Bug c++/94803] wrong class name in error message

2020-04-27 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94803 Marek Polacek changed: What|Removed |Added Keywords||diagnostic Ever confirmed|0

[Bug fortran/94769] Possible use of uninitialized variable num

2020-04-27 Thread sgk at troutmask dot apl.washington.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94769 --- Comment #4 from Steve Kargl --- On Mon, Apr 27, 2020 at 06:27:25AM +, stefansf at linux dot ibm.com wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94769 > > --- Comment #3 from Stefan Schulze Frielinghaus ibm.com> --- > Since one

[Bug c++/94803] New: wrong class name in error message

2020-04-27 Thread f.heckenb...@fh-soft.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94803 Bug ID: 94803 Summary: wrong class name in error message Product: gcc Version: 9.1.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ A

[Bug c++/94799] [8/9/10 Regression] Regression] Calling a member template function fails

2020-04-27 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94799 --- Comment #2 from Marek Polacek --- Relevant threads: https://gcc.gnu.org/pipermail/gcc-patches/2017-June/478011.html https://gcc.gnu.org/pipermail/gcc-patches/2017-June/478247.html

[Bug c++/94799] [8/9/10 Regression] Regression] Calling a member template function fails

2020-04-27 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94799 Marek Polacek changed: What|Removed |Added Known to work||6.4.0 CC|

[Bug rtl-optimization/94795] Failure to use fast sbb method on x86 for spreading any set bit to all bits

2020-04-27 Thread gabravier at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94795 --- Comment #2 from Gabriel Ravier --- Also, I can also provide this a very similar function for which such an optimization could be helpful : int f(int x) { return -(x == 0); } LLVM optimises that function to this : f(int): cmp edi, 1

  1   2   3   >