aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2020-11-26[Ada] Constraint_Error in Task_Wrapper and -u0Arnaud Charlet1-6/+5
2020-11-26[Ada] Pass base type to Set_Has_Own_InvariantsBob Duff3-9/+2
2020-11-26[Ada] Adjust documentation of Aft_Value and Scale_ValueEric Botcazou1-5/+8
2020-11-26[Ada] Incorrect runtime accessibility check on access discriminantJustin Squirek1-1/+1
2020-11-26[Ada] Remove extra whitespace in bounded container Read proceduresPiotr Trojanek3-3/+3
2020-11-26[Ada] Reuse Is_Access_Object_Type where possiblePiotr Trojanek3-6/+3
2020-11-26[Ada] Simplify checks for library unit pragmasPiotr Trojanek1-34/+3
2020-11-26[Ada] Add contracts to Ada.Strings.MapsJoffrey Huguet1-21/+158
2020-11-26[Ada] New warning on questionable missing parenthesesYannick Moy1-0/+64
2020-11-26[Ada] Issue advice for error regarding Old/Loop_Entry on unevaluated expr.Yannick Moy1-4/+12
2020-11-26[Ada] Correct a typo, plus other minor reformattingGary Dismukes1-4/+4
2020-11-26[Ada] Spurious error on formal package with overloaded subprogramsEd Schonberg1-0/+10
2020-11-26[Ada] Compiler crash on named association in return aggregateJustin Squirek1-13/+201
2020-11-26[Ada] Fix casing of "circular instantiation" errorPiotr Trojanek1-4/+4
2020-11-26i386: Optimize psubusw compared to 0 into pminuw compared to op0 [PR96906]Jakub Jelinek2-20/+103
2020-11-26C: Do not drop qualifiers in typeof for _Atomic types. [PR65455,PR92935]Martin Uecker3-24/+19
2020-11-25testsuite: Adjust nextafter and skip profile-info-section on AIX.David Edelsohn3-0/+7
2020-11-25[PR97983] LRA: Use the right emit func for putting insn in the destination BB.Vladimir N. Makarov1-7/+7
2020-11-26Daily bump.GCC Administrator8-1/+931
2020-11-25Clean up -Wformat-diag warnings (PR bootstrap/97622, PR bootstrap/94982)Martin Sebor18-37/+109
2020-11-25New ipa-modref testcasesJan Hubicka5-0/+87
2020-11-25Add EAF_NODIRECTESCAPE flagJan Hubicka4-11/+40
2020-11-25Copy arg_flags in duplication hoooks in ipa-modrefJan Hubicka1-1/+5
2020-11-25PR fortran/85796 - Floating point exception with implied doHarald Anlauf2-2/+17
2020-11-25Add 'g++.dg/gomp/map-{1,2}.C'Thomas Schwinge4-4/+175
2020-11-25Fix templatized C++ OpenACC 'cache' directive ICEsThomas Schwinge5-12/+97
2020-11-25PR middle-end/97956 - ICE due to type mismatch in pointer_plus_expr during me...Martin Sebor2-1/+26
2020-11-25libsanitizer: Add testsMatthew Malcomson65-13/+1924
2020-11-25libsanitizer: Add hwasan pass and associated gimple changesMatthew Malcomson12-36/+845
2020-11-25libsanitizer: mid-end: Introduce stack variable handling for HWASANMatthew Malcomson14-25/+879
2020-11-25libsanitizer: options: Add hwasan flags and argument parsingMatthew Malcomson15-20/+283
2020-11-25libsanitizer: Add option to bootstrap using HWASANMatthew Malcomson1-0/+5
2020-11-25testsuite: Rename test to avoid typo in its name [PR95862]Jakub Jelinek1-0/+0
2020-11-25aarch64: Avoid false dependencies for SVE unary operationsRichard Sandiford136-74/+319
2020-11-25compiler: avoid silent truncation for string(1 << 32)Ian Lance Taylor2-2/+10
2020-11-25middle-end: __builtin_mul_overflow expansion improvements [PR95862]Jakub Jelinek2-1/+169
2020-11-25Free more of CFGJan Hubicka3-17/+32
2020-11-25middle-end/97579 - lower VECTOR_BOOLEAN_TYPE_P VEC_COND_EXPRsRichard Biener2-2/+51
2020-11-25[Ada] Further optimization with uninitialized aggregatesEd Schonberg2-46/+62
2020-11-25[Ada] Spurious error on instance with predicated actualEd Schonberg1-4/+14
2020-11-25[Ada] Fix couple of minor issues with local exception propagationEric Botcazou2-6/+17
2020-11-25[Ada] Remove shadowing by a nested subprogram parameterPiotr Trojanek1-6/+6
2020-11-25[Ada] Merge duplicated processing for gnatmake -u and -U switchesPiotr Trojanek1-12/+2
2020-11-25[Ada] Document attribute Has_Tagged_Values in GNAT RMPiotr Trojanek5-487/+516
2020-11-25[Ada] Minor whitespace fix in expansion of attribute SizePiotr Trojanek1-7/+7
2020-11-25[Ada] Use hardcoded names when converting aspects to pragmasPiotr Trojanek1-13/+13
2020-11-25[Ada] Reuse Is_Named_Number where possiblePiotr Trojanek2-4/+2
2020-11-25[Ada] Simplify aspect processing with membership testsPiotr Trojanek1-107/+83
2020-11-25[Ada] Fix copy-paste mistake in diagnostics for aspect Effective_WritesPiotr Trojanek1-2/+2
2020-11-25[Ada] Simplify Ekind tests with wrappers and membership testsPiotr Trojanek1-13/+10