[Bug c++/117727] __builtin_bit_cast with target type nullptr_t unimplemented

2024-11-21 Thread tbaeder at redhat dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117727 --- Comment #4 from Timm Bäder --- (In reply to Jakub Jelinek from comment #2) > I thought all the bits of the type are padding bits (given that reads of > std::nullptr_t typed objects just don't read any of the bits and simply > result in null

[Bug c++/117727] New: __builtin_bit_cast with target type nullptr_t unimplemented

2024-11-21 Thread tbaeder at redhat dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117727 Bug ID: 117727 Summary: __builtin_bit_cast with target type nullptr_t unimplemented Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: normal P

[Bug other/98733] libiberty (v)asprintf checks do not work if asprintf() is a macro

2021-05-10 Thread tbaeder at redhat dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98733 --- Comment #1 from Timm Bäder --- I looked into this problem again and I think a potential fix could be as easy as... commit b95eed1938403874be927d4c25b8bbf88ed686ce (HEAD -> master) Author: Timm Bäder Date: Mon May 10 09:33:26 2021 +0200

[Bug c/90219] Wrong source location for "cannot convert to a pointer type" warning

2021-05-05 Thread tbaeder at redhat dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90219 Timm Bäder changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug other/98733] New: libiberty (v)asprintf checks do not work if asprintf() is a macro

2021-01-18 Thread tbaeder at redhat dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98733 Bug ID: 98733 Summary: libiberty (v)asprintf checks do not work if asprintf() is a macro Product: gcc Version: 11.0 Status: UNCONFIRMED Severity: normal