[Bug target/94504] On powerpc, -ffunction-sections -fdata-sections is not as effective as expected for PIE executables.

2020-04-07 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94504 Richard Biener changed: What|Removed |Added CC||amodra at gcc dot gnu.org --- Comment #

[Bug target/94509] wrong code with -mavx512bw and __builtin_shuffle()

2020-04-07 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94509 Jakub Jelinek changed: What|Removed |Added Ever confirmed|0 |1 CC|

[Bug target/61837] missed loop invariant expression optimization

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

[Bug d/94425] [D] Consider always settings ASM_VOLATILE_P on asm statements

2020-04-07 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94425 --- Comment #4 from CVS Commits --- The master branch has been updated by Iain Buclaw : https://gcc.gnu.org/g:30d26118f96fa542ee078834bc3cb4eef6730451 commit r10-7583-g30d26118f96fa542ee078834bc3cb4eef6730451 Author: Iain Buclaw Date: Tue Ma

[Bug target/94488] [AArch64] ICE on right shift of V2DImode by DImode shift

2020-04-07 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94488 --- Comment #5 from CVS Commits --- The master branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:7a6588fe65432c0f1a8b5fdefba81700ebf88711 commit r10-7584-g7a6588fe65432c0f1a8b5fdefba81700ebf88711 Author: Jakub Jelinek Date: Tu

[Bug c++/94510] New: nullptr_t implicitly cast to zero twice in std::array

2020-04-07 Thread kndevl at outlook dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94510 Bug ID: 94510 Summary: nullptr_t implicitly cast to zero twice in std::array Product: gcc Version: 9.3.0 Status: UNCONFIRMED Severity: normal Priority: P3 Compon

[Bug c++/94510] nullptr_t implicitly cast to zero twice in std::array

2020-04-07 Thread kndevl at outlook dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94510 --- Comment #1 from Karthik Nishanth --- Created attachment 48218 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=48218&action=edit preprocessed source for bug.cpp

[Bug c++/94510] nullptr_t implicitly cast to zero twice in std::array

2020-04-07 Thread kndevl at outlook dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94510 --- Comment #3 from Karthik Nishanth --- Created attachment 48220 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=48220&action=edit complete command line invocations

[Bug c++/94510] nullptr_t implicitly cast to zero twice in std::array

2020-04-07 Thread kndevl at outlook dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94510 --- Comment #2 from Karthik Nishanth --- Created attachment 48219 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=48219&action=edit bug.cpp

[Bug c++/94510] nullptr_t implicitly cast to zero twice in std::array

2020-04-07 Thread kndevl at outlook dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94510 --- Comment #5 from Karthik Nishanth --- Created attachment 48222 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=48222&action=edit machine type

[Bug c++/94510] nullptr_t implicitly cast to zero twice in std::array

2020-04-07 Thread kndevl at outlook dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94510 --- Comment #4 from Karthik Nishanth --- Created attachment 48221 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=48221&action=edit gcc version string

[Bug c++/94510] nullptr_t implicitly cast to zero twice in std::array

2020-04-07 Thread kndevl at outlook dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94510 --- Comment #6 from Karthik Nishanth --- Created attachment 48223 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=48223&action=edit not a bug

[Bug c++/94510] nullptr_t implicitly cast to zero twice in std::array

2020-04-07 Thread kndevl at outlook dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94510 --- Comment #7 from Karthik Nishanth --- Created attachment 48224 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=48224&action=edit not a bug, preprocessed

[Bug target/94509] wrong code with -mavx512bw and __builtin_shuffle()

2020-04-07 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94509 --- Comment #1 from Jakub Jelinek --- Created attachment 48225 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=48225&action=edit gcc10-pr94509.patch Untested fix. The if (vmode == V32QImode) { /* vpshufb

[Bug c++/94511] New: User-defined type in non-type template parameter yields an incorrect value

2020-04-07 Thread pacoarjonilla at yahoo dot es
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94511 Bug ID: 94511 Summary: User-defined type in non-type template parameter yields an incorrect value Product: gcc Version: 10.0 Status: UNCONFIRMED Severity: norma

[Bug c++/94512] New: [10 Regression] ICE in tsubst_expr, at cp/pt.c:18210

2020-04-07 Thread asolokha at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94512 Bug ID: 94512 Summary: [10 Regression] ICE in tsubst_expr, at cp/pt.c:18210 Product: gcc Version: 10.0 Status: UNCONFIRMED Keywords: error-recovery, ice-on-invalid-code, openmp

[Bug c++/94511] User-defined type in non-type template parameter yields an incorrect value

2020-04-07 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94511 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #1

[Bug c++/94512] [10 Regression] ICE in tsubst_expr, at cp/pt.c:18210

2020-04-07 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94512 Richard Biener changed: What|Removed |Added Priority|P3 |P4 Target Milestone|---

[Bug c++/94511] User-defined type in non-type template parameter yields an incorrect value

2020-04-07 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94511 Jakub Jelinek changed: What|Removed |Added Ever confirmed|0 |1 Last reconfirmed|

[Bug c++/94511] User-defined type in non-type template parameter yields an incorrect value

2020-04-07 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94511 --- Comment #3 from Jakub Jelinek --- Note, the testcase isn't portable, so either would need to be restricted for ascii compatible execution charsets only, or the check would need to be replaced with i == ('*' / 8) ? 1U << ('*' % 8) : 0 (and dea

[Bug go/94513] New: [10 Regression] go buildid and cgo tools require symbols in GLIBC_PRIVATE namespace

2020-04-07 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94513 Bug ID: 94513 Summary: [10 Regression] go buildid and cgo tools require symbols in GLIBC_PRIVATE namespace Product: gcc Version: 10.0 Status: UNCONFIRMED Severi

[Bug go/94513] [10 Regression] go buildid and cgo tools require symbols in GLIBC_PRIVATE namespace

2020-04-07 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94513 Richard Biener changed: What|Removed |Added Target Milestone|--- |10.0 CC|

[Bug go/94513] [10 Regression] go buildid and cgo tools require symbols in GLIBC_PRIVATE namespace

2020-04-07 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94513 --- Comment #2 from Richard Biener --- I guess the proper solution is to invoke the syscalls directly rather than going through the libc wrappers?

[Bug libgcc/94513] [10 Regression] morestack require symbols in GLIBC_PRIVATE namespace

2020-04-07 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94513 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |NEW Assignee|ian at airs dot c

[Bug libgcc/94513] [10 Regression] go buildid and cgo tools require symbols in GLIBC_PRIVATE namespace

2020-04-07 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94513 Richard Biener changed: What|Removed |Added Last reconfirmed||2020-04-07 Status|UNCONFIRM

[Bug go/94513] [10 Regression] go buildid and cgo tools require symbols in GLIBC_PRIVATE namespace

2020-04-07 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94513 Richard Biener changed: What|Removed |Added Keywords|build | Status|NEW

[Bug c++/94512] [9/10 Regression] ICE in tsubst_expr, at cp/pt.c:18210

2020-04-07 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94512 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org Last reconfir

[Bug c++/94512] [9/10 Regression] ICE in tsubst_expr, at cp/pt.c:18210

2020-04-07 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94512 --- Comment #2 from Jakub Jelinek --- Created attachment 48226 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=48226&action=edit gcc10-pr94512.patch Untested fix.

[Bug libgcc/94513] [10 Regression] go buildid and cgo tools require symbols in GLIBC_PRIVATE namespace

2020-04-07 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94513 Jakub Jelinek changed: What|Removed |Added Priority|P3 |P1 CC|

[Bug target/94514] New: aarch64: unwinding across mixed pac-ret and non-pac-ret frames is broken

2020-04-07 Thread nsz at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94514 Bug ID: 94514 Summary: aarch64: unwinding across mixed pac-ret and non-pac-ret frames is broken Product: gcc Version: 10.0 Status: UNCONFIRMED Severity: normal

[Bug target/94515] New: aarch64: broken unwind information for pac-ret

2020-04-07 Thread nsz at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94515 Bug ID: 94515 Summary: aarch64: broken unwind information for pac-ret Product: gcc Version: 10.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: tar

[Bug rtl-optimization/94516] New: [10 Regression] gnutls test ./psk-file fails since r10-7515-g2c0fa3ecf70d199af18785702e9e0548fd3ab793

2020-04-07 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94516 Bug ID: 94516 Summary: [10 Regression] gnutls test ./psk-file fails since r10-7515-g2c0fa3ecf70d199af18785702e9e0548fd3ab793 Product: gcc Version: 10.0 Status: UNCONFIRME

[Bug rtl-optimization/94516] [10 Regression] gnutls test ./psk-file fails since r10-7515-g2c0fa3ecf70d199af18785702e9e0548fd3ab793

2020-04-07 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94516 --- Comment #1 from Martin Liška --- Created attachment 48227 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=48227&action=edit Reducing patch for psk-file.c I tried both ASAN and UBSAN, and also valgrind with -O0 and it seems all fine.

[Bug rtl-optimization/94516] [10 Regression] gnutls test ./psk-file fails since r10-7515-g2c0fa3ecf70d199af18785702e9e0548fd3ab793

2020-04-07 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94516 --- Comment #2 from Martin Liška --- Created attachment 48228 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=48228&action=edit pre-processed source file It's compiled with: $ gcc -fdiagnostics-show-option -O2 -Wall -D_FORTIFY_SOURCE=2 -f

[Bug c++/94510] [9/10 Regression] nullptr_t implicitly cast to zero twice in std::array

2020-04-07 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94510 Jonathan Wakely changed: What|Removed |Added Known to fail||10.0, 9.3.0 Known to work|

[Bug rtl-optimization/94516] [10 Regression] gnutls test ./psk-file fails since r10-7515-g2c0fa3ecf70d199af18785702e9e0548fd3ab793

2020-04-07 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94516 Richard Biener changed: What|Removed |Added Target Milestone|--- |10.0

[Bug debug/94469] lto abstract variable emitted as concrete decl (ada test-case)

2020-04-07 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94469 --- Comment #11 from Tom de Vries --- (In reply to Richard Biener from comment #9) > (In reply to Tom de Vries from comment #8) > > (In reply to Richard Biener from comment #7) > > > (In reply to Richard Biener from comment #6) > > > > Btw, I sti

[Bug debug/94469] lto abstract variable emitted as concrete decl (ada test-case)

2020-04-07 Thread rguenther at suse dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94469 --- Comment #12 from rguenther at suse dot de --- On Tue, 7 Apr 2020, vries at gcc dot gnu.org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94469 > > --- Comment #11 from Tom de Vries --- > (In reply to Richard Biener from comment #9)

[Bug c++/94512] [9/10 Regression] ICE in tsubst_expr, at cp/pt.c:18210

2020-04-07 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94512 --- Comment #3 from CVS Commits --- The master branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:4df50a059fbd4d4a1cb067bd43caccdfca0327a8 commit r10-7585-g4df50a059fbd4d4a1cb067bd43caccdfca0327a8 Author: Jakub Jelinek Date: Tu

[Bug target/94509] wrong code with -mavx512bw and __builtin_shuffle()

2020-04-07 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94509 --- Comment #2 from CVS Commits --- The master branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:d51af82b4cf4c95c4a7451df2180cc6ebb44856b commit r10-7586-gd51af82b4cf4c95c4a7451df2180cc6ebb44856b Author: Jakub Jelinek Date: Tu

[Bug rtl-optimization/94516] [10 Regression] gnutls test ./psk-file fails since r10-7515-g2c0fa3ecf70d199af18785702e9e0548fd3ab793

2020-04-07 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94516 Jakub Jelinek changed: What|Removed |Added Last reconfirmed||2020-04-07 Ever confirmed|0

[Bug rtl-optimization/94516] [10 Regression] gnutls test ./psk-file fails since r10-7515-g2c0fa3ecf70d199af18785702e9e0548fd3ab793

2020-04-07 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94516 Jakub Jelinek changed: What|Removed |Added Priority|P3 |P1

[Bug c++/90996] [8/9/10 Regression] ICE in gimplify_expr, at gimplify.c:13495

2020-04-07 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90996 --- Comment #4 from CVS Commits --- The master branch has been updated by Patrick Palka : https://gcc.gnu.org/g:23f1f679141bbb4720ca195cb758605dc017b7fd commit r10-7587-g23f1f679141bbb4720ca195cb758605dc017b7fd Author: Patrick Palka Date: Mo

[Bug c++/90996] [8/9 Regression] ICE in gimplify_expr, at gimplify.c:13495

2020-04-07 Thread ppalka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90996 Patrick Palka changed: What|Removed |Added Summary|[8/9/10 Regression] ICE in |[8/9 Regression] ICE in

[Bug target/94479] NetBSD: internal compiler error: in recompute_tree_invariant_for_addr_expr

2020-04-07 Thread tk at giga dot or.at
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94479 --- Comment #6 from Thomas Klausner --- I can most easily test 8.3.0. I adapted your patch: --- gcc/gimplify.c.orig 2019-02-07 14:44:31.0 + +++ gcc/gimplify.c @@ -6074,7 +6074,10 @@ gimplify_addr_expr (tree *expr_p, gimple a

[Bug c++/94517] New: incorrect use of enable_if compiles but should not

2020-04-07 Thread soko.slav at yandex dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94517 Bug ID: 94517 Summary: incorrect use of enable_if compiles but should not Product: gcc Version: 10.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug rtl-optimization/94516] [10 Regression] gnutls test ./psk-file fails since r10-7515-g2c0fa3ecf70d199af18785702e9e0548fd3ab793

2020-04-07 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94516 Jakub Jelinek changed: What|Removed |Added CC||law at gcc dot gnu.org --- Comment #4 fr

[Bug debug/94469] lto abstract variable emitted as concrete decl (ada test-case)

2020-04-07 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94469 --- Comment #13 from Tom de Vries --- (In reply to rguent...@suse.de from comment #12) > > Ack, I've managed to reproduce this using a dwarf assembly test-case (PR > > gdb/25796 - "Symbol with inherited DW_AT_const_value not found" @ > > https://

[Bug debug/94469] lto abstract variable emitted as concrete decl (ada test-case)

2020-04-07 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94469 --- Comment #14 from Richard Biener --- OK, so I think your interpretation of PUs and CUs and using PUs for the early DWARF and CUs for the late DWARF fits the LTO model "good enough" with the caveat of losing info about things that are not in an

[Bug target/94518] New: [9 Regression] ICE: RTL check: expected code 'const_int', have 'reg' in output_3774, at config/aarch64/atomics.md:758

2020-04-07 Thread zsojka at seznam dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94518 Bug ID: 94518 Summary: [9 Regression] ICE: RTL check: expected code 'const_int', have 'reg' in output_3774, at config/aarch64/atomics.md:758 Product: gcc Version:

[Bug rtl-optimization/94516] [10 Regression] gnutls test ./psk-file fails since r10-7515-g2c0fa3ecf70d199af18785702e9e0548fd3ab793

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

[Bug target/94479] NetBSD: internal compiler error: in recompute_tree_invariant_for_addr_expr

2020-04-07 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94479 --- Comment #7 from Richard Biener --- OK, built a cross to x86_64-netbsd and I see we go from Breakpoint 8, gimplify_addr_expr (expr_p=0x76cdec28, pre_p=0x7fffd8b0, post_p=0x7fffcc40) at /space/rguenther/src/gcc/gcc/gimplify.c:

[Bug target/94519] New: PPC: ICE: Segmentation fault on -DBL_MAX

2020-04-07 Thread jens.seifert at de dot ibm.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94519 Bug ID: 94519 Summary: PPC: ICE: Segmentation fault on -DBL_MAX Product: gcc Version: 8.3.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target

[Bug rtl-optimization/94516] [10 Regression] gnutls test ./psk-file fails since r10-7515-g2c0fa3ecf70d199af18785702e9e0548fd3ab793

2020-04-07 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94516 --- Comment #6 from Martin Liška --- (In reply to Jakub Jelinek from comment #5) > Created attachment 48230 [details] > gcc10-pr94516.patch > I can confirm the patch fixes the gnutls. Would you be able to come up with a test-case?

[Bug rtl-optimization/94516] [10 Regression] gnutls test ./psk-file fails since r10-7515-g2c0fa3ecf70d199af18785702e9e0548fd3ab793

2020-04-07 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94516 Jakub Jelinek changed: What|Removed |Added Attachment #48230|0 |1 is obsolete|

[Bug target/94519] PPC: ICE: Segmentation fault on -DBL_MAX

2020-04-07 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94519 Andrew Pinski changed: What|Removed |Added Resolution|--- |DUPLICATE Status|UNCONFIRMED

[Bug target/94297] PPCLE std::replace internal compiler error

2020-04-07 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94297 --- Comment #6 from Andrew Pinski --- *** Bug 94519 has been marked as a duplicate of this bug. ***

[Bug c++/94507] [8/9/10 Regression] internal compiler error: tree check: expected template_decl, have error_mark in tsubst_lambda_expr

2020-04-07 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94507 Marek Polacek changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned a

[Bug target/94519] PPC: ICE: Segmentation fault on -DBL_MAX

2020-04-07 Thread jens.seifert at de dot ibm.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94519 Jens Seifert changed: What|Removed |Added Status|RESOLVED|CLOSED --- Comment #2 from Jens Seifert

[Bug target/94518] [9 Regression] ICE: RTL check: expected code 'const_int', have 'reg' in output_3774, at config/aarch64/atomics.md:758

2020-04-07 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94518 Richard Biener changed: What|Removed |Added Target Milestone|--- |9.4

[Bug rtl-optimization/94516] [10 Regression] gnutls test ./psk-file fails since r10-7515-g2c0fa3ecf70d199af18785702e9e0548fd3ab793

2020-04-07 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94516 --- Comment #8 from Martin Liška --- (In reply to Jakub Jelinek from comment #7) > Created attachment 48231 [details] > gcc10-pr94516.patch > > Sure, here it is with a testcase. Great job!

[Bug target/94504] On powerpc, -ffunction-sections -fdata-sections is not as effective as expected for PIE executables.

2020-04-07 Thread gcc-bugzilla at mkarcher dot dialup.fu-berlin.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94504 --- Comment #3 from Michael Karcher --- (In reply to Richard Biener from comment #2) > Huh, looking at the assembly & the object file this seems to be fully a linker > issue who seems to be responsible for building the GOT. I suggest to move > t

[Bug rtl-optimization/94516] [10 Regression] gnutls test ./psk-file fails since r10-7515-g2c0fa3ecf70d199af18785702e9e0548fd3ab793

2020-04-07 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94516 --- Comment #9 from Jakub Jelinek --- For the optimization issue, we could have a hack like: --- gcc/postreload.c.jj 2020-04-07 16:54:23.638924247 +0200 +++ gcc/postreload.c2020-04-07 17:06:44.055964581 +0200 @@ -328,6 +328,17 @@ reload_cse_s

[Bug target/94518] [9 Regression] ICE: RTL check: expected code 'const_int', have 'reg' in output_3774, at config/aarch64/atomics.md:758

2020-04-07 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94518 ktkachov at gcc dot gnu.org changed: What|Removed |Added Last reconfirmed||2020-04-07 Stat

[Bug debug/94469] lto abstract variable emitted as concrete decl (ada test-case)

2020-04-07 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94469 --- Comment #15 from Tom de Vries --- (In reply to Tom de Vries from comment #8) > > So while I intended to have the early CUs behave like fully abstract > > the actual DWARF is different. I understand that if I emit the early CU as > > partial

[Bug libstdc++/94520] [10 Regression] no longer compiles in C++14

2020-04-07 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94520 Jonathan Wakely changed: What|Removed |Added Known to fail||10.0 Ever confirmed|0

[Bug libstdc++/94520] New: [10 Regression] no longer compiles in C++14

2020-04-07 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94520 Bug ID: 94520 Summary: [10 Regression] no longer compiles in C++14 Product: gcc Version: 10.0 Status: UNCONFIRMED Keywords: rejects-valid Severity: normal Prio

[Bug debug/94469] lto abstract variable emitted as concrete decl (ada test-case)

2020-04-07 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94469 --- Comment #16 from Tom de Vries --- (In reply to Richard Biener from comment #14) > Using DW_AT_declaration for variables and CUs instead of PUs is IMHO the > most promising approach then. I managed to reproduce the "Multiple matches" problem

[Bug bootstrap/93398] PGO bootstrap is not reproducible

2020-04-07 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93398 Martin Liška changed: What|Removed |Added Resolution|WORKSFORME |--- Status|RESOLVED

[Bug c++/94521] New: Infinite loop with decltype of function parameter of type decltype([]{})

2020-04-07 Thread ppalka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94521 Bug ID: 94521 Summary: Infinite loop with decltype of function parameter of type decltype([]{}) Product: gcc Version: 10.0 Status: UNCONFIRMED Severity: normal

[Bug c++/94480] [10 Regression] ICE in cp_parser_abort_tentative_parse, at cp/parser.c:31858

2020-04-07 Thread ppalka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94480 Patrick Palka changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[Bug c++/94521] Infinite loop with decltype of function parameter of type decltype([]{})

2020-04-07 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94521 Marek Polacek changed: What|Removed |Added Last reconfirmed||2020-04-07 Ever confirmed|0

[Bug c/94522] New: Enhancement request: asm goto with outputs

2020-04-07 Thread bp at alien8 dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94522 Bug ID: 94522 Summary: Enhancement request: asm goto with outputs Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: c

[Bug c++/94510] [9/10 Regression] nullptr_t implicitly cast to zero twice in std::array

2020-04-07 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94510 Martin Sebor changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |msebor at gcc dot gnu.org

[Bug d/94240] [D] lto1: internal compiler error: in add_symbol_to_partition_1, at lto/lto-partition.c:215

2020-04-07 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94240 --- Comment #2 from CVS Commits --- The releases/gcc-9 branch has been updated by Iain Buclaw : https://gcc.gnu.org/g:e926d076f28a91f3ea30bd0bcfa1f25958fdb59e commit r9-8460-ge926d076f28a91f3ea30bd0bcfa1f25958fdb59e Author: Iain Buclaw Date:

[Bug libstdc++/94520] [10 Regression] no longer compiles in C++14

2020-04-07 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94520 --- Comment #1 from CVS Commits --- The master branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:c104e8f1b67a75ea82c62f1fd2aac69c09127562 commit r10-7601-gc104e8f1b67a75ea82c62f1fd2aac69c09127562 Author: Jonathan Wakely Date:

[Bug d/94240] [D] lto1: internal compiler error: in add_symbol_to_partition_1, at lto/lto-partition.c:215

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

[Bug d/94425] [D] Consider always settings ASM_VOLATILE_P on asm statements

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

[Bug libstdc++/94520] [10 Regression] no longer compiles in C++14

2020-04-07 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94520 Jonathan Wakely changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[Bug target/61837] missed loop invariant expression optimization

2020-04-07 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61837 --- Comment #4 from Segher Boessenkool --- If the ble 7,.L7 is taken once, it will be taken all of the time, since cr7 isn't assigned to any more -- and then the whole loop does nothing.

[Bug c++/94478] [10 Regression] ICE in comptypes, at cp/typeck.c:1486

2020-04-07 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94478 Marek Polacek changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned a

[Bug target/94488] [AArch64] ICE on right shift of V2DImode by DImode shift

2020-04-07 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94488 --- Comment #6 from CVS Commits --- The master branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:2daa92ac4b51387e55e88ee48bdc2fab7ba25981 commit r10-7602-g2daa92ac4b51387e55e88ee48bdc2fab7ba25981 Author: Jakub Jelinek Date: Tu

[Bug target/94297] PPCLE std::replace internal compiler error

2020-04-07 Thread jens.seifert at de dot ibm.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94297 Jens Seifert changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug target/94518] [9 Regression] ICE: RTL check: expected code 'const_int', have 'reg' in output_3774, at config/aarch64/atomics.md:758

2020-04-07 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94518 --- Comment #2 from CVS Commits --- The releases/gcc-9 branch has been updated by Kyrylo Tkachov : https://gcc.gnu.org/g:470626394ab7779cb663258048da821a502a1e82 commit r9-8461-g470626394ab7779cb663258048da821a502a1e82 Author: Kyrylo Tkachov D

[Bug target/94518] [9 Regression] ICE: RTL check: expected code 'const_int', have 'reg' in output_3774, at config/aarch64/atomics.md:758

2020-04-07 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94518 ktkachov at gcc dot gnu.org changed: What|Removed |Added Resolution|--- |FIXED Status|NE

[Bug target/94297] PPCLE std::replace internal compiler error

2020-04-07 Thread jens.seifert at de dot ibm.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94297 --- Comment #8 from Jens Seifert --- Too old libgmp got picked up. Setting LD_LIBRARY_PATH=/lib64 solved the issue.

[Bug target/94297] PPCLE std::replace internal compiler error

2020-04-07 Thread jens.seifert at de dot ibm.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94297 Jens Seifert changed: What|Removed |Added Status|RESOLVED|CLOSED --- Comment #9 from Jens Seifert

[Bug target/94504] On powerpc, -ffunction-sections -fdata-sections is not as effective as expected for PIE executables.

2020-04-07 Thread rguenther at suse dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94504 --- Comment #4 from rguenther at suse dot de --- On April 7, 2020 5:09:02 PM GMT+02:00, "gcc-bugzilla at mkarcher dot dialup.fu-berlin.de" wrote: >https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94504 > >--- Comment #3 from Michael Karcher dialup.f

[Bug libfortran/93871] COTAN is slow for complex types

2020-04-07 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93871 --- Comment #45 from CVS Commits --- The master branch has been updated by Fritz Reese : https://gcc.gnu.org/g:57391ddaf39f7cb85825c32e83feb1435889da51 commit r10-7603-g57391ddaf39f7cb85825c32e83feb1435889da51 Author: Fritz Reese Date: Tue A

[Bug libfortran/93871] COTAN is slow for complex types

2020-04-07 Thread foreese at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93871 Fritz Reese changed: What|Removed |Added Resolution|--- |FIXED Status|WAITING

[Bug target/94479] NetBSD: internal compiler error: in recompute_tree_invariant_for_addr_expr

2020-04-07 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94479 Richard Biener changed: What|Removed |Added Known to work||10.0 --- Comment #9 from Richard Biener

[Bug target/94479] NetBSD: internal compiler error: in recompute_tree_invariant_for_addr_expr

2020-04-07 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94479 --- Comment #8 from CVS Commits --- The master branch has been updated by Richard Biener : https://gcc.gnu.org/g:3d947f1f27188e3a61ba7f42399b1c348469fe13 commit r10-7604-g3d947f1f27188e3a61ba7f42399b1c348469fe13 Author: Richard Biener Date:

[Bug target/94297] PPCLE std::replace internal compiler error

2020-04-07 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94297 Andreas Schwab changed: What|Removed |Added Resolution|FIXED |INVALID

[Bug libgcc/94513] [10 Regression] go buildid and cgo tools require symbols in GLIBC_PRIVATE namespace

2020-04-07 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94513 --- Comment #4 from CVS Commits --- The master branch has been updated by Ian Lance Taylor : https://gcc.gnu.org/g:50c7853216e8511971c55b51d7fe29173db4749b commit r10-7605-g50c7853216e8511971c55b51d7fe29173db4749b Author: Ian Lance Taylor Date

[Bug libgcc/94513] [10 Regression] go buildid and cgo tools require symbols in GLIBC_PRIVATE namespace

2020-04-07 Thread ian at airs dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94513 Ian Lance Taylor changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug c++/94510] [9/10 Regression] nullptr_t implicitly cast to zero twice in std::array

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

[Bug c/94239] [10 regression] cc1 SEGV in get_location_from_adhoc_loc with gcc.dg/pr20245-1.c etc.

2020-04-07 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94239 --- Comment #10 from CVS Commits --- The releases/gcc-9 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:f83c2d2991a762f729741a409a1ac7871733ee40 commit r9-8467-gf83c2d2991a762f729741a409a1ac7871733ee40 Author: Jakub Jelinek Da

[Bug c++/90995] [8/9 Regression] ICE in grokdeclarator, at cp/decl.c:12024

2020-04-07 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90995 --- Comment #9 from CVS Commits --- The releases/gcc-9 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:980a7a0be5a114e285c49ab05ac70881e4f27fc3 commit r9-8462-g980a7a0be5a114e285c49ab05ac70881e4f27fc3 Author: Jakub Jelinek Dat

[Bug gcov-profile/94029] [9 Regression] gcc crash in coverage.c:655 since r9-4216-g390e529e2b98983d

2020-04-07 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94029 --- Comment #21 from CVS Commits --- The releases/gcc-9 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:f83c2d2991a762f729741a409a1ac7871733ee40 commit r9-8467-gf83c2d2991a762f729741a409a1ac7871733ee40 Author: Jakub Jelinek Da

[Bug c/94172] [arm-none-eabi] ICE in expand_debug_locations, at cfgexpand.c:5403

2020-04-07 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94172 --- Comment #12 from CVS Commits --- The releases/gcc-9 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:87ce34fa00cd6b87452d747235da40dfe5b6e00f commit r9-8463-g87ce34fa00cd6b87452d747235da40dfe5b6e00f Author: Jakub Jelinek Da

  1   2   >