[Bug driver/108328] New: gcc --help -v doesn't work correctly in some circumstances in gcc>=10

2023-01-07 Thread sagimor6 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108328 Bug ID: 108328 Summary: gcc --help -v doesn't work correctly in some circumstances in gcc>=10 Product: gcc Version: 10.0 Status: UNCONFIRMED Severity: normal

[Bug driver/108328] gcc --help -v doesn't work correctly in some circumstances in gcc>=10

2023-01-07 Thread sagimor6 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108328 --- Comment #3 from Sagi Mor --- I agree that the python check is broken, but I do think that the current behavior is incorrect. it doesn't make sense that for N input file, the help will be displayed N times. and that linker options suppress th

[Bug driver/108328] gcc --help -v doesn't work correctly in some circumstances in gcc>=10

2023-01-07 Thread sagimor6 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108328 --- Comment #4 from Sagi Mor --- created a bug report on buildroot as a workaround for the time being: https://bugs.busybox.net/show_bug.cgi?id=15231

[Bug driver/108328] gcc --help -v doesn't work correctly in some circumstances in gcc>=10

2023-01-08 Thread sagimor6 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108328 --- Comment #6 from Sagi Mor --- Well, this is only for aarch64 and arc, and they do compile the kernel in buildroot, so it seems to work? (never checked myself) By the way, they solve the -Wl,z,relro for kernel/uboot compilation by checking if

[Bug driver/108328] gcc --help -v doesn't work correctly in some circumstances in gcc>=10

2023-01-08 Thread sagimor6 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108328 --- Comment #7 from Sagi Mor --- Ok, now I understand what you said about the kernel and sysroot. Yes, it is weird. (non buildroot kernel compiled with 64k pages, buildroot sysroot with 4k max).