[Bug c++/96218] DR 2032: Default template-arguments of variable templates

2020-08-03 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96218 Marek Polacek changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[Bug c++/94404] [meta-bug] C++ core issues

2020-08-03 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94404 Bug 94404 depends on bug 96218, which changed state. Bug 96218 Summary: DR 2032: Default template-arguments of variable templates https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96218 What|Removed |Added --

[Bug tree-optimization/96447] False positive -Wstringop-overflow with -O3 due to loop unrolling

2020-08-03 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96447 Martin Sebor changed: What|Removed |Added Status|UNCONFIRMED |NEW Keywords|

[Bug c++/91365] Implement P1814R0: Class template argument deduction for alias templates

2020-08-03 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91365 Marek Polacek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

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

2020-08-03 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88323 Bug 88323 depends on bug 91365, which changed state. Bug 91365 Summary: Implement P1814R0: Class template argument deduction for alias templates https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91365 What|Removed |

[Bug c++/94765] Floating point type template parameter

2020-08-03 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94765 Marek Polacek changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[Bug fortran/96320] gfortran 8-10 shape mismatch in assumed-length dummy argument character array

2020-08-03 Thread damian at sourceryinstitute dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96320 --- Comment #21 from Damian Rouson --- Now that the patch fixing this PR has been committed to the trunk, should it be marked as "Resolved" instead of "Assigned?"

[Bug c++/96082] [9/10/11 Regression] GCC rejects the template disambiguator with "typename"

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

[Bug rtl-optimization/95696] regrename creates overlapping register allocations for vliw

2020-08-03 Thread zhongyunde at tom dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95696 --- Comment #6 from zhongyunde at tom dot com --- Thanks for you notes and I thinks this issue can be closed now. It doesn't need to handle of non-SMS cases as they'll reschedule in general, which is good for performance under my test.

[Bug fortran/96320] gfortran 8-10 shape mismatch in assumed-length dummy argument character array

2020-08-03 Thread sgk at troutmask dot apl.washington.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96320 --- Comment #22 from Steve Kargl --- On Mon, Aug 03, 2020 at 11:45:20PM +, damian at sourceryinstitute dot org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96320 > > --- Comment #21 from Damian Rouson --- > Now that the patch fixin

[Bug target/96366] [AArch64] ICE due to lack of support for VNx2SI sub instruction

2020-08-03 Thread bule1 at huawei dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96366 --- Comment #5 from Bu Le --- (In reply to rsand...@gcc.gnu.org from comment #3) > (In reply to Bu Le from comment #2) > > (In reply to rsand...@gcc.gnu.org from comment #1) > > > (In reply to Bu Le from comment #0) > Generating a subtraction ou

[Bug rtl-optimization/71309] Copying fields within a struct followed by use results in load hit store

2020-08-03 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71309 --- Comment #4 from CVS Commits --- The master branch has been updated by Xiong Hu Luo : https://gcc.gnu.org/g:265d817b1eb4644c7a9613ad6920315d98e2e0a4 commit r11-2526-g265d817b1eb4644c7a9613ad6920315d98e2e0a4 Author: Xionghu Luo Date: Mon A

[Bug target/96448] New: ICE: maximum number of generated reload insns per insn achieved (90)

2020-08-03 Thread asolokha at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96448 Bug ID: 96448 Summary: ICE: maximum number of generated reload insns per insn achieved (90) Product: gcc Version: 11.0 Status: UNCONFIRMED Severity: normal

[Bug c/96427] Missing align attribute for anchor section from local variables

2020-08-03 Thread zhongyunde at tom dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96427 --- Comment #2 from zhongyunde at tom dot com --- should the data alignment honor the user specified ? Now, it seems compiler _do_ align the initializer according align load. so even if the local array doesn't specify the __attribute__((aligned

[Bug c++/96437] [10/11 Regression] ICE in tree check: expected tree that contains ‘decl common’ structure, have ‘error_mark’ in synthesize_implicit_template_parm, at cp/parser.c:44246

2020-08-03 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96437 Richard Biener changed: What|Removed |Added Target Milestone|--- |10.3 Priority|P3

[Bug c++/96440] [8/9/10/11 Regression] ICE in tree check: expected tree_list, have error_mark in get_attribute_name, at attribs.c:841

2020-08-03 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96440 Richard Biener changed: What|Removed |Added Priority|P3 |P4

[Bug c++/96442] [9/10/11 Regression] ICE in tree check: expected integer_type or enumeral_type or boolean_type or real_type or fixed_point_type, have record_type in int_fits_type_p, at tree.c:8954

2020-08-03 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96442 Richard Biener changed: What|Removed |Added Priority|P3 |P4

[Bug c++/96445] extern template results in missing constructor symbol

2020-08-03 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96445 Richard Biener changed: What|Removed |Added Keywords||link-failure CC|

[Bug target/96448] ICE: maximum number of generated reload insns per insn achieved (90)

2020-08-03 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96448 Richard Biener changed: What|Removed |Added Keywords||ice-on-invalid-code --- Comment #1 from

[Bug target/96448] ICE: maximum number of generated reload insns per insn achieved (90)

2020-08-03 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96448 --- Comment #2 from Andrew Pinski --- v An Altivec vector register (VR), v0…v31.

[Bug fortran/96325] Unclassifiable statement with syntax similar to a type-bound procedure call is accepted

2020-08-03 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96325 --- Comment #22 from CVS Commits --- The master branch has been updated by Paul Thomas : https://gcc.gnu.org/g:863de9321813f947018cc60b06ba163ddcfbb5f2 commit r11-2535-g863de9321813f947018cc60b06ba163ddcfbb5f2 Author: Paul Thomas Date: Tue A

<    1   2