bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug gold/21128] i386: FAIL: icf_safe_so_test.sh


From: hjl.tools at gmail dot com
Subject: [Bug gold/21128] i386: FAIL: icf_safe_so_test.sh
Date: Tue, 02 May 2017 16:01:12 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=21128

--- Comment #3 from H.J. Lu <hjl.tools at gmail dot com> ---
ICF in shared object is disabled for x86-64 on purpose.  But on i386, both
foo_hidden and foo_internal are folded into foo_prot.  Because of

      if (length(act[0]) == 0 || length(act[1]) == 0)
        {
          printf \"Safe Identical Code Folding did not fold $2 and $3\\n\"
          exit 1;
        }

we got the false error.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]