[Bug c++/110358] requesting nicer suppression for Wdangling-reference

2024-03-01 Thread mpolacek at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110358 Marek Polacek changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[Bug c++/110358] requesting nicer suppression for Wdangling-reference

2024-03-01 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110358 --- Comment #6 from GCC Commits --- The trunk branch has been updated by Marek Polacek : https://gcc.gnu.org/g:c7607c4cf18986025430ca8626abfe56bfe87106 commit r14-9263-gc7607c4cf18986025430ca8626abfe56bfe87106 Author: Marek Polacek Date: Th

[Bug c++/110358] requesting nicer suppression for Wdangling-reference

2024-01-30 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110358 --- Comment #5 from GCC Commits --- The trunk branch has been updated by Marek Polacek : https://gcc.gnu.org/g:f2061b2a9641c2228d4e2d86f19532ad7e93d627 commit r14-8636-gf2061b2a9641c2228d4e2d86f19532ad7e93d627 Author: Marek Polacek Date: Th

[Bug c++/110358] requesting nicer suppression for Wdangling-reference

2024-01-30 Thread mpolacek at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110358 --- Comment #4 from Marek Polacek --- Patch for [[gnu::non_owning]] posted: https://gcc.gnu.org/pipermail/gcc-patches/2024-January/643998.html Not sure how important it is to accept the optional argument.

[Bug c++/110358] requesting nicer suppression for Wdangling-reference

2023-06-21 Thread mpolacek at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110358 Marek Polacek changed: What|Removed |Added Ever confirmed|0 |1 CC|

[Bug c++/110358] requesting nicer suppression for Wdangling-reference

2023-06-21 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110358 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/110358] requesting nicer suppression for Wdangling-reference

2023-06-21 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110358 Andrew Pinski changed: What|Removed |Added Keywords||diagnostic --- Comment #1 from Andrew P