https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117775
Simon Martin changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118163
--- Comment #4 from Simon Martin ---
Updated patch in
https://gcc.gnu.org/pipermail/gcc-patches/2025-January/673394.html
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118392
--- Comment #5 from Simon Martin ---
Patch submitted in
https://gcc.gnu.org/pipermail/gcc-patches/2025-January/673394.html
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118306
--- Comment #2 from Simon Martin ---
Patch submitted in
https://gcc.gnu.org/pipermail/gcc-patches/2025-January/673196.html
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118392
Simon Martin changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118388
--- Comment #2 from Simon Martin ---
We ICE in a gcc_assert (seen_error()), because we did a permerror but the error
was downgraded to a warning due to -fpermissive.
I have a patch that keeps track of such downgraded errors and takes them into
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118346
Simon Martin changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118319
--- Comment #5 from Simon Martin ---
Apologies pinskia@ for being redundant with what you did write via Known to
work/fail. I need to read those more :-/
Anyway, patch submitted in
https://gcc.gnu.org/pipermail/gcc-patches/2025-January/673077.h
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118388
Simon Martin changed:
What|Removed |Added
Target Milestone|--- |15.0
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118388
Bug ID: 118388
Summary: Segmentation fault in invalid friend declaration with
default argument with -fpermissive
Product: gcc
Version: 15.0
Status: UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118319
--- Comment #3 from Simon Martin ---
For the record this started to crash between 12.3 and 12.4 -
https://godbolt.org/z/P3qvcnvj1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118319
Simon Martin changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |simartin at gcc dot
gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118306
Simon Martin changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |simartin at gcc dot
gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118199
--- Comment #17 from Simon Martin ---
Patch submitted in
https://gcc.gnu.org/pipermail/gcc-patches/2025-January/672616.html (the fix is
not a simple tweak of the fix for PR c++/114619).
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118255
--- Comment #4 from Simon Martin ---
Patch submitted in
https://gcc.gnu.org/pipermail/gcc-patches/2025-January/672606.html
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118199
Simon Martin changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |simartin at gcc dot
gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118255
Simon Martin changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |simartin at gcc dot
gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118225
--- Comment #3 from Simon Martin ---
Patch submitted in
https://gcc.gnu.org/pipermail/gcc-patches/2025-January/672578.html
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118225
Simon Martin changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118239
--- Comment #3 from Simon Martin ---
Patch submitted in
https://gcc.gnu.org/pipermail/gcc-patches/2025-January/672567.html
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118239
Simon Martin changed:
What|Removed |Added
Last reconfirmed||2025-01-03
Assignee|unassigned
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118163
--- Comment #3 from Simon Martin ---
Patch submitted in
https://gcc.gnu.org/pipermail/gcc-patches/2024-December/672168.html
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118078
--- Comment #4 from Simon Martin ---
Patch submitted in
https://gcc.gnu.org/pipermail/gcc-patches/2024-December/672144.html
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117775
--- Comment #3 from Simon Martin ---
Patch submitted in
https://gcc.gnu.org/pipermail/gcc-patches/2024-November/670422.html
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114292
--- Comment #7 from Simon Martin ---
Patch submitted in
https://gcc.gnu.org/pipermail/gcc-patches/2024-December/671590.html
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109918
--- Comment #13 from Simon Martin ---
Patch submitted in
https://gcc.gnu.org/pipermail/gcc-patches/2024-October/665650.html
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114619
--- Comment #4 from Simon Martin ---
Patch submitted in
https://gcc.gnu.org/pipermail/gcc-patches/2024-October/665905.html
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118163
Simon Martin changed:
What|Removed |Added
Summary|[15 Regression] Diagnostic |Diagnostic not fully
|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118163
Simon Martin changed:
What|Removed |Added
Target Milestone|--- |15.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118163
Simon Martin changed:
What|Removed |Added
Ever confirmed|0 |1
Known to fail|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118163
Bug ID: 118163
Summary: [15 Regression] Diagnostic not fully silenced by
-Wno-template-body
Product: gcc
Version: 15.0
Status: UNCONFIRMED
Severity: minor
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118078
--- Comment #3 from Simon Martin ---
Thanks for the report. I'm currently testing a patch that leverages
TYPE_BEING_DEFINED instead or looking at current_class_type.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118078
Simon Martin changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117504
Simon Martin changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117845
Simon Martin changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114292
Simon Martin changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |simartin at gcc dot
gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117845
Simon Martin changed:
What|Removed |Added
Keywords||ice-on-valid-code
--- Comment #4 from Si
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101603
Bug 101603 depends on bug 117615, which changed state.
Bug 117615 Summary: [12/13/14/15 Regression] constexpr failure static_cast of
Derived virtual Pointer to Member function since r6-4014-gdcdbc004d531b4
https://gcc.gnu.org/bugzilla/show_bug.c
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55004
Bug 55004 depends on bug 117615, which changed state.
Bug 117615 Summary: [12/13/14/15 Regression] constexpr failure static_cast of
Derived virtual Pointer to Member function since r6-4014-gdcdbc004d531b4
https://gcc.gnu.org/bugzilla/show_bug.cgi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117615
Simon Martin changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117845
Simon Martin changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |simartin at gcc dot
gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117615
Simon Martin changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117775
Simon Martin changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66564
Simon Martin changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |simartin at gcc dot
gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117463
Simon Martin changed:
What|Removed |Added
Target Milestone|12.5|15.0
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117463
Simon Martin changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117158
Simon Martin changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116208
--- Comment #12 from Simon Martin ---
Yeah, I tried with a revert and it does change anything.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116208
Simon Martin changed:
What|Removed |Added
Last reconfirmed||2024-11-05
Status|UNCONFIRME
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117099
Simon Martin changed:
What|Removed |Added
Target Milestone|14.3|15.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117129
Simon Martin changed:
What|Removed |Added
Target Milestone|14.3|15.0
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117099
Simon Martin changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117101
Simon Martin changed:
What|Removed |Added
Target Milestone|12.5|15.0
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101887
Simon Martin changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Known to fail|12.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101887
Simon Martin changed:
What|Removed |Added
See Also||https://gcc.gnu.org/bugzill
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117101
Simon Martin changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |simartin at gcc dot
gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117158
Simon Martin changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |simartin at gcc dot
gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114619
Simon Martin changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117129
Simon Martin changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |simartin at gcc dot
gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117099
Simon Martin changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |simartin at gcc dot
gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117110
--- Comment #8 from Simon Martin ---
FWIW I can confirm that the build is restored on Darwin. Thanks!
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117114
--- Comment #7 from Simon Martin ---
Resolving. Apologies for the fallout :-/
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109918
--- Comment #12 from Simon Martin ---
Revert done via r15-4301-ga4eec6c712ec16
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109918
Simon Martin changed:
What|Removed |Added
Resolution|FIXED |---
Status|RESOLVED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109918
Bug 109918 depends on bug 117114, which changed state.
Bug 117114 Summary: [15 Regression] -Woverloaded-virtual false positives on
multiple inheritance since r15-4282-g60163c85730e6b
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117114
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117114
Simon Martin changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117114
--- Comment #4 from Simon Martin ---
Submitted https://gcc.gnu.org/pipermail/gcc-patches/2024-October/665222.html to
restore the rust front-end build.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117114
Simon Martin changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |simartin at gcc dot
gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109918
Simon Martin changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116740
Simon Martin changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101603
Bug 101603 depends on bug 109790, which changed state.
Bug 109790 Summary: [12/13/14/15 Regression] ICE while trying to mangle
operators and their ptmf
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109790
What|Removed
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109790
Simon Martin changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100632
Simon Martin changed:
What|Removed |Added
Target Milestone|12.5|15.0
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116722
Simon Martin changed:
What|Removed |Added
Target Milestone|12.5|15.0
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116722
Simon Martin changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |simartin at gcc dot
gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114858
Simon Martin changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |simartin at gcc dot
gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116681
Simon Martin changed:
What|Removed |Added
Target Milestone|12.5|15.0
--- Comment #7 from Simon Martin -
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67491
Bug 67491 depends on bug 116681, which changed state.
Bug 116681 Summary: [12/13/14/15 Regression] ICE: in start, at timevar.cc:491
with -ftime-report -std=c++20
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116681
What|Removed
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116681
Simon Martin changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116681
Simon Martin changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |simartin at gcc dot
gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116323
Simon Martin changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109790
Simon Martin changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116323
--- Comment #3 from Simon Martin ---
FYI this is related to the fix for
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=17314. I'll post a patch
momentarily.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116323
Simon Martin changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100632
Simon Martin changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116511
Simon Martin changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |simartin at gcc dot
gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105483
Simon Martin changed:
What|Removed |Added
Target Milestone|12.5|15.0
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116208
Simon Martin changed:
What|Removed |Added
CC||simartin at gcc dot gnu.org
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115716
Simon Martin changed:
What|Removed |Added
Target Milestone|12.5|15.0
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105483
Simon Martin changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113746
Simon Martin changed:
What|Removed |Added
Target Milestone|14.3|15.0
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109918
Simon Martin changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113746
--- Comment #10 from Simon Martin ---
The ICE has disappeared since
https://gcc.gnu.org/git/?p=gcc.git;a=commitdiff;h=f04dc89a991ddc6c08ac92c8ad29c6915c4ecafa
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113746
Simon Martin changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115716
Simon Martin changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |simartin at gcc dot
gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115806
Simon Martin changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115806
--- Comment #4 from Simon Martin ---
This started to fail with
https://gcc.gnu.org/git/?p=gcc.git;a=commitdiff;h=557831a91df947b447fc9fd94ecad02470a3c86a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115806
Simon Martin changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |simartin at gcc dot
gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111592
Simon Martin changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114525
Simon Martin changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned a
1 - 100 of 129 matches
Mail list logo