aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2020-06-09[Ada] Fix wrong type being used for range check generationGhjuvan Lacambre1-2/+4
2020-06-09[Ada] Expand more others aggregates staticallyArnaud Charlet1-58/+57
2020-06-09[Ada] Code refactoring on calls to Set_Debug_Info_NeededArnaud Charlet4-7/+17
2020-06-09[Ada] Missing documentation for Returns_By_RefJustin Squirek1-3/+5
2020-06-09[Ada] Spurious overlap error on zero-sized arrays with -gnateVJustin Squirek1-27/+64
2020-06-09[Ada] Write_Invocation_Graph_Vertex: include lib item nameBob Duff9-1420/+1415
2020-06-09[Ada] Propagate DIC, Invariant and Predicate attributes to viewsEric Botcazou9-120/+230
2020-06-09[Ada] Crash on exit statement within predicated loopJustin Squirek1-8/+16
2020-06-09[Ada] gnatbind: Correct assertions in Add_Edge_Kind_CheckBob Duff2-42/+41
2020-06-09[Ada] Add debugging messageBob Duff1-1/+1
2020-06-09[Ada] Remove bypass for instance bodies from Is_Visible_ComponentEric Botcazou1-33/+0
2020-06-09[Ada] Membership test against a non-excluding subtypeArnaud Charlet1-33/+36
2020-06-09[Ada] Ada2020 AI12-0282: Shared variable control aspects in genericsEd Schonberg1-37/+39
2020-06-09[Ada] gnatpp: documentation for --no-separate-return switchBob Duff1-0/+8
2020-06-09[Ada] Add missing tag with -gnatw.dArnaud Charlet1-2/+2
2020-06-09[Ada] Refine implementation of AI05-0149 missing conversion checksArnaud Charlet2-6/+8
2020-06-09[Ada] Spurious error on instantiations with Taft_Amendment types and tasksEd Schonberg1-1/+4
2020-06-09[Ada] Annotate Ada.Synchronous_Barriers with SPARK_Mode => OffPiotr Trojanek4-4/+4
2020-06-09[Ada] AI1-0201 Relational operators of static string types are now staticArnaud Charlet1-15/+37
2020-06-09[Ada] Ada2020: AI12-0301 Predicates and Default_ValueArnaud Charlet3-6/+10
2020-06-09[Ada] Disable assertion regarding Body_Before_Spec_EdgeBob Duff1-1/+6
2020-06-09c-family: Fix up MEM_REF printing [PR95580]Jakub Jelinek2-2/+19
2020-06-09match.pd: Optimize ffs comparisons against constants [PR95527]Jakub Jelinek2-0/+220
2020-06-09testsuite: Fix g++.dg/torture/pr95493.C FAIL on i686-linux with -O0.Jakub Jelinek1-1/+1
2020-06-09Fix operator_rshift::op1_range to work better with signed types.Aldy Hernandez1-2/+49
2020-06-08xtensa: libgcc: fix PR target/95571Max Filippov2-0/+86
2020-06-09rs6000/testsuite: Allow xxperm* instead of only vperm*Segher Boessenkool10-10/+10
2020-06-09Daily bump.GCC Administrator5-1/+385
2020-06-08openmp: ensure variables in offload table are streamed out (PRs 94848 + 95551)Tobias Burnus2-1/+19
2020-06-08bootstrap: Fix --disable-bootstrap with older g++.Jason Merrill3-998/+2
2020-06-08Add missing ChangeLog entriesJason Merrill1-0/+32
2020-06-08d: Fix regression caused by recent refactoringIain Buclaw2-2/+2
2020-06-08d: Merge upstream dmd 955b8b36f.Iain Buclaw12-280/+60
2020-06-08PR fortran/95195 - Fortran testcase should clean up afterwardsHarald Anlauf1-4/+6
2020-06-08PR bootstrap/95555 - powepc64 bootstrap failure due to -Wmaybe-uninitialized ...Martin Sebor1-0/+7
2020-06-08Fortran : ICE in maybe_canonicalize_comparison_1 PR92993Mark Eggleston1-0/+21
2020-06-08forwprop: Ignore scalar mode vectors in simplify_vector_constructor [PR95528]Jakub Jelinek2-0/+38
2020-06-08testsuite: Fix up pr95548.C testcase.Jakub Jelinek1-4/+6
2020-06-08AArch64: Expand on comment of stack-clash and implicit probing through LR.Tamar Christina1-1/+3
2020-06-08[arm] Fix vfp_operand_register for VFP HI regsChristophe Lyon1-1/+1
2020-06-08rs6000: Replace FAIL with gcc_unreachableMartin Liska1-9/+9
2020-06-08[arm] (header usage fix) include c++ algorithm header via system.hChristophe Lyon1-1/+1
2020-06-08[Ada] Implement AI12-0073 (Ravenscar disallows Synchronous_Barriers)Steve Baird1-5/+26
2020-06-08[Ada] AI12-0204 Renaming of a prefixed viewArnaud Charlet2-2/+18
2020-06-08[Ada] AI12-0085 Missing aspect cases for Remote_TypesArnaud Charlet5-8/+31
2020-06-08[Ada] Spurious error on call to controlled primitiveJustin Squirek1-3/+4
2020-06-08[Ada] Port a modified expansion of Enum_Rep from GNAT to GNATprovePiotr Trojanek1-10/+3
2020-06-08[Ada] Style cleanups in new code for Pure_BarriersPiotr Trojanek1-3/+5
2020-06-08[Ada] Implement AI12-0291 (Jorvik profile)Steve Baird4-4/+82
2020-06-08[Ada] AI12-0228 Properties of qualified expressions used as namesArnaud Charlet2-16/+32