aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-06-16[Ada] Mixing of positional and named entries allowed in enum repJustin Squirek1-4/+12
2021-06-16[Ada] Non-static Interrupt_Priority allowed with restriction Static_PrioritiesJustin Squirek1-0/+7
2021-06-16[Ada] Spurious accessibility error on "for of" loop parameterJustin Squirek1-0/+9
2021-06-16[Ada] Fix ALI source location for dominance markersMatthieu Eyraud1-4/+19
2021-06-16[Ada] Don't look for aliases for generic subprogramsRichard Kenner1-2/+3
2021-06-16[Ada] Make Incomplete_Or_Partial_View independent of the contextEric Botcazou1-7/+14
2021-06-16[Ada] Do not perform useless work in Check_No_Parts_ViolationsEric Botcazou1-16/+19
2021-06-16[Ada] Fix missing array bounds checkingBob Duff1-4/+14
2021-06-16[Ada] Use more straightforward implementation for Current_Entity_In_ScopeEric Botcazou1-8/+19
2021-06-16[Ada] Remove extra parens around a function callPiotr Trojanek1-1/+1
2021-06-16[Ada] ACATS 4.1R-c611a04: Class-wide preconditions in dispatching callsJavier Miranda1-0/+10
2021-06-16[Ada] Implementation of AI12-0152: legality rules for Raise_ExpressionEd Schonberg1-0/+49
2021-06-16[Ada] Reorder code for validity checks of unchecked conversionsPiotr Trojanek1-13/+12
2021-06-16[Ada] Raise expressions and unconstrained componentsArnaud Charlet2-18/+8
2021-06-16[Ada] Clarify the documentation of -gnaty0 style check optionSergey Rybin2-4/+31
2021-06-16[Ada] Small cleanup in C header filesEric Botcazou2-65/+9
2021-06-16[Ada] Small cleanup in System.ExceptionsEric Botcazou2-35/+2
2021-06-16tree-optimization/101083 - fix ICE with SLP reassocRichard Biener2-3/+30
2021-06-16Daily bump.GCC Administrator11-1/+562
2021-06-15analyzer: fix bitfield endianness issues [PR99212,PR101082]David Malcolm5-35/+83
2021-06-15Consider size_t mangling as unsigned int and long [PR100876].Martin Sebor1-1/+5
2021-06-15libstdc++: Make ranges CPOs final and not addressableJonathan Wakely2-25/+69
2021-06-15libstdc++: Add noexcept specifiers to some range adaptorsJonathan Wakely4-16/+119
2021-06-15libstdc++: Remove precondition checks from ranges::subrangeJonathan Wakely2-11/+37
2021-06-15libstdc++: Use function object for __decay_copy helperJonathan Wakely2-17/+15
2021-06-15Minor improvement to compare eliminationJeff Law1-0/+1
2021-06-15range-ops: (nonzero | X) is nonzeroAldy Hernandez1-5/+26
2021-06-15Fix for vcmpequt builtinCarl Love1-5/+1
2021-06-15Fortran/OpenMP: Extend defaultmap clause for OpenMP 5 [PR92568]Tobias Burnus26-77/+1217
2021-06-15analyzer: track dynamic extents of regionsDavid Malcolm12-42/+473
2021-06-15analyzer: add class region_to_value_mapDavid Malcolm2-0/+155
2021-06-15analyzer testsuite: add explode-2a.c [PR101068]David Malcolm1-0/+51
2021-06-15[Ada] Avoid unhelpful dead code warningsSteve Baird1-17/+22
2021-06-15[Ada] Remove couple of obsolete declarationsEric Botcazou1-2/+0
2021-06-15[Ada] Enable removal of side-effects in component declarationsPiotr Trojanek1-1/+2
2021-06-15[Ada] Extend function to retrieve first/last nodes to all declarationsYannick Moy1-1/+1
2021-06-15[Ada] Incorrect Reinit_Field_To_Zero calls for concurrent entitiesBob Duff1-4/+7
2021-06-15[Ada] No_Task_Parts aspectBob Duff8-612/+677
2021-06-15[Ada] Fix handling of scopes for subprogram calls in unnestingArnaud Charlet1-1/+1
2021-06-15[Ada] Fix detection of access-to-variable typesPiotr Trojanek2-4/+5
2021-06-15[Ada] Use runtime from base compiler during stage1Arnaud Charlet4-229/+226
2021-06-15[Ada] Minor consistency fix for Windows SEHEric Botcazou1-1/+1
2021-06-15[Ada] AI12-0138: Iterators and other nonoverridable aspectsEd Schonberg1-5/+25
2021-06-15[Ada] Error when passing subprogram'Access to null-defaulted formal subprogramGary Dismukes2-30/+9
2021-06-15[Ada] Fix typos in comment about expansion of attribute ImagePiotr Trojanek1-1/+1
2021-06-15[Ada] Allow Known_Static_Component_Size (etc) on private typesBob Duff1-5/+5
2021-06-15[Ada] Add Interface_Name field to E_Loop_ParameterBob Duff1-0/+1
2021-06-15[Ada] Disable certain checks in predefined unitsBob Duff1-0/+8
2021-06-15[Ada] Clarify the semantics of signed intrinsic shift operationsYannick Moy2-12/+16
2021-06-15[Ada] Small cleanup in exception handling C codeEric Botcazou1-6/+4