aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2024-04-05Revert "Fix ICE with -g and -std=c23 related to incomplete types [PR114361]"Martin Uecker4-39/+0
2024-04-05middle-end/114599 - fix bitmap allocation for check_ifunc_callee_symtab_nodesRichard Biener1-4/+7
2024-04-05testsuite: Fix up error on gcov1.dJakub Jelinek2-2/+3
2024-04-05c++: Fix ICE with weird copy assignment operator [PR114572]Jakub Jelinek1-0/+4
2024-04-05go: Add go.install-dvi rule in go/Make-lang.inChristophe Lyon1-0/+10
2024-04-05testsuite/gcc.target/cris/pr93372-2.c: Handle xpass from combine improvementHans-Peter Nilsson1-7/+8
2024-04-05testsuite/gcc.dg/debug/btf/btf-datasec-1.c: Handle leading-underscoreHans-Peter Nilsson1-1/+1
2024-04-05Daily bump.GCC Administrator4-1/+228
2024-04-04c++: alias CTAD and template template parm [PR114377]centurion2-1/+17
2024-04-04ipa: Avoid duplicate replacements in IPA-SRA transformation phaseMartin Jambor2-0/+45
2024-04-04[PR114415][scheduler]: Fixing wrong code generationVladimir N. Makarov3-17/+83
2024-04-04nvptx: In mkoffload.cc, call diagnostic_color_init + gcc_init_libintlTobias Burnus1-0/+2
2024-04-04x86: Define __APX_F__ for -mapxfH.J. Lu2-0/+8
2024-04-04Add gcov MC/DC tests for GDCJørgen Kvalsvik2-0/+1756
2024-04-04Add condition coverage (MC/DC)Jørgen Kvalsvik27-42/+4334
2024-04-04aarch64: Recognise svundef idiom [PR114577]Richard Sandiford5-0/+184
2024-04-04tree-optimization/114485 - neg induction with partial vectorsRichard Biener2-7/+25
2024-04-04fold-const: Handle NON_LVALUE_EXPR in native_encode_initializer [PR114537]Jakub Jelinek2-0/+18
2024-04-04bitint: Handle m_bitfld_load cast in outer m_cast_conditional [PR114555]Jakub Jelinek3-1/+52
2024-04-04tree-optimization/114551 - loop splitting and undefined overflowRichard Biener2-2/+38
2024-04-03Don't set full_profile in auto-profile [PR113765]Eugene Rozenfeld1-1/+0
2024-04-04Daily bump.GCC Administrator4-1/+88
2024-04-03Update gcc sv.poJoseph Myers1-121/+82
2024-04-03Regenerate i386.opt.urlsMark Wielaard1-1/+1
2024-04-03tree-profile: Disable indirect call profiling for IFUNC resolversH.J. Lu5-1/+128
2024-04-03lto-wrapper.cc: Add offload target name to 'offload_args' suffixTobias Burnus1-1/+2
2024-04-03GCN: install.texi update for Newlib change and LLVM 18 releaseTobias Burnus1-3/+5
2024-04-03GCN: Fix --with-arch= handling in mkoffload [PR111966]Tobias Burnus1-18/+72
2024-04-03expr: Fix up emit_push_insn [PR114552]Jakub Jelinek2-3/+30
2024-04-03tree-optimization/114557 - reduce ehcleanup peak memory useRichard Biener2-2/+10
2024-04-03LoongArch: Remove unused code.Jiahao Xu5-171/+35
2024-04-03Daily bump.GCC Administrator9-1/+251
2024-04-02PR modula2/114565 progress trace would be useful to isolate ICE for usersGaius Mulley14-65/+285
2024-04-03Fix ICE with -g and -std=c23 related to incomplete types [PR114361]Martin Uecker4-0/+39
2024-04-02analyzer: prevent ICEs with null typesDavid Malcolm2-1/+4
2024-04-02c++: make __is_array return false for T[0] [PR114479]Marek Polacek2-1/+19
2024-04-02c++: ICE with scoped enum in switch condition [PR103825]Marek Polacek2-0/+31
2024-04-02c++: binding reference to comma expr [PR114561]Jason Merrill3-14/+47
2024-04-02aarch64: Fix typo in comment about FEATURE_STRINGChristophe Lyon1-8/+8
2024-04-02Prettify output of debug_dwarf_dieTom Tromey1-3/+3
2024-04-02Fortran: Add error for subroutine passed to a variable dummy [PR106999]Paul Thomas2-1/+52
2024-04-02Fortran: Fix wrong recursive errors and class initialization [PR112407]Paul Thomas4-4/+164
2024-04-02jit, Darwin: Implement library exports list.Iain Sandoe2-17/+263
2024-04-02testsuite: Remove duplicate -lgcov [PR114034]Iain Sandoe2-2/+2
2024-04-02testsuite, Darwin: Allow for an undefined symbol [PR114036].Iain Sandoe1-1/+1
2024-04-02Darwin: Correct a version check.Iain Sandoe1-1/+1
2024-04-02Darwin: Do not emit .macinfo when dsymutil cannot consume it.Iain Sandoe1-5/+18
2024-04-02testsuite, Darwin: Update bad-mapper-1 after libiberty changes.Iain Sandoe1-2/+2
2024-04-02LoongArch: Fix missing plugin headerYang Yujie1-2/+3
2024-04-02LoongArch: Add support for TLS descriptors.mengqinggang25-26/+246