[Bug c/108964] New: Attribute target should be implemented for C backend (not only c++)

2023-02-28 Thread rouca at debian dot org via Gcc-bugs
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

[Bug c/109214] New: extension to C language allowing void * to be cast to function pointer should be documented

2023-03-20 Thread rouca at debian dot org via Gcc-bugs
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

[Bug c/109214] extension to C language allowing void * to be cast to function pointer should be documented

2023-03-20 Thread rouca at debian dot org via Gcc-bugs
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

[Bug c/108964] Attribute target should be implemented for C backend (not only c++)

2023-06-22 Thread rouca at debian dot org via Gcc-bugs
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