[Bug c++/106784] Add __is_convertible built-in

2023-04-29 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106784 Andrew Pinski changed: What|Removed |Added Keywords||missed-optimization Target Milestone|

[Bug c++/106784] Add __is_convertible built-in

2022-09-26 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106784 --- Comment #7 from CVS Commits --- The trunk branch has been updated by Marek Polacek : https://gcc.gnu.org/g:be4b32b9ef69b86b662cb7511b48cd1048a55403 commit r13-2879-gbe4b32b9ef69b86b662cb7511b48cd1048a55403 Author: Marek Polacek Date: Mo

[Bug c++/106784] Add __is_convertible built-in

2022-09-24 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106784 Jonathan Wakely changed: What|Removed |Added CC||jason at gcc dot gnu.org --- Comment

[Bug c++/106784] Add __is_convertible built-in

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

[Bug c++/106784] Add __is_convertible built-in

2022-09-23 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106784 --- Comment #4 from CVS Commits --- The trunk branch has been updated by Marek Polacek : https://gcc.gnu.org/g:8a7bcf95a82c3dd68bd4bcfbd8432eb970575bc2 commit r13-2822-g8a7bcf95a82c3dd68bd4bcfbd8432eb970575bc2 Author: Marek Polacek Date: Tu

[Bug c++/106784] Add __is_convertible built-in

2022-09-20 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106784 --- Comment #3 from Jonathan Wakely --- We can certainly change the struct name.

[Bug c++/106784] Add __is_convertible built-in

2022-09-20 Thread mpolacek at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106784 --- Comment #2 from Marek Polacek --- FWIW, I notice that include/std/type_traits implements struct __is_nothrow_convertible so I think its name has to change, otherwise it would clash with this new built-in. Though, it seems that clang doesn't

[Bug c++/106784] Add __is_convertible built-in

2022-09-01 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106784 --- Comment #1 from Jonathan Wakely --- To be clear, I'd like __is_nothrow_convertible too. But if I only get __is_convertible first, that would still be great.

[Bug c++/106784] Add __is_convertible built-in

2022-08-31 Thread mpolacek at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106784 Marek Polacek changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |mpolacek at gcc dot gnu.org

[Bug c++/106784] Add __is_convertible built-in

2022-08-31 Thread mpolacek at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106784 Marek Polacek changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever confirmed|0