Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
145 commits
Select commit Hold shift + click to select a range
760a1a5
tree-ssa-math-opts: Fix up convert_{mult,plusminus}_to_widen [PR113759]
jakubjelinek Feb 6, 2024
483c061
lower-bitint: Encode address space qualifiers in VIEW_CONVERT_EXPRs […
jakubjelinek Feb 6, 2024
d3eac7d
asan: Don't fold some strlens with -fsanitize=address [PR110676]
jakubjelinek Feb 6, 2024
d29136a
RISC-V: Fix infinite compilation of VSETVL PASS
zhongjuzhe Feb 5, 2024
68a8ec7
c++: add auto_diagnostic_group to early_check_defaulted_comparison
mpolacek Feb 6, 2024
df9f6b9
aarch64: Fix build against libc++ in c++11 mode [PR113763]
jakubjelinek Feb 6, 2024
8ec2f19
aarch64: Fix function multiversioning mangling
andrewcarlotti Jan 31, 2024
1befe47
c++: add fixed test [PR94231]
mpolacek Feb 6, 2024
f2a0608
x86-64: Return 10_REG if there is no scratch register
hjl-tools Feb 6, 2024
4048537
c++: Disallow this specifier except for parameter declarations [PR113…
jakubjelinek Feb 6, 2024
3e4c4c5
Daily bump.
Feb 7, 2024
db5c3f6
RISC-V: Bugfix for RVV overloaded intrinisc ICE when empty args
Incarnation-p-lee Feb 6, 2024
d755a82
wide-int: Fix mul_internal overflow handling [PR113753]
jakubjelinek Feb 7, 2024
6e308d5
testsuite: Don't xfail gcc.dg/debug/dwarf2/inline5.c
rorth Feb 7, 2024
29998cc
range-op: Fix up ABSU_EXPR handling [PR113756]
jakubjelinek Feb 7, 2024
194d095
middle-end: add additional runtime test for [PR113467]
TamarChristinaArm Feb 7, 2024
8f6ed71
middle-end: fix ICE when moving statements to empty BB [PR113731]
TamarChristinaArm Feb 7, 2024
5c3ba60
middle-end: fix ICE when destination BB for stores starts with a labe…
TamarChristinaArm Feb 7, 2024
5eb4e50
gccrs: Implement quick-check for Unicode
tamaroning Dec 2, 2023
c49e45d
gccrs: Typecheck: lifetime interning and resolution tool
jdupak Jan 10, 2024
a2efcc8
gccrs: TyTy: Region (lifetime) representation
jdupak Jan 23, 2024
459b61c
gccrs: HIR: Add mising getter
jdupak Jan 23, 2024
3ed47dd
gccrs: Typecheck: add regions (lifetimes) to TyTy
jdupak Jan 10, 2024
f217292
gccrs: TyTy: Store region constraints
jdupak Jan 23, 2024
99fccb3
gccrs: TyTy: Store reference to type before any substitutions
jdupak Jan 23, 2024
60f8171
gccrs: Set the default ABI to C for extern blocks and extern functions
nobel-sh Jan 19, 2024
ce096d3
gccrs: add testcase to prove issue has already been fixed
philberty Feb 3, 2024
9fecac8
gccrs: add test cases to prove type inference is working
philberty Feb 3, 2024
1c649ac
gccrs: Fix ICE accessing empty vector without check
philberty Feb 3, 2024
f1d0b22
gccrs: remove old generics hack to reuse generic symbols from previou…
philberty Feb 3, 2024
229f2a7
gccrs: remove similar hack in type paths as we had in path expressions
philberty Feb 3, 2024
c91248d
gccrs: refactor inference variable computation into a seperate method
philberty Feb 3, 2024
955f332
gccrs: Move the Implementation of implitem lowering into its own file.
nobel-sh Jan 29, 2024
ae2f709
gccrs: Add testcase to show issue is already fixed
philberty Feb 4, 2024
72a0554
gccrs: fix bug in pattern check for tuples
philberty Feb 4, 2024
4287f31
gccrs: Use AssociatedItem in place of TraitItem
braw-lee Jan 24, 2024
4be51ab
gccrs: Add checks for Trait functions
braw-lee Jan 26, 2024
41cbf91
gccrs: Add missing visitors for AST::Function.
braw-lee Jan 26, 2024
ffeb72c
gccrs: Fix inconsistent formatting.
braw-lee Jan 26, 2024
6e9dad6
gccrs: Parse trait functions as `AST::Function`.
braw-lee Jan 26, 2024
1e114b6
gccrs: Remove obsolete classes and functions.
braw-lee Jan 26, 2024
af3f048
gccrs: Fix macro parsing for trait items.
braw-lee Jan 26, 2024
830d465
Apply TLC to vect_analyze_early_break_dependences
rguenth Feb 7, 2024
f89186f
gccrs: Parse normal functions with `self` parameter correctly
braw-lee Jan 23, 2024
a698cbf
AArch64: Update system register database.
Jan 31, 2024
9920057
PR target/113690: Remove TImode REG_EQUAL notes in STV.
rogersayle Feb 7, 2024
8636c53
tree-optimization/113796 - if-conversion and ranges
rguenth Feb 7, 2024
ff41862
libstdc++: Work around modules issue causing hello-1 ICE [PR113710]
Feb 7, 2024
91b016a
Update gcc zh_CN.po
jsm28 Feb 7, 2024
0535c20
Daily bump.
Feb 8, 2024
4797f01
c++: class nttp ICE
jicama Feb 7, 2024
bfd72bb
c: Fix boolean conversion of floating constant as integer constant ex…
jsm28 Feb 8, 2024
9ec0878
RISC-V: Bugfix for RVV overloaded intrinsic ICE in function checker
Incarnation-p-lee Feb 7, 2024
0ba32e2
AVR: Rename device-specs %_misc to %_rodata_in_ram.
sprintersb Feb 8, 2024
56adcd4
testsuite: fix pointer conversion error in testcase vect-early-break_…
TamarChristinaArm Feb 8, 2024
5bd96fe
Revert part of vect_analyze_early_break_dependences changes
rguenth Feb 8, 2024
e515d81
AVR: Always define __AVR_PM_BASE_ADDRESS__ in specs provided the core…
sprintersb Feb 8, 2024
3f69db1
middle-end: don't cache restart_loop in vectorizable_live_operations …
TamarChristinaArm Feb 8, 2024
969bc58
AVR: target/113824 - Fix multilib set for ATA5795.
sprintersb Feb 8, 2024
70b9dd8
testsuite: address Jakub's comments on vect-early-break_1-PR113808.f90
TamarChristinaArm Feb 8, 2024
d279859
x86: Update constraints for APX NDD instructions
hjl-tools Feb 6, 2024
ce915ca
AVR: Tidy up gen-avr-mmcu-specs.cc
sprintersb Feb 8, 2024
d2d5ef6
ranger: Grow BBs in relation oracle as needed [PR113735]
aldyh Feb 6, 2024
465b9c5
c++: NTTP type CTAD w/ tmpl from current inst [PR113649]
Feb 8, 2024
d945912
arm: testsuite: fix issues relating to fp16 alternative testing
Feb 5, 2024
5fb204a
libstdc++: Guard tr2::bases and tr2::direct_bases with __has_builtin
jwakely Feb 8, 2024
232ffb6
RISC-V: Fix rvv intrinsic pragma tests dejagnu selector
ewlu Jan 29, 2024
4e5dc6d
libstdc++: Add comment to gslice::operator=(const gslice&) [PR100147]
jwakely Feb 4, 2024
3d112bb
libstdc++: Fix comment typo in std::atomic<std::shared_ptr<T>>
jwakely Feb 7, 2024
90586e2
Daily bump.
Feb 9, 2024
1175d1b
testsuite: Pattern does not match when using --specs=nano.specs
Torbjorn-Svensson Feb 6, 2024
97e49bf
lower-bitint: Attempt not to emit always true conditions in handle_ca…
jakubjelinek Feb 9, 2024
6c12487
lower-bitint: Fix up additions of EH edges [PR113818]
jakubjelinek Feb 9, 2024
0ad1884
expand: Fix asm goto expansion [PR113415]
jakubjelinek Feb 9, 2024
0a329ec
libgcc, Darwin: Update symbol exports to include bitint and bf.
iains Feb 7, 2024
2bb4556
hwint: Introduce HOST_SIZE_T_PRINT_*
jakubjelinek Feb 9, 2024
c9bdcb0
lower-bitint: Fix handling of VIEW_CONVERT_EXPRs to minimally support…
jakubjelinek Feb 9, 2024
f931bd7
c++/modules: anon union member of as-base class [PR112580]
Feb 9, 2024
41a6d25
libstdc++: Use _GLIBCXX_USE_BUILTIN_TRAIT for is_same
ken-matsui Feb 8, 2024
b3d622d
Fortran: error recovery on arithmetic overflow on unary operations [P…
harald-anlauf Feb 8, 2024
3a3e0f1
c++: make build_throw SFINAE-friendly [PR98388]
mpolacek Feb 6, 2024
f29f7f8
c++: fix ICE with __type_pack_element [PR113834]
mpolacek Feb 9, 2024
2523654
Daily bump.
Feb 10, 2024
8632026
PR modula2/113848 modula2 does not build with clang
Feb 10, 2024
48207a5
c++: testcases for PR113545 (constexpr with switch and passing non-co…
hpataxisdotcom Jan 22, 2024
89e93ce
Use HOST_SIZE_T_PRINT_* and HOST_WIDE_INT_T_PRINT_* some more
jakubjelinek Feb 10, 2024
8427290
Add %[zt][diox] support to pretty-print
jakubjelinek Feb 10, 2024
3992044
gimple-low: Fix up handling of volatile automatic vars in assume attr…
jakubjelinek Feb 10, 2024
b2684e5
libgcc: Fix BIL_TYPE_SIZE == 32 support in _BitInt <-> dfp support
jakubjelinek Feb 10, 2024
1e87fcf
libgcc: Fix a bug in _BitInt -> dfp conversions
jakubjelinek Feb 10, 2024
d10c0dc
lower-bitint: Fix up .{ADD,SUB}_OVERFLOW lowering
jakubjelinek Feb 10, 2024
f882193
Darwin, testsuite: -bind_at_load is deprecated
fxcoudert Feb 10, 2024
cff174f
c++: DR2237, cdtor and template-id tweaks [PR107126]
mpolacek Feb 2, 2024
6b13e32
Darwin, testsuite: -multiply_defined is obsolete
fxcoudert Feb 10, 2024
d29f6c0
Darwin, testsuite: skip some -mcmodel=large tests
fxcoudert Feb 10, 2024
93e1559
Add Myself to Write After Approval and DCO List
Feb 10, 2024
67d5b10
Daily bump.
Feb 11, 2024
f854508
testsuite: Update test case to comply with GCC14 changes
Torbjorn-Svensson Feb 10, 2024
167798a
libgomp: Define config_path for hppa*-*-linux*
Feb 11, 2024
bbf05e3
i386, testsuite: adjust asm patterns
fxcoudert Feb 10, 2024
19a647b
Fix gcc.c-torture/execute/ieee/cdivchkf.c on hpux
Feb 11, 2024
cc136a0
Daily bump.
Feb 12, 2024
1e3f78d
tree-optimization/113863 - elide degenerate virtual PHIs when moving …
rguenth Feb 12, 2024
525cfe1
AVR: target/112944 - Addendum: Link code to initialize NVMCTRL_CTRLB.…
sprintersb Feb 12, 2024
016fbd2
RISC-V: Fix misspelled term args in error_at message
Incarnation-p-lee Feb 10, 2024
0437cbd
libgm2: Define missing configure macros [PR113888]
rorth Feb 12, 2024
938a419
tree-optimization/113831 - wrong VN with structurally identical ref
rguenth Feb 9, 2024
1e94648
libgomp: testsuite: Don't XPASS libgomp.c/alloc-pinned-1.c etc. on no…
rorth Feb 12, 2024
5e39897
x86, libgcc: Implement ia32 basic heap trampoline [PR113855].
iains Feb 10, 2024
1fcaa3a
gcc/Makefile.in: Always check info dependencies
Feb 10, 2024
3c57b1c
d: Fix callee destructor call invalidates the live object [PR113758]
ibuclaw Feb 4, 2024
2dde675
d: Merge dmd, druntime 11240a9663
ibuclaw Feb 12, 2024
b0efb1c
d: Fix internal compiler error: in make_import, at d/imports.cc:48 [P…
ibuclaw Feb 12, 2024
160f3f3
libphobos: Bump soname version to 5 [PR113667]
ibuclaw Feb 12, 2024
53bb714
libiberty: Fix up libiberty_vprintf_buffer_size
jakubjelinek Feb 12, 2024
76fb835
testsuite: Fix up gcc.dg/pr113693.c for ia32
jakubjelinek Feb 12, 2024
f3306a9
gengtype: Use HOST_SIZE_T_PRINT_UNSIGNED in another spot
jakubjelinek Feb 12, 2024
b42e978
attribs: Don't canonicalize lookup_scoped_attribute_spec argument [PR…
jakubjelinek Feb 12, 2024
9511b91
lower-bitint: Fix handle_cast when used e.g. in comparisons of precis…
jakubjelinek Feb 12, 2024
39d9890
c++: ICE with reinterpret_cast and switch [PR113545]
mpolacek Feb 12, 2024
065dddc
libstdc++: Fix constexpr basic_string union member [PR113294]
pkeir Feb 12, 2024
153ce7a
libgfortran: Adjust bytes_left and pos for access="STREAM".
Feb 12, 2024
bf074ee
Daily bump.
Feb 13, 2024
b753ef8
diagnostics: unbreak 'make gcc.pot'
davidmalcolm Feb 13, 2024
6caec7d
Fortran: Set the length of an allocatable character
Feb 13, 2024
21de339
hwint: Fix up preprocessor conditions for GCC_PRISZ/fmt_size_t
jakubjelinek Feb 13, 2024
2ca373b
libgcc: Fix UB in FP_FROM_BITINT
jakubjelinek Feb 13, 2024
af6d8d0
tree-optimization/113898 - ICE with sanity checking for VN ref adjust…
rguenth Feb 13, 2024
0d810b7
c++: Don't advertise cxx_constexpr_string_builtins [PR113658]
acoplan-arm Jan 31, 2024
491e574
middle-end: update vector loop upper bounds when early break vect [PR…
TamarChristinaArm Feb 13, 2024
aab45e2
tree-optimization/113902 - fix VUSE update in move_early_exit_stmts
rguenth Feb 13, 2024
743577e
Fix comment typo in ao_ref_init_from_vn_reference
rguenth Feb 13, 2024
efc71fd
libgm2: Fix libm2iso/wraptime.cc compilation on Solaris
rorth Feb 13, 2024
94225df
tree-optimization/113895 - copy_reference_ops_from_ref vs. bitfields
rguenth Feb 13, 2024
4a1cd55
tree-optimization/113896 - testcase for fixed PR
rguenth Feb 13, 2024
ecc119e
c++: SFINAE-unfriendly error on throwing pointer [PR112436]
mpolacek Feb 10, 2024
7eac19b
Re: [PATCH] RISC-V: Fix macro fusion for auipc+add, when identifying …
monkchiang Feb 13, 2024
19ac327
c++: variable partial spec redeclaration [PR113612]
jicama Feb 13, 2024
a51d2c3
gccrs: Fix typo in RegionConstraints instance
CohenArthur Feb 7, 2024
597dd35
gccrs: Add testcase for matches!() macro
CohenArthur Feb 6, 2024
692b9cc
gccrs: Fix rebinding imports
powerboat9 Jun 21, 2023
9fbb74b
gccrs: expand: Fix formatting for "macro not found" error
CohenArthur Feb 6, 2024
c924024
gccrs: Add testcase for #[rustc_const_stable]
CohenArthur Feb 7, 2024
7745f3d
gccrs: add powi intrinsics
dkm Oct 22, 2023
e73aef7
gccrs: Fix lookup of TuplePattern sub-pattern types
powerboat9 Feb 12, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2024-02-10 Alexander Westbrooks <[email protected]>

* MAINTAINERS: Add myself to write after approval and DCO.

2024-02-03 Maciej W. Rozycki <[email protected]>

* MAINTAINERS: Update my e-mail address.
Expand Down
2 changes: 2 additions & 0 deletions MAINTAINERS
Original file line number Diff line number Diff line change
Expand Up @@ -714,6 +714,7 @@ Stephen M. Webb <[email protected]>
John Wehle <[email protected]>
Florian Weimer <[email protected]>
Zack Weinberg <[email protected]>
Alexander Westbrooks <[email protected]>
Mark Wielaard <[email protected]>
Edmar Wienskoski <[email protected]>
Ollie Wild <[email protected]>
Expand Down Expand Up @@ -778,4 +779,5 @@ Edward Smith-Rowland <[email protected]>
Petter Tomner <[email protected]>
Martin Uecker <[email protected]>
Jonathan Wakely <[email protected]>
Alexander Westbrooks <[email protected]>
Chung-Ju Wu <[email protected]>
Loading