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

--- Comment #6 from Matthias Klose <doko at debian dot org> ---
sorry, this is glibc 2.33, not 2.35.

$ echo __x86_64 | x86_64-linux-gnu-gcc -E -
# 0 "<stdin>"
# 0 "<built-in>"
# 0 "<command-line>"
# 1 "/usr/include/stdc-predef.h" 1 3 4
# 0 "<command-line>" 2
# 1 "<stdin>"
1
$ echo __x86_64 | x86_64-linux-gnu-gcc -m32 -E -
# 0 "<stdin>"
# 0 "<built-in>"
# 0 "<command-line>"
# 1 "/usr/include/stdc-predef.h" 1 3 4
# 0 "<command-line>" 2
# 1 "<stdin>"
__x86_64

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

Reply via email to