https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61564

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org

--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Note current trunk doesn't ICE, but emits quite weird diagnostics on this:
#pragma GCC optimize ("-fno-lto")
int main(int argc, char *argv[]) {return 0;}
./xgcc -B ./ -o 1 1.c -flto
/usr/bin/ld: /tmp/ccJ3LJfv.o: plugin needed to handle lto object

Reply via email to