aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2021-10-01c++: cv-qualified ref introduced by typedef [PR101783]qingzhe huang2-1/+13
2021-10-01options: fix concat of options.Martin Liska1-2/+3
2021-10-01aarch64: fix AARCH64_FL_V9 flag valuePrzemyslaw Wirkus1-2/+3
2021-10-01Remove shadowed oracle field.Aldy Hernandez2-3/+2
2021-10-01ubsan: Move INT_MIN / -1 instrumentation from -fsanitize=integer-divide-by-ze...Jakub Jelinek11-18/+174
2021-10-01aarch64: Fix cpymem-size.c test for ILP32Kyrylo Tkachov1-2/+2
2021-10-01aarch64: add armv9-a to -marchPrzemyslaw Wirkus3-1/+9
2021-10-01Fix bb-slp-pr97709.c after computed goto changeAndrew Pinski1-1/+1
2021-10-01Append target/optimize attr to the current cmdline.Martin Liska7-6/+56
2021-10-01Fix ICE with stack checking emulation at -O2Eric Botcazou1-1/+8
2021-10-01Fix PR c++/64697 at -O1 or aboveEric Botcazou1-13/+8
2021-10-01openmp: Differentiate between order(concurrent) and order(reproducible:concur...Jakub Jelinek11-10/+53
2021-10-01c++: Fix handling of __thread/thread_local extern vars declared at function s...Jakub Jelinek3-1/+32
2021-10-01middle-end/102518 - avoid invalid GIMPLE during inliningRichard Biener2-1/+17
2021-10-01[Ada] Subprogram_Variant in ignored ghost codeBob Duff1-0/+1
2021-10-01[Ada] Empty CUDA_Global procedures when compiling for hostGhjuvan Lacambre1-14/+78
2021-10-01[Ada] Improved checking for invalid index values when accessing array elementsSteve Baird3-11/+189
2021-10-01[Ada] Document rounding mode assumed for dynamic floating-point computationsEric Botcazou2-13/+13
2021-10-01[Ada] More work on efficiency improvementsBob Duff11-361/+590
2021-10-01[Ada] Add missing guard before call to Interface_Present_In_AncestorEric Botcazou1-1/+2
2021-10-01[Ada] Add new debug switch -gnatd.8Eric Botcazou2-1/+7
2021-10-01[Ada] Spurious warning about hiding in generic instantiationGary Dismukes1-0/+4
2021-10-01[Ada] Crash on improper use of GNAT attribute Type_KeyEd Schonberg2-1/+10
2021-10-01[Ada] Crash on renaming within declare expressionJustin Squirek1-1/+3
2021-10-01[Ada] Fix CodePeer warningsGhjuvan Lacambre2-0/+5
2021-10-01[Ada] Add Evaluable_Kind and Global_Name_KindRichard Kenner2-0/+19
2021-10-01[Ada] Stub CUDA_Device aspectGhjuvan Lacambre7-5/+110
2021-10-01[Ada] Assert_Failure on derived type with inherited Default_Initial_ConditionGary Dismukes1-44/+3
2021-10-01[Ada] Add more node unionsRichard Kenner3-13/+51
2021-10-01[Ada] Implementation of AI12-0212: iterator specs in array aggregates (II)Ed Schonberg1-6/+17
2021-10-01[Ada] Ada2022: AI12-0195 overriding class-wide pre/postconditionsJavier Miranda26-974/+2804
2021-10-01[Ada] Fix deleting CodePeer files for non-ordinary unitsPiotr Trojanek1-3/+4
2021-10-01[Ada] Improve error message for .ali file version mismatchSteve Baird1-34/+92
2021-10-01[Ada] Fix bug in inherited user-defined-literal aspects for tagged typesSteve Baird3-9/+106
2021-10-01[Ada] Info. gathering in preparation for more efficiency improvementsBob Duff11-66/+243
2021-10-01[Ada] Support gmem.out longer than 2G on 32 bit platformsDmitriy Anisimkov1-60/+67
2021-10-01[Ada] Spurious range checks on aggregate with non-static boundsEd Schonberg1-6/+16
2021-10-01[Ada] Add N_Is_DeclRichard Kenner2-1/+16
2021-10-01[Ada] Add N_Entity_NameRichard Kenner2-0/+11
2021-10-01[Ada] Improve error message for .ali file version mismatchSteve Baird1-4/+72
2021-10-01[Ada] No ABE check needed for an expression function call.Steve Baird1-0/+7
2021-10-01[Ada] Fix CodePeer warningsGhjuvan Lacambre1-1/+1
2021-10-01[Ada] Document that gnatmem requires fixed-position executablesEric Botcazou1-6/+8
2021-10-01[Ada] Switch to SR0660Doug Rupp1-2/+2
2021-10-01Daily bump.GCC Administrator5-1/+133
2021-09-30testsuite: Fix cf-descriptor-5.f90David Edelsohn1-0/+1
2021-09-30arm: Enable Cortex-R52+ CPUPrzemyslaw Wirkus4-5/+18
2021-09-30c++: __is_trivially_xible and multi-arg aggr paren init [PR102535]Patrick Palka2-1/+20
2021-09-30c++: argument order in a variadic type trait intrinsicPatrick Palka2-0/+11
2021-09-30c++: defaulted comparisons and vptr fields [PR95567]Patrick Palka2-0/+24