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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |14.0
           Priority|P3                          |P1
                 CC|                            |krebbel at gcc dot gnu.org,
                   |                            |vmakarov at gcc dot gnu.org

--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
If one doesn't have the needed libraries,
gcc -o vsftpd access.o ascii.o banner.o features.o filestr.o ftpcmdio.o
ftpdataio.o ftppolicy.o hash.o ipaddrparse.o logging.o ls.o main.o netstr.o
oneprocess.o opts.o parseconf.o postlogin.o postprivparent.o prelogin.o
privops.o privsock.o ptracesandbox.o readwrite.o secbuf.o seccompsandbox.o
secutil.o ssl.o sslslave.o standalone.o str.o strlist.o sysdeputil.o sysstr.o
sysutil.o tcpwrap.o tunables.o twoprocess.o utility.o -pie -fPIE
-Wl,--unresolved-symbols=ignore-all -fdump-tree-optimized
-fdump-rtl-final-details
seems to emit the final dump of the exactly same size, so I'd expect that it
has the same problem.

Reply via email to