summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix comment for operand_compare::operand_equal_p.Andrew Pinski2022-01-311-1/+1
* MAINTAINERS: Update my email and add myself to the DCO list.Ed Smith-Rowland2022-01-311-1/+2
* c++: ICE with auto[] and VLA [PR102414]Marek Polacek2022-01-313-3/+41
* c++: Reject union std::initializer_list [PR102434]Marek Polacek2022-01-312-0/+18
* c++: CTAD for class tmpl defined inside partial spec [PR104294]Patrick Palka2022-01-312-1/+19
* c++: CONSTRUCTORs are non-deduced contexts [PR104291]Patrick Palka2022-01-312-6/+8
* rs6000: Fix up build of non-glibc/aix/darwin powerpc* targets [PR104298]Jakub Jelinek2022-01-313-3/+6
* Constrain PHI handling in -Wuse-after-free [PR104232].Martin Sebor2022-01-314-2/+212
* contrib: update analyze_brprob_* scripts.Martin Liska2022-01-312-4/+9
* libiberty: Fix infinite recursion in rust demangler.Nick Clifton2022-01-311-6/+41
* [Ada] doc/share/conf.py: fix string handlingPierre-Marie de Rodat2022-01-311-1/+1
* [Ada] Fix up handling of ghost units PR104027 #2Arnaud Charlet2022-01-311-4/+12
* testsuite: Fix up tree-ssa/pr103514.c testcase [PR103514]Jakub Jelinek2022-01-311-2/+2
* d: Fix -Werror=format-diag error.Martin Liska2022-01-311-1/+1
* Add mold detection for libs.Martin Liska2022-01-318-26/+87
* Fix multiple_of_p behavior with NOP_EXPRRichard Biener2022-01-311-3/+3
* Use V8+ default in 32-bit mode on SPARC64/LinuxEric Botcazou2022-01-311-2/+2
* Add testcase for incorrect optimization in AdaEric Botcazou2022-01-311-0/+23
* Reduce multiple_of_p usesRichard Biener2022-01-312-10/+11
* Daily bump.GCC Administrator2022-01-312-1/+7
* libstdc++ testsuite: Don't run lwg3464.cc tests on simulatorsHans-Peter Nilsson2022-01-302-2/+2
* Daily bump.GCC Administrator2022-01-303-1/+25
* testsuite: Fix up tree-ssa/divide-7.c testcase [PR95424]Jakub Jelinek2022-01-291-2/+2
* match.pd: Fix up 1 / X for unsigned X optimization [PR104280]Jakub Jelinek2022-01-294-12/+66
* Daily bump.GCC Administrator2022-01-297-1/+232
* sh-linux fix target cpuYoshinori Sato2022-01-281-2/+3
* tree-optimization/103514 Missing XOR-EQ-AND OptimizationNavid Rahimi2022-01-282-0/+41
* doc: Update -Wbidi-chars documentationMarek Polacek2022-01-281-1/+3
* c++: bogus warning with value init of const pmf [PR92752]Patrick Palka2022-01-282-1/+20
* Darwin, PPC: Fix bootstrap after GLIBC version changes.Iain Sandoe2022-01-281-0/+2
* match.pd: Simplify 1 / X for integer X [PR95424]Zhao Wei Liew2022-01-283-0/+31
* store-merging: Fix up a -fcompare-debug bug in get_status_for_store_merging [...Jakub Jelinek2022-01-282-1/+29
* testsuite/70230 - fix failures with default SSP\Allan McRae2022-01-2817-16/+17
* Remove extra newline in ICE report.Martin Liska2022-01-281-2/+2
* internal_error - do not use leading capital letterMartin Liska2022-01-284-6/+6
* c++: var tmpl w/ dependent constrained auto type [PR103341]Patrick Palka2022-01-283-1/+35
* tree-optimization/104267 - fix external def vector type for call argsRichard Biener2022-01-281-1/+3
* tree-optimization/104263 - avoid retaining abnormal edges for non-call/goto s...Richard Biener2022-01-282-4/+27
* RISC-V: Document `auipc' and `bitmanip' `type' attributesMaciej W. Rozycki2022-01-281-0/+2
* Prevent malicious descriptor stacking for scalar components [V2].Andre Vehreschild2022-01-283-43/+108
* cfgrtl: Fix up locus comparison in unique_locus_on_edge_between_p [PR104237]Jakub Jelinek2022-01-281-2/+25
* Make graph dumping work for fn != cfunRichard Biener2022-01-283-18/+26
* Fix wrong operator for universal_integer operands in instanceEric Botcazou2022-01-282-1/+44
* Revert "Prevent malicious descriptor stacking for scalar components."Andre Vehreschild2022-01-283-105/+43
* Prevent malicious descriptor stacking for scalar components.Andre Vehreschild2022-01-283-43/+105
* c++: pack in enumerator in lambda [PR100198]Jason Merrill2022-01-277-7/+75
* Daily bump.GCC Administrator2022-01-289-1/+280
* libstdc++: Prevent -Wstringop-overread warning in std::deque [PR100516]Jonathan Wakely2022-01-272-0/+17
* analyzer: show region creation events for uninit warningsDavid Malcolm2022-01-2724-36/+265
* libstdc++: Avoid overflow in ranges::advance(i, n, bound)Jonathan Wakely2022-01-272-6/+46