public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Adhemerval Zanella <azanella@sourceware.org>
To: glibc-cvs@sourceware.org
Subject: [glibc] Deleted branch 'azanella/clang'
Date: Thu,  9 Jun 2022 13:10:20 +0000 (GMT)	[thread overview]
Message-ID: <20220609131020.AF0FB3839406@sourceware.org> (raw)

The branch 'azanella/clang' was deleted.
It previously pointed to:

 527908e064... stdio: Fix tst-vprintf-width-i18n for clang

Diff:

!!! WARNING: THE FOLLOWING COMMITS ARE NO LONGER ACCESSIBLE (LOST):
-------------------------------------------------------------------

  527908e... stdio: Fix tst-vprintf-width-i18n for clang
  88b92a4... x86_64: Add workaound math/bits/mathcalls.h __MATHDECL_VEC
  2f3bf69... stdio: Fix tst-printf-width-i18n for clang
  ada82e1... stdio-common: Add tst-printf-width-i18n to cover numeric fi
  db22b57... elf: Disable tst-dlopen-nodelete-reloc if compiler does not
  8648149... elf: Do not assume relocation ordering to check for output
  82657cb... elf: Fix _startup_fatal on clang
  1e2b92c... misc: Suppress clang warnings on syslog
  5878b5b... benchtests: Fix clang float128 constants
  2a00910... benchtest: Fix clang issues on benchmarks build
  04a7d3c... benchtest: Link bench-malloc-thread with libm
  9476302... elf: Use volatile to set __rseq_size and __rseq_offset
  72f7fd6... conform: Do not use __SIG_ATOMIC_TYPE__
  627c61c... stdio: Fix tst-vfprintf-user-type on clang
  c6f0776... math: Do not use __builtin_isinf on clang
  058be0e... math: Do not use __builtin_isnan on clang
  ae2a268... math: Do not use __builtin_fpclassify on clang
  e14d343... math: Fix isgreater* and isless* for clang
  589b517... Handle abort call for -fexceptions call
  aa82263... math: Handle internal fabsf128 alias on clang
  cff29d6... sparc32 localplt.data
  a4a1e08... string: mempcy and stpcpy builtins internally
  2d897b9... Use __feof_unlocked instead of feof_unlocked
  3094f85... inet: Use __ferror_unlocked
  d5e02fa... stdlib: Handle bcrypt internal alias for !__USE_EXTERN_INLI
  ccfe827... ctype: Handle ctype.h internal alias for !__USE_EXTERN_INLI
  29b1b43... misc: Handle sysmacros.h internal alias for !__USE_EXTERN_I
  0146183... x86: Use bool for C++ on x86.h
  0b3cc16... malloc: Disable malloc builtins on tests
  a932180... elf: Remove -fno-tree-loop-distribute-patterns usage on dl-
  095b309... conform: Replace _Static_assert with macro
  b88339f... conform: Use -dD instead of -dN on compiler invocation
  2becbbd... elf: Only build tst-unique{1,2} if compiler supports gnu_un
  4ff4637... elf: Use libsupport on unload4 test
  bc02f45... localedata: Use hexadecimal character escape on tests
  4a19f85... Undef attribute_relro on internal tests that include tls.h
  3b70cdc... aarch64: Define .variant_pcs after .global definition
  dd7b47f... elf: Do not case TLS_DTV_UNALLOCATED to void
  f4c5594... Only use -finput-charset=ascii iff compiler supports it
  9b33e0e... linux: Adequate tst-clone3 to c11 atomics
  8a01d85... support: Suppress clang warning on tst-timespec
  2a5d496... posix: Suppress clang warning on bug-regex24
  d7fdd6d... misc: Disable some atomic tests on clang
  d3f04f5... elf: Suppress clang warning on tst-unique4
  f017ab6... elf: Suppress clang warning on tst-unique3
  34143b6... dirent: Remove variable lenght array structure
  f04384e... Handle pragma GCC optimize for clang (fix)
  61d925e... malloc: Suppress clang warning on tst-memalign
  3a89c26... malloc: Only enable -Waggressive-loop-optimizations suppres
  a4fb161... Use check tests with trampolines iff compiler supports it
  3a98e46... string: Suppress clang -Wsuspicious-bzero on tester
  bf00caf... libio: Handle pragma GCC optimize for clang
  2e98add... libio: Handle -Wno-restrict with libc-diag.h
  7c3e033... stdio: Fix clang warnings for tst-unlockedio
  de6a500... stdio: Add DIAG_IGNORE_NEEDS_COMMENT_WFORMAT
  8377630... stdio: Disable attribute (optimize) if compiler does not su
  b695975... stdio: Disable clang warning on scanf13 test
  22d1746... stdio: Disable bug23-3 on clang
  dcacdac... stdlib: Avoid internal definitions for tst-strtod5i
  3c67ab5... math: Fix test-totalorderl-ldbl-96 exponent setting
  83cdf9c... And defines to __attribute__ (__noclone__) iff compiler sup
  0901def... x86: Use -mfpmath=387 iff compiler supports it
  8f7f4fb... math: Only check for _Complex __int128 iff compiler support
  3ef6561... x86: Fix test-double-vlen include-next
  5b7834c... math: Define CMPLX(F,L) for clang
  ceb6795... Use -ffloat-store iff compiler supports it
  6b9d62e... math: Fix clang warnings on bug-tgmath1.c
  4567fcb... resolv: Handle -Wsometimes-uninitialized on getaddrinfo
  d4ad072... socket: Use internal alias for __cmsg_nxthdr
  a874228... localedata: Fix clang warnings on tests
  516ad5f... math: Fix clang warnings for math/test-tgmath-ret.c
  9777369... powerpc: Replace AC_LANG_PROGRAM with AC_TRY_COMMAND
  e7f9d34... aarch64: Use 64-bit variable to access the special register
  7557173... Use -frounding-math iff compiler supports it
  2ff5dfb... posix: Use unsigned to check for _POSIX_VDISABLE
  bfca696... nptl: Use hidden_proto3 for __nptl_threads_events,
  d48f5b1... string: Use asm alias instead of symbol redirections for st
  2e1c333... x86: Remove unened __strstr_sse2 prototype
  8da4d2a... libio: Refactor internal aliases
  c47008b... socket: Remove ununsed __cmsg_nxthdr internal alias
  9409602... stdlib: Remove ununsed internal aliases for atoi and bsearc
  3cc5521... stdio: Refactor getc_unlocked, putc_unlocked, and fputc_unl
  7c96452... libio: Use __libc_ferror_unlocked instead of __ferror_unloc
  87b37a1... libio: Use __libc_feof_unlocked instead of __feof_unlocked
  8fb7bdb... libio: Use __libc_getdelim instead of __getdelim
  2239d59... Refactor internal alias for internal function
  5f01193... configure: Use -Wno-ignored-attributes if compiler warns ab
  c9e5791... math: Use -fexcess-precision=standard iff compiler supports
  1f2bbc9... support: Use CHAR_MAX as maximum value
  252d12b... timezone: Fix clang operator precedence warning
  cc486ce... configure: Use -Wno-maybe-uninitialized iff compiler suppor
  ad0b78d... x86: Use -msse2avx iff compiler supports it
  175e865... math: x86: Avoid the use of __libgcc_cmp_return__ for __gcc
  91f5525... math: Suppress clang warning on math_check_force_underflow
  075963d... iconvdata: Remove use of GNU old-style field designator ext
  6e30253... resolv: Make __gai_create_helper_thread static
  497a102... iconvdata: Suppress warning on clang
  69020aa... locale: Fix type
  e79bacf... elf: Suppress warning on clang
  d5314bd... configure: Check -fno-tree-loop-distribute-patterns
  8fe0670... elf: Initialize variable to pacify clang
  215ad64... sunrpc: Remove extra parenthesis on comparison
  20ae84f... sunrpc: Suppress clang warning on struct cmessage
  a948978... nss: Suppress nss_module.c warning on clang
  62c283b... Fix inhibit_stack_protector for clang
  df58548... nptl: Fix Wincompatible-pointer-types on clang
  790f8f8... stdio: Fix -Wtautological-constant-out-of-range-compare on 
  d3209c3... Add DIAG_IGNORE_NEEDS_COMMENT_GCC
  f3cbf75... x86: Define __HAVE_FLOAT128 for Clang and use __builtin_*f1
  ea06211... Rework not-cancel function prototypes
  f397637... Rewrite find_cxx_header config configure.ac
  a1ac187... Remove libc_hidden_proto (confstr)
  c8b469a... Disable use of -fsignaling-nans if compiler does not suppor
  1b8c223... Disable __USE_EXTERN_INLINES for clang
  5a008f0... configure: remove overly restrictive check for clang
  6a6570e... Remove __LDBL_REDIR macros
  40cafe9... Remove stdlib-ldbl.h
  2953a87... Remove monetary-ldbl.h
  8782866... Remove printf-ldbl.h
  f203a62... Remove syslog-ldbl.h
  1264bbf... Remove error-ldbl.h
  5d27301... Remove err-ldbl.h
  071a76b... Use __REDIRECT_LDBL_COMPAT for _IO_vfscanf
  f6c1628... Remove argp-ldbl.h
  78eb9cc... Remove wchar-ldbl.h
  8f798f4... Remove stdio-ldbl.h
  c082455... Remove include/*.h install rule
  8c66fed... ctype: Remove internal lower/toupper alias
  00a2956... x86: Remove .tfloat usage
  143738b... stdlib: Move attribute_hidden definition to function protot
  9d2bfa7... nis: Fix nis_print_directory
  edf4d58... math: x86: Remove extra '%' on FP_INIT_ROUNDMODE inline asm
  35d9833... math: use fabs on __ieee754_lgamma_r
  f8fafdd... catgets: Remove catgets/config.h
  18672ae... malloc: Use C11 atomics on memusage
  2cd26fa... elf: Use C11 atomics on _dl_mcount
  85dd291... Use '%z' instead of '%Z' on printf functions
  7bbbdff... linux: Use same type for MMAP2_PAGE_UNIT
  6d46eed... posix: Fix macro expansion producing 'defined' has undefine
  7e1e900... linux: Avoid shifting a negative signed on POSIX timer inte
  6d73992... stdlib: Fix macro expansion producing 'defined' has undefin
  a72ae36... stdlib/longlong.h: Remove incorrect lvalue to rvalue conver
  3fcd30c... stdlib: Remove GCC pragma diagnostic
  545d48e... nptl: x86_64: Use __builtin_frame_address for CURRENT_STACK
  3b3975f... Replace internal usage of strtol and wcstol for internal al
  a4dc33f... stdlib: Remove extra whitespace on Makefile


             reply	other threads:[~2022-06-09 13:10 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-09 13:10 Adhemerval Zanella [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-04-17 20:03 Adhemerval Zanella
2024-04-02 15:49 Adhemerval Zanella
2024-02-09 17:26 Adhemerval Zanella
2024-02-07 14:02 Adhemerval Zanella
2024-01-29 17:52 Adhemerval Zanella
2023-12-21 18:48 Adhemerval Zanella
2023-09-28 17:48 Adhemerval Zanella
2023-08-30 12:32 Adhemerval Zanella
2023-02-09 19:44 Adhemerval Zanella
2022-10-28 17:36 Adhemerval Zanella
2022-10-04 12:54 Adhemerval Zanella
2022-06-09 21:14 Adhemerval Zanella
2022-06-03 13:59 Adhemerval Zanella
2022-05-13 14:13 Adhemerval Zanella
2022-05-12 19:27 Adhemerval Zanella
2022-05-10 18:17 Adhemerval Zanella
2022-04-29 13:50 Adhemerval Zanella
2022-04-04 12:47 Adhemerval Zanella
2022-03-31 18:45 Adhemerval Zanella
2022-03-25 19:42 Adhemerval Zanella
2022-03-16 17:57 Adhemerval Zanella
2022-03-15 18:34 Adhemerval Zanella
2022-03-11 17:17 Adhemerval Zanella

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220609131020.AF0FB3839406@sourceware.org \
    --to=azanella@sourceware.org \
    --cc=glibc-cvs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).