[Bug libstdc++/104242] [12 Regression] Class with constructor from std::any is not copyable

2022-01-26 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104242 --- Comment #2 from Andrew Pinski --- Note Clang's error message might be more helpfull: In file included from :2: In file included from /opt/compiler-explorer/gcc-snapshot/lib/gcc/x86_64-linux-gnu/12.0.1/../../../../include/c++/12.0.1/any:39: /

[Bug libstdc++/104242] [12 Regression] Class with constructor from std::any is not copyable

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

[Bug libstdc++/104242] [12 Regression] Class with constructor from std::any is not copyable

2022-03-09 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104242 Richard Biener changed: What|Removed |Added Priority|P3 |P1

[Bug libstdc++/104242] [12 Regression] Class with constructor from std::any is not copyable

2022-03-18 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104242 --- Comment #4 from CVS Commits --- The master branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:7a42b1fa1a090ead96cc0f94a8060a9650c810d5 commit r12-7708-g7a42b1fa1a090ead96cc0f94a8060a9650c810d5 Author: Jonathan Wakely Date:

[Bug libstdc++/104242] [12 Regression] Class with constructor from std::any is not copyable

2022-03-18 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104242 Jonathan Wakely changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug libstdc++/104242] [12 Regression] Class with constructor from std::any is not copyable

2023-06-23 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104242 --- Comment #6 from CVS Commits --- The releases/gcc-11 branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:5fc6b3a03355e1f77a7c38c0fa7afb0822ad954f commit r11-10870-g5fc6b3a03355e1f77a7c38c0fa7afb0822ad954f Author: Jonathan Wak