+2025-04-17 Ard Biesheuvel <ardb@kernel.org>
+
+ Backported from master:
+ 2025-04-16 Ard Biesheuvel <ardb@kernel.org>
+
+ PR target/119386
+ * config/i386/i386-options.cc: Permit -mnop-mcount when
+ using -fpic with PLTs.
+
+2025-04-17 Ard Biesheuvel <ardb@kernel.org>
+
+ Backported from master:
+ 2025-04-16 Ard Biesheuvel <ardb@kernel.org>
+
+ PR target/119386
+ * config/i386/i386.cc (x86_print_call_or_nop): Add @PLT suffix
+ where appropriate.
+ (x86_function_profiler): Fall through to x86_print_call_or_nop()
+ for PIC codegen when flag_plt is set.
+
2025-04-16 Eric Botcazou <ebotcazou@gcc.gnu.org>
* tree-ssa-phiopt.cc (factor_out_conditional_operation): Do not
+2025-04-17 Ard Biesheuvel <ardb@kernel.org>
+
+ Backported from master:
+ 2025-04-16 Ard Biesheuvel <ardb@kernel.org>
+
+ PR target/119386
+ * gcc.target/i386/pr119386-3.c: New test.
+
+2025-04-17 Ard Biesheuvel <ardb@kernel.org>
+
+ Backported from master:
+ 2025-04-16 Ard Biesheuvel <ardb@kernel.org>
+
+ PR target/119386
+ * gcc.target/i386/pr119386-1.c: New test.
+ * gcc.target/i386/pr119386-2.c: New test.
+
2025-04-16 Eric Botcazou <ebotcazou@gcc.gnu.org>
* gnat.dg/opt105.adb: New test.
+2025-04-17 Tomasz Kamiński <tkaminsk@redhat.com>
+
+ Backported from master:
+ 2025-03-12 Tomasz Kamiński <tkaminsk@redhat.com>
+
+ * include/std/format (formatter<_Float16, _CharT>): Define only if
+ _GLIBCXX_FLOAT_IS_IEEE_BINARY32 macro is defined.
+ (formatter<_Float16, _CharT>): As above.
+ (formatter<__gnu_cxx::__bfloat16_t, _CharT>): As above.
+ (formatter<_Float64, _CharT>): Define only if
+ _GLIBCXX_DOUBLE_IS_IEEE_BINARY64 is defined.
+ (basic_format_arg::_S_to_arg_type): Normalize _Float32 and _Float64
+ only to float and double respectivelly.
+ (basic_format_arg::_S_to_enum): Remove handling of _Float32 and _Float64.
+
2025-04-16 Jonathan Wakely <jwakely@redhat.com>
* include/std/numeric: Only mention ranges::iota in comment.