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

H.J. Lu <hjl.tools at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING
   Last reconfirmed|                            |2016-01-20
                 CC|                            |hjl.tools at gmail dot com
     Ever confirmed|0                           |1

--- Comment #1 from H.J. Lu <hjl.tools at gmail dot com> ---
It works fine with x32 on trunk:

[hjl@gnu-6 gcc]$ ./xgcc -B./ -O /tmp/x.c
[hjl@gnu-6 gcc]$ ./a.out 
[hjl@gnu-6 gcc]$ file ./a.out 
./a.out: ELF 32-bit LSB executable, x86-64, version 1 (SYSV), dynamically
linked, interpreter /libx32/ld-linux-x32.so.2, for GNU/Linux 3.4.0,
BuildID[sha1]=d7fda1eccd8a9d4b9a9eb05c83ea7306f5fe1709, not stripped
[hjl@gnu-6 gcc]$

Reply via email to