[Bug c++/19249] abstract classes should not access virtually inherited class constructor

2021-12-08 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=19249 Andrew Pinski changed: What|Removed |Added See Also||https://gcc.gnu.org/bugzill

[Bug c++/79393] [7/8/9 Regression] cc1plus rejects valid code with noexcept

2021-12-08 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79393 --- Comment #13 from Andrew Pinski --- I Noticed both cwg1658 and cwg2336 were voted into dr state. cwg1658: [Moved to DR at the February, 2014 meeting.] cwg2336: [Accepted as a DR at the February, 2019 meeting.] Should that mean both apply t

[Bug c++/91418] Nested class of templated class cannot declare parent class friend

2021-12-08 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91418 --- Comment #6 from Andrew Pinski --- I think there is a defect in this area of the standard and most likely resolved by the P1787R6 paper.

[Bug c++/91418] Nested class of templated class cannot declare parent class friend

2021-12-08 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91418 Andrew Pinski changed: What|Removed |Added Keywords||rejects-valid --- Comment #7 from Andrew

[Bug c++/91218] internal compiler error: Segmentation fault compiling concepts and constraints

2021-12-08 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91218 --- Comment #3 from Andrew Pinski --- I see an ICE with -std=c++17 -fconcepts and -std=c++20 on the trunk but there are errors before the ICE. I don't know if this because concepts has changed since 2019 or not.

[Bug c++/70163] C++ DR 257 constructor forward to virtual base class's constructor in an abstract class required

2021-12-08 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70163 Andrew Pinski changed: What|Removed |Added Keywords||needs-bisection, |

[Bug c++/95977] No deallocation of temporary in return-statement during constant evaluation

2021-12-08 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95977 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |10.3

[Bug c++/96510] Unexpected constexpr deallocation error after implicit conversion

2021-12-08 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96510 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |10.3 See Also|

[Bug tree-optimization/103603] [11 Regression] stack overflow on ranger for huge program, but OK for legacy

2021-12-08 Thread kito at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103603 --- Comment #6 from Kito Cheng --- Reported testcase is OK and I test that patch on riscv64-elf and riscv64-linux with full gcc testsuite run, both are no regression.

[Bug c++/48920] typename specifier should not ignore non-type names

2021-12-08 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48920 Andrew Pinski changed: What|Removed |Added Keywords||accepts-invalid --- Comment #5 from Andr

[Bug c++/55809] g++ doesn't differentiate elaborated type specifier and typename specifier in dependent types

2021-12-08 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55809 --- Comment #4 from Andrew Pinski --- MSVC gives: (3): error C2995: 'void f(void)': function template has already been defined (2): note: see declaration of 'f' (2): error C3861: 'f': identifier not found ICC gives: (11): error: more than one i

[Bug fortran/103606] [9/10/11/12 Regression] ICE in resolve_fl_procedure, at fortran/resolve.c:13297 since r9-3324-g2b03b800d866d345

2021-12-08 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103606 Martin Liška changed: What|Removed |Added Summary|[9/10/11/12 Regression] ICE |[9/10/11/12 Regression] ICE

[Bug fortran/103607] [9/10/11/12 Regression] ICE in do_subscript, at fortran/frontend-passes.c:2927

2021-12-08 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103607 Martin Liška changed: What|Removed |Added CC||marxin at gcc dot gnu.org,

[Bug fortran/103609] [11/12 Regression] ICE in gfc_sym_get_dummy_args, at fortran/symbol.c:5243 since r11-2578-g27eac9ee6137a6b5

2021-12-08 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103609 Martin Liška changed: What|Removed |Added CC||marxin at gcc dot gnu.org,

[Bug tree-optimization/103615] New: [8/9 Regression] wrong code with "-O3" or "-O1 -ftree-vectorize" on x86_64-pc-linux-gnu

2021-12-08 Thread siarhei.siamashka at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103615 Bug ID: 103615 Summary: [8/9 Regression] wrong code with "-O3" or "-O1 -ftree-vectorize" on x86_64-pc-linux-gnu Product: gcc Version: 9.3.0 Status: UNCONFIRMED

[Bug tree-optimization/103615] [8/9 Regression] wrong code with "-O3" or "-O1 -ftree-vectorize" on x86_64-pc-linux-gnu

2021-12-08 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103615 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |9.4

[Bug tree-optimization/103615] [9 Regression] wrong code with "-O3" or "-O1 -ftree-vectorize" on x86_64-pc-linux-gnu

2021-12-08 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103615 Martin Liška changed: What|Removed |Added Ever confirmed|0 |1 Keywords|needs-bisection

[Bug rtl-optimization/98782] [11/12 Regression] Bad interaction between IPA frequences and IRA resulting in spills due to changes in BB frequencies

2021-12-08 Thread rsandifo at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98782 --- Comment #16 from rsandifo at gcc dot gnu.org --- (In reply to Tamar Christina from comment #15) > > From that point of view, it doesn't look like the memory and register > > costs of R are too wrong here. The things being costed are the sto

[Bug c++/48920] typename specifier should not ignore non-type names

2021-12-08 Thread schaub.johannes at googlemail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48920 --- Comment #6 from Johannes Schaub --- Well then you can replace the class with a nameepace, I think, to remove the class-scope complication. I think GCC would still incorrectly apply typename lookup.

[Bug middle-end/103616] New: [9/10/11/12 Regression] ICE on ceph with systemtap macro since r8-5608

2021-12-08 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103616 Bug ID: 103616 Summary: [9/10/11/12 Regression] ICE on ceph with systemtap macro since r8-5608 Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal

[Bug middle-end/103616] [9/10/11/12 Regression] ICE on ceph with systemtap macro since r8-5608

2021-12-08 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103616 Jakub Jelinek changed: What|Removed |Added Target Milestone|--- |9.5 Keywords|

[Bug other/103617] New: Debugging gcc: can't use 'pp' command for irange

2021-12-08 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103617 Bug ID: 103617 Summary: Debugging gcc: can't use 'pp' command for irange Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug c++/103096] Compiling never ends (at least not in resonable time - less than 10 mins)

2021-12-08 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103096 --- Comment #9 from Jonathan Wakely --- (In reply to Jonathan Wakely from comment #5) > (In reply to Jonathan Wakely from comment #4) > > Maybe the compiler could notice that there is only one qHash function > > template, and so realize that the

[Bug c++/103618] New: constexpr std::reverse produces strict-overflow warning

2021-12-08 Thread maik.urbannek at cattatech dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103618 Bug ID: 103618 Summary: constexpr std::reverse produces strict-overflow warning Product: gcc Version: og11 (devel/omp/gcc-11) Status: UNCONFIRMED Severity: nor

[Bug debug/103619] New: armeb ICE since r12-5833

2021-12-08 Thread clyon at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103619 Bug ID: 103619 Summary: armeb ICE since r12-5833 Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: debug Assigne

[Bug debug/103619] armeb ICE since r12-5833

2021-12-08 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103619 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever confirmed|0

[Bug c++/103620] New: 'internal compiler error: in tsubst_copy_and_build, at cp/pt.c:20479' when calling concept

2021-12-08 Thread maik.urbannek at cattatech dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103620 Bug ID: 103620 Summary: 'internal compiler error: in tsubst_copy_and_build, at cp/pt.c:20479' when calling concept Product: gcc Version: og11 (devel/omp/gcc-11) Status:

[Bug c++/63763] Crash (4) gcc 4.8.2 building cpp file

2021-12-08 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63763 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/90341] pcsx2-git: "At global scope: cc1plus: internal compiler error: Segmentation fault"

2021-12-08 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90341 Martin Liška changed: What|Removed |Added CC||marxin at gcc dot gnu.org Sta

[Bug c++/79241] error wen compiling -Os, OK with another optimizations

2021-12-08 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79241 Martin Liška changed: What|Removed |Added Last reconfirmed|2017-01-26 00:00:00 |2021-12-08 Ever confirmed|0

[Bug c++/86588] peculiar build issue using range-v3

2021-12-08 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86588 Martin Liška changed: What|Removed |Added CC||marxin at gcc dot gnu.org --- Comment #6

[Bug target/70420] (Building GCC) mtune=native and internal compiler error at emit-rtl.c:1027

2021-12-08 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70420 Martin Liška changed: What|Removed |Added CC||marxin at gcc dot gnu.org Sta

[Bug tree-optimization/103425] [12 Regression] 48% tramp3d regression between g:df1a0d526e2e4c75 and g:9e026da720091704 with -Ofast -march=native at Zen

2021-12-08 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103425 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug rtl-optimization/101995] [9/10/11/12 Regression] regression built-in memset missed-optimization arm -Os since r9-3594

2021-12-08 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101995 Martin Liška changed: What|Removed |Added Keywords|needs-bisection | CC|

[Bug c++/99399] why does not a pack expansion that is a using-delcaration which intends to introduce the base classes's constructor accept by GCC

2021-12-08 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99399 Martin Liška changed: What|Removed |Added Ever confirmed|0 |1 Keywords|needs-bisection

[Bug c++/99186] std::tuple compilation error when elements are specializations of template class declared with template < auto E > syntax with E being a enumerator of a enum

2021-12-08 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99186 Martin Liška changed: What|Removed |Added Keywords|needs-bisection | Last reconfirmed|

[Bug target/97984] [10/11 Regression] Worse code for -O3 than -O2 on aarch64 vector multiply-add

2021-12-08 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97984 Martin Liška changed: What|Removed |Added CC||marxin at gcc dot gnu.org --- Comment #4

[Bug target/103571] ABI: V2HF, V4HF and V8HFmode argument passing issues

2021-12-08 Thread ubizjak at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103571 Uroš Bizjak changed: What|Removed |Added Attachment #51941|0 |1 is obsolete|

[Bug c++/103620] ICE in tsubst_copy_and_build, at cp/pt.c:20479' when calling concept since r10-5014-g861d4af8d82819a8

2021-12-08 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103620 Martin Liška changed: What|Removed |Added CC||asutton at gcc dot gnu.org,

[Bug middle-end/92120] OpenMP 5 – implicit mapping of this->member variable access – "this[:1]" shall be mapped

2021-12-08 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92120 --- Comment #3 from CVS Commits --- The master branch has been updated by Chung-Lin Tang : https://gcc.gnu.org/g:0ab29cf0bb68960c1f87405f14b4fb2109254e2f commit r12-5835-g0ab29cf0bb68960c1f87405f14b4fb2109254e2f Author: Chung-Lin Tang Date:

[Bug c++/97819] Pack expansion in member initializer lists nested with their parameter list got rejected.

2021-12-08 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97819 Martin Liška changed: What|Removed |Added See Also||https://gcc.gnu.org/bugzill

[Bug rtl-optimization/98782] [11/12 Regression] Bad interaction between IPA frequences and IRA resulting in spills due to changes in BB frequencies

2021-12-08 Thread tnfchris at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98782 --- Comment #17 from Tamar Christina --- > On “CALL_FREQ grows much quicker than BB_FREQ”: for r104, the > ALLOCNO_FREQ ought in principle to be fixed for a given loop iteration > count. It shouldn't grow or shrink based on the value of SPILLED.

[Bug c++/97279] GCC ignores the operation definition of the template

2021-12-08 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97279 Martin Liška changed: What|Removed |Added CC||marxin at gcc dot gnu.org,

[Bug c++/96490] Template code with function pointers fails with very cryptic error message

2021-12-08 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96490 Martin Liška changed: What|Removed |Added See Also||https://gcc.gnu.org/bugzill

[Bug debug/103619] armeb ICE since r12-5833

2021-12-08 Thread abidh at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103619 --- Comment #1 from Hafiz Abid qadeer --- I guess it is caused by the order of register from arm_dwarf_register_span being different in case of big endian. I will work on a fix once I can reproduce it.

[Bug target/103571] ABI: V2HF, V4HF and V8HFmode argument passing issues

2021-12-08 Thread ubizjak at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103571 --- Comment #12 from Uroš Bizjak --- (In reply to Hongtao.liu from comment #10) > Sure. Please find attached the complete patch that enables HF vector modes in Comment #11. The patch survives bootstrap and regression test and works OK for the f

[Bug c++/95657] Duplicate error messages for decltype(auto) with -std=c++11

2021-12-08 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95657 Martin Liška changed: What|Removed |Added See Also||https://gcc.gnu.org/bugzill

[Bug c++/92481] g++ 9.2.0 SegFault

2021-12-08 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92481 Martin Liška changed: What|Removed |Added See Also||https://gcc.gnu.org/bugzill

[Bug c++/91907] ['17] Constexpr of member function pointer as template parameter results in inconsistent diagnostics

2021-12-08 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91907 Martin Liška changed: What|Removed |Added Keywords|needs-bisection | CC|

[Bug other/103617] Debugging gcc: can't use 'pp' command for irange

2021-12-08 Thread amacleod at redhat dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103617 --- Comment #1 from Andrew Macleod --- Created attachment 51949 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=51949&action=edit possible fix I'm not familiar with enabling the debug routines (perhaps that sad), but does this patch fix yo

[Bug c++/91609] friend declaration not honoured

2021-12-08 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91609 Martin Liška changed: What|Removed |Added Keywords|needs-bisection | CC|

[Bug rtl-optimization/98782] [11/12 Regression] Bad interaction between IPA frequences and IRA resulting in spills due to changes in BB frequencies

2021-12-08 Thread rsandifo at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98782 --- Comment #18 from rsandifo at gcc dot gnu.org --- (In reply to Tamar Christina from comment #17) > > On “CALL_FREQ grows much quicker than BB_FREQ”: for r104, the > > ALLOCNO_FREQ ought in principle to be fixed for a given loop iteration > >

[Bug target/103571] ABI: V2HF, V4HF and V8HFmode argument passing issues

2021-12-08 Thread ubizjak at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103571 --- Comment #13 from Uroš Bizjak --- (In reply to Uroš Bizjak from comment #12) > Hongtao, can you please review the patch and perhaps test it a bit more? This part is missing from ix86_expand_vector_set_var: --cut here @@ -15912,7 +15921,8 @@

[Bug target/103571] ABI: V2HF, V4HF and V8HFmode argument passing issues

2021-12-08 Thread ubizjak at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103571 Uroš Bizjak changed: What|Removed |Added Attachment #51948|0 |1 is obsolete|

[Bug c++/90341] pcsx2-git: "At global scope: cc1plus: internal compiler error: Segmentation fault"

2021-12-08 Thread kyle.devir at mykolab dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90341 --- Comment #6 from Kyle De'Vir --- I haven't been able to reproduce this for a long time now. Would new pre-processed files be of any worth?

[Bug c++/90341] pcsx2-git: "At global scope: cc1plus: internal compiler error: Segmentation fault"

2021-12-08 Thread kyle.devir at mykolab dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90341 --- Comment #7 from Kyle De'Vir --- I haven't been able to reproduce this for a long time now. Would new pre-processed files be of any worth?

[Bug c++/99186] std::tuple compilation error when elements are specializations of template class declared with template < auto E > syntax with E being a enumerator of a enum

2021-12-08 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99186 Jonathan Wakely changed: What|Removed |Added See Also||https://gcc.gnu.org/bugzill

[Bug c++/99399] why does not a pack expansion that is a using-delcaration which intends to introduce the base classes's constructor accept by GCC

2021-12-08 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99399 Andrew Pinski changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c++/99399] why does not a pack expansion that is a using-delcaration which intends to introduce the base classes's constructor accept by GCC

2021-12-08 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99399 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |11.0

[Bug c++/99186] std::tuple compilation error when elements are specializations of template class declared with template < auto E > syntax with E being a enumerator of a enum

2021-12-08 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99186 Jonathan Wakely changed: What|Removed |Added Keywords|diagnostic | --- Comment #5 from Jonathan Wakely

[Bug c++/99186] std::tuple compilation error when elements are specializations of template class declared with template < auto E > syntax with E being a enumerator of a enum

2021-12-08 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99186 --- Comment #6 from Jonathan Wakely --- And it doesn't matter whether enums are used: template struct tuple_impl : tuple_impl { }; template struct tuple_impl { }; template struct tuple : tuple_impl<0, T, U> { }; template void get(const tuple_

[Bug c++/91609] friend declaration not honoured

2021-12-08 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91609 Andrew Pinski changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c++/82613] Cannot access private definitions in base clause of friend class template

2021-12-08 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82613 Andrew Pinski changed: What|Removed |Added CC||jobstz at posteo dot de --- Comment #5 f

[Bug c++/95657] Duplicate error messages for decltype(auto) with -std=c++11

2021-12-08 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95657 Andrew Pinski changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c++/91907] ['17] Constexpr of member function pointer as template parameter results in inconsistent diagnostics

2021-12-08 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91907 Andrew Pinski changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug c++/55004] [meta-bug] constexpr issues

2021-12-08 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55004 Bug 55004 depends on bug 91907, which changed state. Bug 91907 Summary: ['17] Constexpr of member function pointer as template parameter results in inconsistent diagnostics https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91907 What|R

[Bug c++/101603] [meta-bug] pointer to member functions issues

2021-12-08 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101603 Bug 101603 depends on bug 91907, which changed state. Bug 91907 Summary: ['17] Constexpr of member function pointer as template parameter results in inconsistent diagnostics https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91907 What

[Bug c++/96490] Template code with function pointers fails with very cryptic error message

2021-12-08 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96490 Andrew Pinski changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug c++/96490] Template code with function pointers fails with very cryptic error message

2021-12-08 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96490 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |12.0

[Bug c++/97279] GCC ignores the operation definition of the template

2021-12-08 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97279 Andrew Pinski changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c++/48920] typename specifier should not ignore non-type names

2021-12-08 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48920 Andrew Pinski changed: What|Removed |Added Ever confirmed|0 |1 Last reconfirmed|

[Bug c++/100385] overload resolution for function call expression on object selects `operator auto` conversion candidate.

2021-12-08 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100385 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug middle-end/99612] Remove "#pragma GCC system_header" from atomic file to warn on incorrect memory order

2021-12-08 Thread msebor at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99612 Martin Sebor changed: What|Removed |Added Keywords||patch --- Comment #4 from Martin Sebor -

[Bug c++/92012] internal compiler error while using range v3

2021-12-08 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92012 Martin Liška changed: What|Removed |Added CC||marxin at gcc dot gnu.org --- Comment #3

[Bug c++/91247] Variadic template expansion - Mistmatch argument pack length

2021-12-08 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91247 Martin Liška changed: What|Removed |Added Keywords|needs-bisection | CC|

[Bug c++/103618] constexpr std::reverse produces strict-overflow warning

2021-12-08 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103618 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/91075] Wrong code generated for static variable with local redeclaration

2021-12-08 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91075 Martin Liška changed: What|Removed |Added CC||marxin at gcc dot gnu.org,

[Bug c++/91008] error redeclaring the same type involving a non-type template argument

2021-12-08 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91008 Martin Liška changed: What|Removed |Added CC||marxin at gcc dot gnu.org Keywo

[Bug c++/90782] internal compiler error: in dependent_type_p, at cp/pt.c:25409

2021-12-08 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90782 Martin Liška changed: What|Removed |Added CC||marxin at gcc dot gnu.org,

[Bug debug/90471] ICE Segmentation fault when compiling with debug info

2021-12-08 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90471 Martin Liška changed: What|Removed |Added Status|NEW |WAITING CC|

[Bug sanitizer/90347] [UBSAN] __attribute__((weak))__ results in "declared weak after being used" error

2021-12-08 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90347 Martin Liška changed: What|Removed |Added CC||jason at gcc dot gnu.org,

[Bug c++/90107] [9/10/11/12 Regression] rejects-valid on global-namespace-qualified variable declared after class definition

2021-12-08 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90107 Martin Liška changed: What|Removed |Added Keywords|needs-bisection | CC|

[Bug c++/89687] Empty pack expansion in `decltype` results in cryptic compiler error (dump_expr)

2021-12-08 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89687 Martin Liška changed: What|Removed |Added Keywords|needs-bisection | Status|UNCONFIRMED

[Bug c++/86970] Rejected constexpr expression involving lambdas and inheritance, "use of this in a constant expression"

2021-12-08 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86970 Martin Liška changed: What|Removed |Added CC||marxin at gcc dot gnu.org,

[Bug c++/86473] a problem in member lookup?

2021-12-08 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86473 Martin Liška changed: What|Removed |Added Keywords|needs-bisection | See Also|

[Bug c++/85589] Non type template parameter should allow object with no linkage

2021-12-08 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85589 Martin Liška changed: What|Removed |Added CC||marxin at gcc dot gnu.org Resolut

[Bug c++/85576] A template union containing a friend function causes non-template type used as a template error

2021-12-08 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85576 Martin Liška changed: What|Removed |Added Keywords|needs-bisection | CC|

[Bug c++/85415] internal compiler error: in finish_member_declaration, at cp/semantics.c:2984

2021-12-08 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85415 Martin Liška changed: What|Removed |Added CC||marxin at gcc dot gnu.org Resolut

[Bug c++/85576] A template union containing a friend function causes non-template type used as a template error

2021-12-08 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85576 --- Comment #4 from Jakub Jelinek --- Are you sure? That was an i386 backend change...

[Bug c++/85576] A template union containing a friend function causes non-template type used as a template error

2021-12-08 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85576 --- Comment #5 from Andrew Pinski --- (In reply to Martin Liška from comment #3) > Fixed with r11-3882-g06bec55e80d98419. Huh? This does not make sense.

[Bug c++/86473] a problem in member lookup?

2021-12-08 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86473 Andrew Pinski changed: What|Removed |Added Status|NEW |RESOLVED Target Milestone|---

[Bug middle-end/84858] wrong exception handling of std::function

2021-12-08 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84858 Martin Liška changed: What|Removed |Added CC||marxin at gcc dot gnu.org Sta

[Bug c++/84984] ICE: in build2, at tree.c:4686

2021-12-08 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84984 Martin Liška changed: What|Removed |Added CC||marxin at gcc dot gnu.org Sta

[Bug c++/84653] internal compiler error: Segmentation fault (prep_operand)

2021-12-08 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84653 Martin Liška changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug c++/91075] Wrong code generated for static variable with local redeclaration

2021-12-08 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91075 Andrew Pinski changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug target/48649] cannot find space to spill in GENERAL REGISTERS

2021-12-08 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48649 Andrew Pinski changed: What|Removed |Added Severity|critical|normal Keywords|

[Bug target/48649] cannot find space to spill in GENERAL REGISTERS

2021-12-08 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48649 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Target Milestone|---

[Bug target/103302] wrong code with -fharden-compares

2021-12-08 Thread wilson at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103302 --- Comment #11 from Jim Wilson --- FYI I have a patch to re-add the movti pattern to riscv.md which should also fix this and another bug. Kito removed the pattern in 2016 and I was hoping to get an answer from him about why he removed it. The

[Bug preprocessor/58379] default mmap based implementation (mmap_gt_pch_get_address/mmap_gt_pch_use_address) is useless

2021-12-08 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58379 Andrew Pinski changed: What|Removed |Added See Also||https://gcc.gnu.org/bugzill

[Bug ipa/103585] fatigue2 requires inlining of peridida to work well

2021-12-08 Thread hubicka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103585 --- Comment #7 from Jan Hubicka --- Created attachment 51952 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=51952&action=edit Patch to teach modref about global memory This patch extends modref so we eliminate the dead part of array descr

  1   2   3   >