Commit 4dd2450
patches: Backport upstream fix for __is_convertible
Replicate upstream commit 484e64f7e7b2c0494d7b2dbfdd528bcd707ee652.
libcxx previously used the `__is_convertible_to` builtin which wasn't
supported by GCC; this patch adds support for `__is_convertible` which
is available as of GCC 13.
Signed-off-by: Andrei Tatar <[email protected]>
Reviewed-by: Stefan Jumarea <[email protected]>
Reviewed-by: Maria Sfiraiala <[email protected]>
Reviewed-by: Razvan Deaconescu <[email protected]>
Approved-by: Eduard Vintilă <[email protected]>
Tested-by: Unikraft CI <[email protected]>
GitHub-Closes: unikraft#281 parent 39cdd0f commit 4dd2450
File tree
1 file changed
+24
-0
lines changed- patches
1 file changed
+24
-0
lines changedLines changed: 24 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
0 commit comments