[Bug gcov-profile/95847] Internal error when processing pFUnit generated files with --coverage

2020-06-23 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95847 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug fortran/95826] ICE in gfc_match_decl_type_spec, at fortran/decl.c:4290

2020-06-23 Thread anlauf at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95826 --- Comment #2 from anlauf at gcc dot gnu.org --- Patch posted for review: https://gcc.gnu.org/pipermail/fortran/2020-June/054582.html

[Bug fortran/95827] ICE in gfc_get_string, at fortran/iresolve.c:70

2020-06-23 Thread anlauf at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95827 --- Comment #2 from anlauf at gcc dot gnu.org --- Patch posted for review: https://gcc.gnu.org/pipermail/fortran/2020-June/054583.html

[Bug fortran/95837] derived-type components of character kind=4 – wrong code with component access (kind=4 ignored)

2020-06-23 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95837 kargl at gcc dot gnu.org changed: What|Removed |Added Priority|P3 |P4 Keywords|wrong-co

[Bug c++/95849] New: Universal forwarding constructor inheritance resolution issue

2020-06-23 Thread njormrod at fb dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95849 Bug ID: 95849 Summary: Universal forwarding constructor inheritance resolution issue Product: gcc Version: 10.1.0 Status: UNCONFIRMED Severity: normal

[Bug fortran/95850] New: [11 regression] gfortran.fortran-torture/execute/forall_5.f90 fails starting with r11-r11-1595

2020-06-23 Thread seurer at linux dot vnet.ibm.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95850 Bug ID: 95850 Summary: [11 regression] gfortran.fortran-torture/execute/forall_5.f90 fails starting with r11-r11-1595 Product: gcc Version: 11.0 Statu

[Bug lto/95846] Combination of LTO and -Wl, --defsym causes symbol to be resolved as NULL

2020-06-23 Thread cbaylis at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95846 --- Comment #2 from cbaylis at gcc dot gnu.org --- Reported to binutils bugzilla: https://sourceware.org/bugzilla/show_bug.cgi?id=26163

[Bug fortran/95850] [11 regression] gfortran.fortran-torture/execute/forall_5.f90 fails starting with r11-r11-1595

2020-06-23 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95850 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug libstdc++/95851] New: [10/11 Regression] std::to_chars(p, p, c, 2) segfault

2020-06-23 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95851 Bug ID: 95851 Summary: [10/11 Regression] std::to_chars(p, p, c, 2) segfault Product: gcc Version: 10.1.1 Status: UNCONFIRMED Severity: normal Priority: P3 Compo

[Bug libstdc++/95851] [10/11 Regression] std::to_chars(p, p, c, 2) segfault

2020-06-23 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95851 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Assignee|unassigned

[Bug c++/93976] Implement P2082R1, Fixing CTAD for aggregates

2020-06-23 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93976 --- Comment #1 from CVS Commits --- The master branch has been updated by Jason Merrill : https://gcc.gnu.org/g:6b161257f9f8c7a26b7d119ebc32cbbc54d2e508 commit r11-1615-g6b161257f9f8c7a26b7d119ebc32cbbc54d2e508 Author: Jason Merrill Date: Mo

[Bug tree-optimization/95852] New: Failure to optimize __builtin_mul_overflow pattern

2020-06-23 Thread gabravier at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95852 Bug ID: 95852 Summary: Failure to optimize __builtin_mul_overflow pattern Product: gcc Version: 11.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug tree-optimization/95853] New: Failure to optimize add overflow pattern to __builtin_add_overflow

2020-06-23 Thread gabravier at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95853 Bug ID: 95853 Summary: Failure to optimize add overflow pattern to __builtin_add_overflow Product: gcc Version: 11.0 Status: UNCONFIRMED Severity: normal

[Bug target/95842] arch_names_table and processor_alias_table should be combined

2020-06-23 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95842 H.J. Lu changed: What|Removed |Added URL||https://gcc.gnu.org/piperma

[Bug target/95637] Read-only data assigned to `.sdata' rather than `.rodata'

2020-06-23 Thread ma...@linux-mips.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95637 --- Comment #4 from Maciej W. Rozycki --- Sigh, I keep forgetting we don't have PC-relative memory access machine instructions. We could have had base=x0 encodings allocated for that, which are otherwise of rather limited use. Regardless, I thi

[Bug c++/87208] dependent name resolution selects a function it should have NEVER considered

2020-06-23 Thread language.lawyer at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87208 Language Lawyer changed: What|Removed |Added CC||language.lawyer at gmail dot com ---

[Bug ipa/95775] Command line argument for target_clones?

2020-06-23 Thread yyc1992 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95775 --- Comment #4 from Yichao Yu --- > Hey. My opinion is similar to Richi's. If you really want a highly optimized > library, you should rather use a dlopen mechanism with pre-built set of > options. Well, a few things, 1. That sounds like an a

[Bug c++/93976] Implement P2082R1, Fixing CTAD for aggregates

2020-06-23 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93976 Jason Merrill changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[Bug c++/88323] implement C++20 language features.

2020-06-23 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88323 Bug 88323 depends on bug 93976, which changed state. Bug 93976 Summary: Implement P2082R1, Fixing CTAD for aggregates https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93976 What|Removed |Added --

[Bug c++/95719] [10/11 Regression] ICE in lookup_vfn_in_binfo at gcc/cp/class.c:2459 since r11-954-g0ddb93ce77374004

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

[Bug tree-optimization/95854] New: ICE in find_bswap_or_nop_1 of pass store-merging

2020-06-23 Thread zhoukaipeng3 at huawei dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95854 Bug ID: 95854 Summary: ICE in find_bswap_or_nop_1 of pass store-merging Product: gcc Version: 11.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: t

[Bug middle-end/64242] Longjmp expansion incorrect

2020-06-23 Thread paul.hua.gm at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64242 Paul Hua changed: What|Removed |Added CC||paul.hua.gm at gmail dot com --- Comment #40

[Bug tree-optimization/95855] New: A missing ifcvt optimization to generate fcsel

2020-06-23 Thread yangyang305 at huawei dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95855 Bug ID: 95855 Summary: A missing ifcvt optimization to generate fcsel Product: gcc Version: 11.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: tre

[Bug target/95843] Duplicated ISA info in driver-i386.c and i386-builtins.c

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

[Bug testsuite/95720] [11 Regression] New dump output filename strategy invalidates tests

2020-06-23 Thread aoliva at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95720 Alexandre Oliva changed: What|Removed |Added Status|NEW |ASSIGNED --- Comment #3 from Alexandre

[Bug tree-optimization/95845] Failure to optimize vector load made in separate operations to single load

2020-06-23 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95845 Richard Biener changed: What|Removed |Added CC||rguenth at gcc dot gnu.org Last recon

[Bug tree-optimization/95761] [11 regression] ICE during GIMPLE pass: slp verify_ssa failed

2020-06-23 Thread dimhen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95761 --- Comment #8 from Dmitry G. Dyachenko --- (In reply to Martin Liška from comment #7) > I see the test-cases fixed. > Can you still reproduce that? r11-1553 PASS x_1.i for me and FAIL unreduced one. r11-1582 PASS x_1.i, x_2.i for me and PASS un

[Bug gcov-profile/95847] [9/10/11 Regression] Internal error when processing pFUnit generated files with --coverage

2020-06-23 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95847 Richard Biener changed: What|Removed |Added Target Milestone|--- |9.4 Summary|Internal error w

[Bug tree-optimization/95854] ICE in find_bswap_or_nop_1 of pass store-merging

2020-06-23 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95854 Richard Biener changed: What|Removed |Added Keywords||ice-on-valid-code Target|

<    1   2