aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2020-07-08[Ada] Typo corrections, plus minor reformatting in commentsGary Dismukes1-3/+3
2020-07-08[Ada] Ada_2020 AI12-0250 : Implement Iterator filters.Ed Schonberg8-26/+152
2020-07-08[Ada] Add utility function to recognize attribute 'Loop_EntryYannick Moy2-0/+13
2020-07-08[Ada] Add expected and actual size to "bit number out of range" error messageGhjuvan Lacambre1-4/+8
2020-07-08[Ada] Remove excessive validity checks on in-parametersPiotr Trojanek2-15/+18
2020-07-08[Ada] Minor refactoringJustin Squirek2-8/+9
2020-07-08[Ada] Static expression function problems with -gnatc and -gnatd.F (SPARK mode)Gary Dismukes4-39/+28
2020-07-08[Ada] Fix inaccurate -gnatR output for derived untagged typesEric Botcazou1-9/+14
2020-07-08[Ada] Allow boolean expressions in aspect Relaxed_InitializationPiotr Trojanek3-9/+63
2020-07-08[Ada] Style cleanups related to Current_ConditionPiotr Trojanek4-6/+4
2020-07-08[Ada] Extend optimization to True/False prefixed with StandardPiotr Trojanek1-6/+6
2020-07-08[Ada] Check predicates for subtypes of private typesBob Duff2-5/+17
2020-07-08[Ada] Small tweak to Narrow_Large_Operation procedureEric Botcazou1-3/+5
2020-07-08expr: Fix REDUCE_BIT_FIELD for constants [PR95694]Richard Sandiford2-7/+31
2020-07-08c++: Better diagnostic for decltype(auto) in C++11 [PR96103]Marek Polacek2-7/+26
2020-07-08rs6000: Add len_load/len_store optab supportKewen Lin1-0/+28
2020-07-08IFN/optabs: Support vector load/store with lengthKewen Lin4-6/+63
2020-07-08Daily bump.GCC Administrator7-1/+305
2020-07-07c++: Add new test [PR92427]Marek Polacek1-0/+15
2020-07-07c++: wrong pretty printing of nested type [PR95303]Patrick Palka2-6/+43
2020-07-07rs6000: fix power10_hw testAaron Sawdey1-1/+3
2020-07-07testsuite: missed testcaseNathan Sidwell1-0/+6
2020-07-07preprocessor: Better line info for <builtin> & <command-line>Nathan Sidwell7-12/+64
2020-07-07Avoid printing informational notes when -Wmismatched-tags is suppressed in sy...Martin Sebor3-29/+65
2020-07-07Aarch64: Change costs for TX2 to expose more vectorization opportunitiesAnton Youdkevitch1-9/+9
2020-07-07fix detection of negative step DR groupsRichard Biener4-5/+126
2020-07-07[Ada] Small adjustment in the handling of alignment for arraysEric Botcazou2-20/+21
2020-07-07[Ada] Avoid crash on node extensionBob Duff1-0/+9
2020-07-07[Ada] Assert failure on invalid Variable_IndexingArnaud Charlet1-0/+7
2020-07-07[Ada] Use Is_Generic_Subprogram where possiblePiotr Trojanek4-10/+5
2020-07-07[Ada] Fix typo in code to get a better error messagePiotr Trojanek1-4/+3
2020-07-07[Ada] ACATS 4.1J - B854003 - Subtype conformance check missed #2Arnaud Charlet1-13/+51
2020-07-07[Ada] ACATS 4.1K - C452003Arnaud Charlet8-192/+75
2020-07-07[Ada] Errors in handling of access_to_subprogram contractsEd Schonberg2-13/+20
2020-07-07[Ada] Hang on conditional expression as actualJustin Squirek1-1/+9
2020-07-07[Ada] Simplify statically known Max_Size_In_Storage_Elements attribute in mor...Steve Baird1-3/+13
2020-07-07[Ada] Ada2020: AI12-0198 potentially unevaluated components of arraysJavier Miranda1-2/+1
2020-07-07[Ada] Move generation of range checks for entry families to expanderEric Botcazou6-23/+46
2020-07-07[Ada] Freeze aspect expression relocated to pragma PreconditionPiotr Trojanek1-2/+6
2020-07-07[Ada] ACATS 4.1H - BC60005 - null exclusion matching for formal subprogramsArnaud Charlet4-91/+45
2020-07-07[Ada] Handle explicit dereferences in expression functionsEd Schonberg1-0/+9
2020-07-07[Ada] Ada2020: AI12-0198 potentially unevaluated components of arraysJavier Miranda1-0/+3
2020-07-07[Ada] Use pragma Unsuppress in Time_IOBob Duff1-13/+12
2020-07-07[Ada] Add support for XDR streaming in the default runtimeArnaud Charlet3-4/+17
2020-07-07[Ada] Fix documentation of -gnatVa switchPiotr Trojanek2-2/+2
2020-07-07[Ada] Ensure No_Specification_Of_Aspect forbids pragmas and repr. clausesGhjuvan Lacambre4-4/+26
2020-07-07[Ada] Checking type invariants on in params of procedures, not functions (AI1...Gary Dismukes2-68/+82
2020-07-07[Ada] Change local object from variable to constantPiotr Trojanek1-6/+4
2020-07-07[Ada] Fix expansion of delta aggregates with slicesPiotr Trojanek1-1/+1
2020-07-07[Ada] Ada2020: AI12-0198 potentially unevaluated components of arraysJavier Miranda2-194/+239