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

--- Comment #5 from bigmagicreadsun <bigmagicreadsun at gmail dot com> ---
(In reply to Vladimir Mezentsev from comment #4)
> What is in your /usr/include/string.h in lines around 637 ?
> Could you please attach this output:
>   cat -n /usr/include/string.h | sed -n "625,650 p"

[root@a8e8ce221ec6 /]# cat -n /usr/include/string.h | sed -n "625,650 p"
   625     - machine-independent optimizations which do not increase the
   626       code size significantly and which optimize mainly situations
   627       where one or more arguments are compile-time constants.
   628       These optimizations are used always when the compiler is
   629       taught to optimize.
   630
   631     One can inhibit all optimizations by defining __NO_STRING_INLINES. 
*/
   632
   633  /* Get the machine-dependent optimizations (if any).  */
   634  #  include <bits/string.h>
   635
   636  /* These are generic optimizations which do not add too much inline
code.  */
   637  #  include <bits/string2.h>
   638  # endif
   639
   640  # if __USE_FORTIFY_LEVEL > 0 && defined __extern_always_inline
   641  /* Functions with security checks.  */
   642  #  include <bits/string3.h>
   643  # endif
   644  #endif
   645
   646  __END_DECLS
   647
   648  #endif /* string.h  */

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

Reply via email to