[Bug lto/104895] lto1: issue with space in library filename

2022-03-14 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104895 Richard Biener changed: What|Removed |Added Ever confirmed|0 |1 Status|UNCONFIRMED

[Bug lto/104895] lto1: issue with space in library filename

2022-03-12 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104895 --- Comment #3 from Andrew Pinski --- White spaces and even special characters will always be a problem with anything that interacts with make or the shell. I am not saying this is not a fixable issue, just fixing this might even require huge

[Bug lto/104895] lto1: issue with space in library filename

2022-03-12 Thread christophm30 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104895 --- Comment #2 from Christoph Müllner --- Further analysis shows that '-flto=1' works as well and '-flto=16' fails as well. This brings us right to the spot: Bad: [...] make -f /tmp/ccyzs8VX.mk -j16 all Using built-in specs. [...] Good:

[Bug lto/104895] lto1: issue with space in library filename

2022-03-12 Thread christophm30 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104895 --- Comment #1 from Christoph Müllner --- Compiling with '-v' shows the following differences: BAD: gcc -v -fPIC -flto=auto -shared -Wl,-soname,"lib'do it'.so" -o "lib'do it'.so" doit.o [...] COLLECT_GCC_OPTIONS='-v' '-fPIC' '-flto=auto'