The branch 'ibm/heads/gcc-17-future-base' was updated to point to:
ffbf8d2123ba... Merge commit 'refs/vendors/ibm/heads/gcc-17-future-base' of
It previously pointed to:
1e2ee26fe251... Add ChangeLog.bugs and update REVISION.
Diff:
Summary of changes (added commits):
-----------------------------------
ffbf8d2... Merge commit 'refs/vendors/ibm/heads/gcc-17-future-base' of
32ce3bf... Add ChangeLog.bugs and update REVISION.
6984448... testsuite, c, Darwin: Fix Mach-O issues in toplevel asm tes (*)
70e630b... libstdc++: Update feature test macros and tests for C++29 (*)
30a6452... gccrs: intrinsic: Enforce intrinsic signatures during the t (*)
11390b9... gccrs: intrinsic: Use Values::Intrinsics instead of raw str (*)
fdb375f... gccrs: Move a test into compile/macros/mbe (*)
5bea182... gccrs: intrinsic: Add min_align_of (*)
b80c154... gccrs: typecheck: Special case builtin types when typecheck (*)
831a427... gccrs: nr: Remove hack around resolving modules (*)
954ff2f... gccrs: nr: Add modules to types NS (*)
15a8fbd... gccrs: Search lang_prelude when reaching module boundary du (*)
0c71fe1... gccrs: Clean up drop compile headers (*)
8bc3207... gccrs: add drops at the end of function bodies (*)
c26a3a7... gccrs: move Drop helpers to separate files (*)
aebe09f... gccrs: report unsupported Drop ref patterns (*)
289436d... gccrs: add block-exit Drop calls (*)
ce41da7... gccrs: add block drop candidate tracking infrastructure (*)
4b9b1bf... gccrs: attr: Add attributes rustc_allocator and rustc_alloc (*)
2c7eda7... gccrs: attr: Add attribute rustc_std_internal_symbol (*)
c9f0f93... gccrs: Remove reduntant as_string calls. (*)
d63aeca... gccrs: Add a new test for float literals (*)
99812d9... gccrs: Fix use after move in lexer (*)
7081b84... gccrs: aarch64: Work around regression in PR 125600 (*)
c352bb8... gccrs: compile-expr: Rename lookup_temp_var (*)
2d6442d... gccrs: unsafe: Lookup PathInExpression nodes in both the Ty (*)
b1123a2... gccrs: privacy-reporter: Check for resolved nodes in more n (*)
77ab427... gccrs: nr: Add lookup(ns1, ns2, ns3) (*)
b56e058... gccrs: nr: Improve documentation around FinalizedNameResolu (*)
b6dcd03... gccrs: nr: Disable flatten function for now (*)
24c82ce... gccrs: nr: Remove unused locus in finalize_rebind_import. (*)
9320306... gccrs: resolve: Use definition IDs directly and fix ICEs (*)
8dac20e... gccrs: nr: Separate APIs properly for flattening. (*)
783fd81... gccrs: nr2.0: Fix resolve_path_in_all_ns (*)
2ede4ec... gccrs: marklive: Allow looking up variables in types NS as (*)
327eb6a... gccrs: nr: Add more namespace lookup APIs (*)
572cc99... gccrs: nr: Create new APIs to specify namespaces in which u (*)
8ccf10e... gccrs: nr: Improve Macro Def/Invoc mappings (*)
57f5357... gccrs: session-manager: Call NRCtx::flatten after Late (*)
8e890bf... gccrs: nr: Rename ImmutableNameResolutionContext to Finaliz (*)
2d7aeae... gccrs: nr: Properly resolve imports and modules in segments (*)
a858ece... gccrs: nr: Finish moving all segment resolution methods to (*)
435fdda... gccrs: nr: Add imports to types NS, add NR flattening (*)
9d6c9f1... gccrs: Make `extern crate self` resolve to current crate (*)
346d511... gccrs: lang: Add lang item exchange_malloc (*)
5333e24... gccrs: Limit globbing visitor (*)
e797f09... c++/reflection: ^^ cannot define types [PR125922] (*)
1fa4437... c++: Add tests for C++29 P3847R1 - Lexical order for lambda (*)
cfb32cf... c++: Add tests for C++29 P3899R3 - Clarify the behavior of (*)
a1c5958... [RISC-V] Avoid multiply defined insn name (*)
f5d723a... Objective-C++: Parallelize the tests. (*)
21dad39... RISC-V: GLIBC's setjmp preserves callee-saved registers [PR (*)
2b3c882... rs6000: Builtins for ECC cryptography instructions [RFC0266 (*)
576fead... [RISC-V][PR target/123884] Generate more Zbs instructions f (*)
9496224... [RISC-V][PR target/124019] Add pattern to improve QI compar (*)
3a87b1b... libstdc++: Remove trailing whitespace in acinclude.m4 (*)
0623f27... libstdc++: Update AC_FOREACH to m4_foreach_w [PR103459] (*)
16756fc... libstdc++: Update AM_PROG_LIBTOOL to LT_INIT [PR103459] (*)
a4da650... libstdc++: Update AC_LANG_{SAVE,RESTORE} to AC_LANG_{PUSH,P (*)
3df443c... libstdc++: Update AC_TRY_COMPILE to AC_COMPILE_IFELSE [PR10 (*)
7626f72... libstdc++: Update AC_TRY_LINK to AC_LINK_IFELSE [PR103459] (*)
a2c18c3... libstdc++: Update AC_HELP_STRING to AS_HELP_STRING [PR10345 (*)
83f0ad4... libstdc++: Workaround legacy iconv signature [PR125956] (*)
23b6a9a... tail-merge: Combine conditions of merged blocks for ccmp [P (*)
4fe10ce... uninit: Relax PHI def predicate by maybe-undef edge conditi (*)
47c2458... ifcombine: Add tree-ssa-ifcombine.h and update function sig (*)
4b99a9a... middle-end/125977 - disable RTL expansion ranger use at -O0 (*)
a928b9c... AArch64/SVE: Relax the expectations of the popcnt-sve test (*)
a30f874... libgomp.texi: Fix missing @end smallexample arguments (*)
4c63fde... aarch64: split r->w moves for partial AdvSIMD vectors [PR12 (*)
9274ede... libstdc++: Fix up bits/std.cc symlink installation (*)
2e24725... libgomp.texi: Document new GOMP entry points for OMPT obser (*)
4f26cb5... Revert "MIPS: harden SSP set and test routines [PR 125077]" (*)
e7efddb... mips: fix unintialized operand use in sync_{old,new}_<optab (*)
a1fc804... MIPS: harden SSP set and test routines [PR 125077] (*)
6a2460e... libgomp: Sort 'GOMP_reduction_{start,end}' correctly in 'li (*)
36f6040... testsuite: Fix up gomp/atomic-builtins-1.c test on !int128 (*)
351bdef... Fixup default TARGET_SCHED_REASSOCIATION_WIDTH (*)
79496ee... tree-optimization/125953 - ICE with vector pattern stmts ra (*)
02b7c73... Improve vect_recog_divmod_pattern use of ranger (*)
3756901... testsuite: Fix gcc.target/i386/pr125958.c on 32-bit Solaris (*)
92d206f... Forward declare tree_code in coretypes.h (*)
a919711... Built-ins to access code pointer and static chain of nested (*)
bf91e21... RISC-V: don't use Python f"..." syntax (*)
(*) This commit already exists in another branch.
Because the reference `refs/vendors/ibm/heads/gcc-17-future-base' matches
your hooks.email-new-commits-only configuration,
no separate email is sent for this commit.