[Bug driver/21055] Option -Wl,-wrap when no input file

2024-10-03 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=21055 Andrew Pinski changed: What|Removed |Added Resolution|INVALID |DUPLICATE --- Comment #4 from Andrew Pin

[Bug driver/21055] Option -Wl,-wrap when no input file

2005-07-18 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-19 05:15 --- But this problem with -Wl,-wrap is really invalid as we treat all -Wl, as input files and unknown to what GCC the driver should do. -- What|Removed |Added -

[Bug driver/21055] Option -Wl,-wrap when no input file

2005-04-19 Thread wilson at gcc dot gnu dot org
--- Additional Comments From wilson at gcc dot gnu dot org 2005-04-19 20:09 --- This is due to an internal implementation detail. The -Wl options are handled by pretending that the argument to the -Wl option is an object file name. This works because the only thing we do with object fi

[Bug driver/21055] Option -Wl,-wrap when no input file

2005-04-16 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-16 13:10 --- $ gcc -shared -o champion.so -Wl,-wrap -Wl,toto Because we add -lgcc -lc and others, so this is not a bug at all. -- What|Removed |Added ---