https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108964
Bug ID: 108964
Summary: Attribute target should be implemented for C backend
(not only c++)
Product: gcc
Version: 12.2.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109214
Bug ID: 109214
Summary: extension to C language allowing void * to be cast
to function pointer should be documented
Product: gcc
Version: unknown
Status: UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109214
--- Comment #1 from rouca ---
According to my C standard:
6.3.2.3 Pointers
1 A pointer to void may be converted to or from a pointer to any incomplete
or object
type. A pointer to any incomplete or object type may be converted to a
p
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108964
rouca changed:
What|Removed |Added
Version|12.2.0 |14.0
--- Comment #1 from rouca ---
Hi,
On the