aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-02-12libgfortran: Adjust bytes_left and pos for access="STREAM".Jerry DeLisle2-5/+23
2024-02-12libstdc++: Fix constexpr basic_string union member [PR113294]Paul Keir2-1/+15
2024-02-12c++: ICE with reinterpret_cast and switch [PR113545]Marek Polacek2-3/+11
2024-02-12lower-bitint: Fix handle_cast when used e.g. in comparisons of precisions mul...Jakub Jelinek2-4/+33
2024-02-12attribs: Don't canonicalize lookup_scoped_attribute_spec argument [PR113674]Jakub Jelinek2-10/+13
2024-02-12gengtype: Use HOST_SIZE_T_PRINT_UNSIGNED in another spotJakub Jelinek1-2/+4
2024-02-12testsuite: Fix up gcc.dg/pr113693.c for ia32Jakub Jelinek1-1/+6
2024-02-12libiberty: Fix up libiberty_vprintf_buffer_sizeJakub Jelinek1-6/+59
2024-02-12libphobos: Bump soname version to 5 [PR113667]Iain Buclaw2-2/+2
2024-02-12d: Fix internal compiler error: in make_import, at d/imports.cc:48 [PR113125]Iain Buclaw3-0/+11
2024-02-12d: Merge dmd, druntime 11240a9663Iain Buclaw42-296/+491
2024-02-12d: Fix callee destructor call invalidates the live object [PR113758]Iain Buclaw3-6/+50
2024-02-12gcc/Makefile.in: Always check info dependenciesChristophe Lyon3-2/+9
2024-02-12x86, libgcc: Implement ia32 basic heap trampoline [PR113855].Iain Sandoe5-10/+40
2024-02-12libgomp: testsuite: Don't XPASS libgomp.c/alloc-pinned-1.c etc. on non-Linux ...Rainer Orth2-2/+8
2024-02-12tree-optimization/113831 - wrong VN with structurally identical refRichard Biener3-14/+139
2024-02-12libgm2: Define missing configure macros [PR113888]Rainer Orth5-13/+369
2024-02-12RISC-V: Fix misspelled term args in error_at messagePan Li2-64/+65
2024-02-12AVR: target/112944 - Addendum: Link code to initialize NVMCTRL_CTRLB.FLMAPGeorg-Johann Lay1-1/+4
2024-02-12tree-optimization/113863 - elide degenerate virtual PHIs when moving ee storesRichard Biener3-0/+40
2024-02-12Daily bump.GCC Administrator3-1/+19
2024-02-11Fix gcc.c-torture/execute/ieee/cdivchkf.c on hpuxJohn David Anglin1-4/+5
2024-02-11i386, testsuite: adjust asm patternsFrancois-Xavier Coudert1-2/+2
2024-02-11libgomp: Define config_path for hppa*-*-linux*John David Anglin1-0/+4
2024-02-11testsuite: Update test case to comply with GCC14 changesTorbjörn SVENSSON1-7/+16
2024-02-11Daily bump.GCC Administrator12-1/+212
2024-02-10Add Myself to Write After Approval and DCO ListAlexander Westbrooks1-0/+2
2024-02-10Darwin, testsuite: skip some -mcmodel=large testsFrancois-Xavier Coudert3-0/+3
2024-02-10Darwin, testsuite: -multiply_defined is obsoleteFrancois-Xavier Coudert1-0/+1
2024-02-10c++: DR2237, cdtor and template-id tweaks [PR107126]Marek Polacek16-24/+146
2024-02-10Darwin, testsuite: -bind_at_load is deprecatedFrancois-Xavier Coudert1-0/+1
2024-02-10lower-bitint: Fix up .{ADD,SUB}_OVERFLOW loweringJakub Jelinek1-1/+1
2024-02-10libgcc: Fix a bug in _BitInt -> dfp conversionsJakub Jelinek3-3/+3
2024-02-10libgcc: Fix BIL_TYPE_SIZE == 32 support in _BitInt <-> dfp supportJakub Jelinek5-16/+20
2024-02-10gimple-low: Fix up handling of volatile automatic vars in assume attribute [P...Jakub Jelinek3-5/+50
2024-02-10Add %[zt][diox] support to pretty-printJakub Jelinek6-42/+143
2024-02-10Use HOST_SIZE_T_PRINT_* and HOST_WIDE_INT_T_PRINT_* some moreJakub Jelinek26-93/+121
2024-02-10c++: testcases for PR113545 (constexpr with switch and passing non-constexpr ...Hans-Peter Nilsson2-0/+110
2024-02-10PR modula2/113848 modula2 does not build with clangGaius Mulley1-1/+4
2024-02-10Daily bump.GCC Administrator8-1/+149
2024-02-09c++: fix ICE with __type_pack_element [PR113834]Marek Polacek2-4/+20
2024-02-09c++: make build_throw SFINAE-friendly [PR98388]Marek Polacek7-26/+43
2024-02-09Fortran: error recovery on arithmetic overflow on unary operations [PR113799]Harald Anlauf2-3/+20
2024-02-09libstdc++: Use _GLIBCXX_USE_BUILTIN_TRAIT for is_sameKen Matsui2-8/+5
2024-02-09c++/modules: anon union member of as-base class [PR112580]Patrick Palka3-2/+39
2024-02-09lower-bitint: Fix handling of VIEW_CONVERT_EXPRs to minimally supported huge ...Jakub Jelinek3-2/+101
2024-02-09hwint: Introduce HOST_SIZE_T_PRINT_*Jakub Jelinek2-9/+32
2024-02-09libgcc, Darwin: Update symbol exports to include bitint and bf.Iain Sandoe1-1/+23
2024-02-09expand: Fix asm goto expansion [PR113415]Jakub Jelinek2-8/+24
2024-02-09lower-bitint: Fix up additions of EH edges [PR113818]Jakub Jelinek2-16/+53