[Bug middle-end/115170] __cxa_atexit@plt even if -fno-plt

2024-05-23 Thread crrodriguez at opensuse dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115170 --- Comment #8 from Cristian Rodríguez --- SO shall I flile a bug report to the linker instead? if -znow is used I would expect no plt used in the whole executable..

[Bug middle-end/115170] __cxa_atexit@plt even if -fno-plt

2024-05-21 Thread crrodriguez at opensuse dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115170 Cristian Rodríguez changed: What|Removed |Added Resolution|MOVED |--- Status|RESOLVED

[Bug c/115170] New: __cxa_atexit@plt even if -fno-plt

2024-05-20 Thread crrodriguez at opensuse dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115170 Bug ID: 115170 Summary: __cxa_atexit@plt even if -fno-plt Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c

[Bug middle-end/111775] New: -Wstrict-flex-arrays missing diagnostics with unions

2023-10-11 Thread crrodriguez at opensuse dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111775 Bug ID: 111775 Summary: -Wstrict-flex-arrays missing diagnostics with unions Product: gcc Version: 14.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug middle-end/111659] document that -Wstrict-flex-arrays depends on -ftree-vrp

2023-10-02 Thread crrodriguez at opensuse dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111659 --- Comment #3 from Cristian Rodríguez --- Example code that emits no warning (in case if there is of any interest) curl -LO https://www.netlib.org/fp/dtoa.c gcc-14 -Og -c -Warray-bounds -fstrict-flex-arrays -Werror=strict-flex-arrays

[Bug other/111659] New: document that -Wstrict-flex-arrays depends on -ftree-vrp

2023-10-01 Thread crrodriguez at opensuse dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111659 Bug ID: 111659 Summary: document that -Wstrict-flex-arrays depends on -ftree-vrp Product: gcc Version: 14.0 Status: UNCONFIRMED Severity: normal

[Bug c/111604] New: bogus warning: '#' flag used with ‘%m’ gnu_printf format

2023-09-26 Thread crrodriguez at opensuse dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111604 Bug ID: 111604 Summary: bogus warning: '#' flag used with ‘%m’ gnu_printf format Product: gcc Version: 14.0 Status: UNCONFIRMED Severity: normal

[Bug other/104374] New: attributes for signal safety and signal handling

2022-02-03 Thread crrodriguez at opensuse dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104374 Bug ID: 104374 Summary: attributes for signal safety and signal handling Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3

[Bug c/90941] [rfe] attribute to specify write-once static variable for early-initialized values

2021-11-19 Thread crrodriguez at opensuse dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90941 Cristian Rodríguez changed: What|Removed |Added CC||crrodriguez at opensuse dot org