aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-11-23d: respect --enable-link-mutex configure optionMartin Liska2-1/+2
2022-11-23libstdc++: Fix libstdc++ build on some targets [PR107811]Jakub Jelinek1-1/+11
2022-11-23libstdc++: Fix unsafe use of dirent::d_name [PR107814]Jonathan Wakely1-13/+22
2022-11-23maintainer-scripts/gcc_release: compress xz in parallelSam James1-1/+1
2022-11-23c++: Fix up -fcontract* optionsJakub Jelinek1-5/+5
2022-11-23LoongArch: Add prefetch instructions.Lulu Cheng5-0/+55
2022-11-22Revert "configure: Implement --enable-host-pie"Marek Polacek30-549/+216
2022-11-22Revert "configure: Implement --enable-host-bind-now"Marek Polacek7-83/+5
2022-11-22configure: Implement --enable-host-bind-nowMarek Polacek7-5/+83
2022-11-22configure: Implement --enable-host-pieMarek Polacek30-216/+549
2022-11-23Daily bump.GCC Administrator7-1/+467
2022-11-22Fix thinko in last patchJeff Law1-1/+1
2022-11-22Fix comment typos noticed by BernhardJeff Law1-4/+4
2022-11-22Fix recent rvv/base/spill testcase failuresJeff Law1-1/+2
2022-11-22tree-object-size: Support strndup and strdupSiddhesh Poyarekar10-10/+500
2022-11-22analyzer: only look for named functions in root ns [PR107788]David Malcolm2-3/+24
2022-11-22analyzer: fix ICE on 'bind(INT_CST, ...)' [PR107783]David Malcolm5-4/+27
2022-11-22analyzer: fix 'errno' on Solaris and OS X [PR107807]David Malcolm4-0/+97
2022-11-22analyzer: eliminate region_model::impl_call_* special casesDavid Malcolm9-415/+648
2022-11-22testsuite: Fix missing EFFECTIVE_TARGETS variable errorsMaciej W. Rozycki1-18/+23
2022-11-22Fix wrong array type conversion with different storage ordeEric Botcazou2-1/+27
2022-11-22libstdc++: Replace std::isdigit and std::isxdigit in <format> [PR107817]Jonathan Wakely2-4/+10
2022-11-22libstdc++: Add testcase for fs::path constraint recursion [PR106201]Jonathan Wakely1-0/+12
2022-11-22ipa-sra: Dump edge summaries also for non-candidatesMartin Jambor1-5/+2
2022-11-22ipa-cp: Do not consider useless aggregate constantsMartin Jambor1-1/+5
2022-11-22ipa: IPA-SRA split detection simplificationMartin Jambor2-20/+13
2022-11-22ipa-cp: Do not be too optimistic about self-recursive edges (PR 107661)Martin Jambor2-7/+56
2022-11-22gcn: Add __builtin_gcn_{get_stack_limit,first_call_this_thread_p}Tobias Burnus3-2/+87
2022-11-22c++: don't use strchrnul [PR107781]Jason Merrill1-2/+2
2022-11-22aarch64: Fix test_dfp_17.c for big-endian [PR 107604]Christophe Lyon1-0/+4
2022-11-22ada: Accept aspects Global and Depends on abstract subprogramsPiotr Trojanek1-0/+5
2022-11-22ada: Disable checking of Elab_Spec procedures in CodePeer_ModeGhjuvan Lacambre2-1/+18
2022-11-22ada: Adjust number of errors when removing warning in dead codePiotr Trojanek2-17/+29
2022-11-22ada: Fix formatting glitches in Make_Tag_AssignmentEric Botcazou1-19/+21
2022-11-22ada: Fix recent assertion failure on GPR2Eric Botcazou1-14/+4
2022-11-22tree-optimization/107803 - abnormal cleanup from the SSA propagatorRichard Biener2-2/+37
2022-11-22libstdc++: Fix pool resource build errors for H8 [PR107801]Jonathan Wakely1-1/+3
2022-11-22tree-optimization/107672 - avoid vector mode type_for_mode callRichard Biener1-3/+9
2022-11-22tree-optimization/107766 - ICE with recent -ffp-contract=off fixRichard Biener2-1/+24
2022-11-22Guard 64/32-bit vector move patterns with ix86_hard_reg_move_ok.liuhongt1-2/+4
2022-11-22Some tidy up for RA related hooks.liuhongt5-18/+17
2022-11-21c++: contracts fixesJason Merrill2-8/+13
2022-11-22Daily bump.GCC Administrator9-1/+363
2022-11-21analyzer: fix ICE on 'bind' that returns a struct [PR107788]David Malcolm2-0/+15
2022-11-21analyzer: fix ICE on 'bind' with non-pointer arg [P107783]David Malcolm3-2/+13
2022-11-21analyzer: fix ICE on writes to errno [PR107777]David Malcolm4-0/+41
2022-11-21analyzer, testsuite: add more examples taken from CWEDavid Malcolm6-0/+381
2022-11-21libcpp: Fix paste error with unknown pragma after macro expansionLewis Hyatt2-5/+15
2022-11-21RTEMS: Use local-exec TLS model by defaultSebastian Huber1-0/+4
2022-11-21Allow subtarget customization of CC1_SPECSebastian Huber1-1/+8