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, 21 Dec 2023 18:48:32 +0000 (GMT)	[thread overview]
Message-ID: <20231221184832.EF5BE3858C56@sourceware.org> (raw)

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

 c1fa359976... posix: Remove the __strcpy_chk from glob tests

Diff:

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

  c1fa359... posix: Remove the __strcpy_chk from glob tests
  bf49aea... i686: Do not build ifunc tests if compiler does not generat
  69154cb... i386: Disable some tests on clang
  ed2b0cf... string: Disable function_overload test on clang
  bbf1af4... string: Disable test_strncmp (TODO)
  f19deb6... configure: Use -Wno-restrict iff compiler supports it
  004d3b3... stdio: Fix clang warnings on tests
  f30faf8... Use -Wl,--undefined-version if linker requires it
  1ededba... linux: Avoid indirection on operand of type 'void *' for ge
  78a48fd... Fix libc_cv_protected_data check if compiler defaults to PI
  b4d1269... stdio: Suppress %Z format for clang
  d91e6f0... resolve: Fix implicit conversion on tst-resolv-invalid-cnam
  5892184... elf: Use volatile to set __rseq_size and __rseq_offset
  a32a314... elf: Disable unload4 test on clang
  c8aaadc... stdio: Fix tst-vfprintf-user-type on clang
  72acadb... math: Do not use __builtin_isinf on clang
  f6a8b87... math: Do not use __builtin_isnan on clang
  640e89b... math: Do not use __builtin_fpclassify on clang
  06e1687... math: Fix isgreater* and isless* for clang
  b3051b4... math: Handle fabsf128 intra PLT for !__USE_EXTERN_INLINES
  71f0d19... intl: Use strcpy on _nl_make_l10nflist
  d4e8b0c... string: mempcy and stpcpy builtins internally
  30d032f... Handle abort call for -fexceptions call
  aa1eb10... elf: Disable tst-dlopen-nodelete-reloc if compiler does not
  b1748af... x86: Use bool for C++ on x86.h
  cb40ee7... malloc: Suppress clang warning on tst-aligned-alloc
  ca27004... malloc: Disable malloc builtins on tests
  9fd866d... Only use -finput-charset=ascii iff compiler supports it
  7729698... conform: Do not use __SIG_ATOMIC_TYPE__
  8db9c9e... conform: Replace _Static_assert with macro
  7bbb2e5... conform: Use -dD instead of -dN on compiler invocation
  116c116... localedata: Use hexadecimal character escape on tests
  2170940... Undef attribute_relro on internal tests that include tls.h
  7821059... elf: Do not cast TLS_DTV_UNALLOCATED to void
  32c3c68... malloc: Suppress clang warning on tst-memalign
  5c7a833... x86: Use inhibit_stack_protector on tst-ifunc-isa.h
  7e089b5... Move inhibit_stack_protector to its own header
  c0be62b... elf: Suppress clang warning on tst-unique4
  38e5e71... elf: Suppress clang warning on tst-unique3
  aa3b5bf... support: Suppress clang warning on tst-timespec
  26787b6... misc: Disable some atomic tests on clang
  ddd31c5... linux: Adequate tst-clone3 to c11 atomics
  7e86a6e... posix: Suppress clang warning on bug-regex24
  7438bae... dirent: Remove variable lenght array structure for tst-getd
  29ddc1b... string: Suppress clang -Wsuspicious-bzero on tester
  6b73d0f... malloc: Only enable -Waggressive-loop-optimizations suppres
  3fc760a... Use check tests with trampolines iff compiler supports it
  4da5369... Handle pragma GCC optimize for clang
  09c3225... stdio: Suppress clang warnings for tst-vprintf-width-i18n.c
  e2291b7... stdio: Suppress clang warnings for tst-unlockedio.c
  e1a99a4... stdio: Suppress -Wformat only for gcc for tst-sprintf-errno
  9c5cc97... stdio: Disable attribute (optimize) if compiler does not su
  6d41bd9... stdio: Disable clang warning on scanf13 test
  152e593... stdio: Disable bug23-3 on clang
  9f21b11... stdlib: Avoid internal definitions for tst-strtod5i
  5def618... math: Fix test-totalorderl-ldbl-96 exponent setting
  d98add2... And defines to __attribute__ (__noclone__) iff compiler sup
  8d1354d... x86: Use -mfpmath=387 iff compiler supports it
  c5123bc... x86_64: Disable libmvec tests if compiler does not support 
  2959338... math: Only build tests for _Complex __int128 iff compiler s
  15a22bc... x86: Fix test-double-vlen include-next
  5029d36... math: Define CMPLX(F,L) for clang
  8f5416d... Use -ffloat-store iff compiler supports it
  7d33535... math: Fix clang warnings on bug-tgmath1.c
  985afaf... math: Fix clang warnings for math/test-tgmath-ret.c
  38919f4... localedata: Fix clang warnings on tests
  734537e... configure: remove overly restrictive check for clang
  58bbb3f... riscv: Suppress clang confstr -Wignored-attributes feupdate
  a0477f5... riscv: Do not use cfi_label when building with clang
  54f6555... string: Suppress clang confstr -Wignored-attributes on strl
  6393bc2... arm: Fix clang multi-arch build with ld.bfd
  012fb16... arm: Use vmov.i32 instead of vmov on neon memchr
  4ccb9ee... aarch64: Use 64-bit variable to access the special register
  77ec140... i386: sfp-machine.h: Do no use asm input cast for clang
  b880347... i386: Move ___tls_get_addr hidden proto before its first us
  eb5b900... i386: Disable math_opt_barrier and math_force_eval for clan
  c4ed9de... x86: Add inhibit_stack_protector on ifunc handlers
  d528f99... x86: math: Avoid the use of __libgcc_cmp_return__ for __gcc
  2937411... x86: Remove __strstr_generic prototype
  8fbc46b... x86: Define __HAVE_FLOAT128 for Clang and use __builtin_*f1
  3ad5d1c... x86: Use -msse2avx iff compiler supports it
  0a6178d... support: Handle clang support/dtotimespec.c on dtotimespec
  07adefb... stdio: Fix -Wtautological-constant-out-of-range-compare on 
  dbb1d19... math: Suppress more aliases builtin type conflicts
  5564110... stdlib: Only enable strtod_l asserts if SIZE_MAX == UINTMAX
  d10391e... support: Use CHAR_MAX as maximum value
  fe98553... posix: Use unsigned to check for _POSIX_VDISABLE
  242e8c8... Use -frounding-math iff compiler supports it
  73fc235... string: Use asm alias instead of symbol redirections for st
  0a51fe8... math: Use -fexcess-precision=standard iff compiler supports
  e2a1ef0... timezone: Fix clang operator precedence warning
  e4000a8... configure: Use -Wno-ignored-attributes if compiler warns ab
  7f64f51... math: Suppress clang -Wincompatible-library-redeclaration o
  2eb9ad3... math: use fabs on __ieee754_lgamma_r
  aea078e... math: Suppress clang warning on math_check_force_underflow
  6f03860... catgets: Remove catgets/config.h
  64020ea... iconvdata: Remove use of GNU old-style field designator ext
  575226c... iconvdata: Suppress clang warning on locale definitions
  9db1a9e... locale: Fix implicit conversion on collate_finish
  8b6f258... elf: Suppress clang -Wstring-plus-int on rtld.c
  ffcaa3c... configure: Fix check for -fno-tree-loop-distribute-patterns
  6248c36... elf: Supress clang -Wsometimes-uninitialized on _dl_debug_i
  bf8a8e2... sunrpc: Suppress clang warning on struct cmessage
  87db8df... sunrpc: Remove extra parenthesis on comparison
  8f7dcf1... nss: Suppress nss_module.c warning on clang
  bf7ac8d... argp: Expand argp_usage, _option_is_short, and _option_is_e
  c9730cb... misc: Suppress clang warnings on syslog
  e64948e... posix: Suppress clang confstr -Wignored-attributes
  05bacf0... resolv: Handle -Wsometimes-uninitialized on getaddrinfo
  88826cb... elf: Suppress unused function clang for __ifunc_resolver
  87c3685... Fix inhibit_stack_protector for clang
  4b710ec... nptl: Fix Wincompatible-pointer-types on clang
  ed5dc49... configure: Use -Wno-maybe-uninitialized iff compiler suppor
  eefa335... Suppress -Wmaybe-uninitialized only for gcc
  ab5f12e... Remove include/*.h install rule
  6e10245... Disable __USE_EXTERN_INLINES for clang
  9175344... Add clang specific warnings suppress macros
  7a6632a... stdlib: longlong.h: Do no use asm input cast for clang
  fa16c0a... stdlib: Remove -Wmaybe-uninitialized supression on setenv.c

             reply	other threads:[~2023-12-21 18:48 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-21 18:48 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-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-09 13:10 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=20231221184832.EF5BE3858C56@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).