aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2024-08-06RISC-V: Fix format-diag warning from improperly formatted urlPatrick O'Neill2-3/+3
2024-08-06c++: fold calls to std::forward_like [PR96780]Patrick Palka2-0/+6
2024-08-06gimple ssa: Put SCCOPY logic into a classFilip Kastl1-29/+37
2024-08-06tree-optimization/116241 - ICE with SLP condition reductionRichard Biener2-6/+22
2024-08-06testsuite: Fix up pr116037.c test [PR116245]Jakub Jelinek1-0/+6
2024-08-06wide-int: Fix up mul_internal overflow checking [PR116224]Jakub Jelinek2-1/+46
2024-08-06ada: Fix error in GNATprove inlining with array concatenationYannick Moy1-0/+2
2024-08-06ada: Implement type inference for generic parametersBob Duff4-36/+485
2024-08-06ada: GNAT-LLVM compiler crash on container aggregates with iteratorsGary Dismukes1-2/+9
2024-08-06ada: Spurious error on the default value of a derived scalar typeJavier Miranda1-1/+18
2024-08-06ada: Use fully qualified in more library filesViljar Indus2-6/+7
2024-08-06ada: Assert failure in repinfoJavier Miranda1-1/+5
2024-08-06ada: Use fully qualified in the runtime libraryViljar Indus4-12/+12
2024-08-06ada: Fix propagation of SPARK_Mode for renaming-as-bodyYannick Moy2-0/+16
2024-08-06ada: Reject use-clause conflicts in the run-time libraryBob Duff10-6/+48
2024-08-06middle-end/111821 - compile-time/memory-hog with large copyRichard Biener2-0/+21
2024-08-06rs6000: Add const_vector into any_operand predicateHaochen Gui1-1/+1
2024-08-06Fortran: Fix class transformational intrinsic calls [PR102689]Paul Thomas4-35/+475
2024-08-06vect: Add missed opcodes in vect_get_smallest_scalar_type [PR115228]Feng Xue1-0/+3
2024-08-06vect: Allow unsigned-to-signed promotion in vect_look_through_possible_promot...Feng Xue1-1/+3
2024-08-05sh: Don't call make_insn_raw in sh_recog_treg_set_expr [PR116189]Andrew Pinski2-1/+41
2024-08-05c++: remove function/var concepts codeMarek Polacek15-625/+64
2024-08-06Daily bump.GCC Administrator6-1/+146
2024-08-05compiler: panic arguments are empty interface typeIan Lance Taylor2-1/+7
2024-08-05RISC-V: Add deprecation warning to LP64E abiPatrick O'Neill2-0/+9
2024-08-05c++, coroutines: Simplify separation of the user function body and ramp.Iain Sandoe3-46/+47
2024-08-05Fix handling of const or volatile void pointers in CodeViewMark Harmstone1-12/+24
2024-08-05Update gcc fr.poJoseph Myers1-52/+36
2024-08-05c++: fix -Wdangling-reference false positive [PR115987]Marek Polacek4-17/+46
2024-08-05bpf: do not emit BPF non-fetching atomic instructionsJose E. Marchesi4-58/+111
2024-08-05testsuite: Add RISC-V to targets not xfailing gcc.dg/attr-alloc_size-11.c:50,51.Jiawei1-2/+2
2024-08-05AArch64: Set instruction attribute of TST to logics_immJennifer Schmitz1-1/+1
2024-08-05gimple ssa: Fix a typo in gimple-ssa-sccopy.ccFilip Kastl1-1/+2
2024-08-05tree-reassoc.cc: PR tree-optimization/116139 Don't assert when forming fully-...Kyrylo Tkachov2-9/+43
2024-08-05vect: Fix dot-product slp testcases [PR116000]Feng Xue4-8/+4
2024-08-05Revert "Make may_trap_p_1 return false for constant pool references [PR116145...Richard Sandiford2-56/+4
2024-08-05Inline 'gcc/rust/Make-lang.in:RUST_LIBDEPS'Thomas Schwinge1-6/+1
2024-08-05Don't override 'LIBS' if '--enable-languages=rust'; use 'CRAB1_LIBS'Thomas Schwinge1-3/+1
2024-08-05gdbhooks: Add attempt to invoke on-gcc-hooks-loadAlex Coplan1-0/+8
2024-08-05gdbhooks: Make dot viewer configurableAlex Coplan1-1/+14
2024-08-04IRA: Ignore debug insns for uses in split_live_ranges_for_shrink_wrap. [PR116...Andrew Pinski2-1/+30
2024-08-05Daily bump.GCC Administrator3-1/+12
2024-08-04[committed][PR rtl-optimization/116199] Fix latent bug in reload's SUBREG han...Jeff Law2-2/+23
2024-08-04Daily bump.GCC Administrator1-1/+1
2024-08-03Daily bump.GCC Administrator9-1/+510
2024-08-02Fortran: Fix ICE on invalid in gfc_format_decoder.Steve Kargl2-6/+18
2024-08-02Update gcc .po filesJoseph Myers19-72953/+73997
2024-08-02c++: Move -Wdangling-reference to -WextraMarek Polacek2-2/+3
2024-08-02c++/coroutines: check for members we use in handle_types [PR105475]Arsen Arsenović17-23/+439
2024-08-02fortran: Support optional dummy as BACK argument of MINLOC/MAXLOC.Mikael Morin3-14/+801