aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2020-10-16[Ada] Remove non-ASCII characterBob Duff1-1/+4
2020-10-16[Ada] Attribute Img on derived typesEd Schonberg1-2/+8
2020-10-16[Ada] Attribute Img on derived typesEd Schonberg1-12/+8
2020-10-16[Ada] Ada2020: AI12-0129 Make protected objects more protectingArnaud Charlet4-4/+34
2020-10-16[Ada] Clean up in system.ads dependencies during compiler buildArnaud Charlet2-5/+6
2020-10-16[Ada] Legal actual type with inherited discriminants rejected in instantiationGary Dismukes1-2/+59
2020-10-16[Ada] Remove obsolete workaround regarding array returnsBob Duff1-8/+1
2020-10-16[Ada] Convert from UTF_16 to UTF_8 fails for large valuesArnaud Charlet1-1/+1
2020-10-16[Ada] Avoid premature finalization of a function resultSteve Baird1-1/+6
2020-10-16[Ada] Constants no longer synchronised if they are access-to-variableChris Martin2-3/+19
2020-10-16[Ada] Finalization of uninitialized object with build in place callArnaud Charlet2-5/+13
2020-10-16[Ada] Detect qualified type names for AI12-0027Piotr Trojanek2-2/+2
2020-10-16[Ada] Relax too strong assertionsArnaud Charlet2-2/+2
2020-10-16[Ada] Improvements to implementation of Ada_2020 attribute ReduceEd Schonberg2-22/+98
2020-10-16[Ada] Reduce use of primary stack on string concatenationArnaud Charlet1-23/+91
2020-10-16[Ada] Spurious visibility error on Declare_Expression with renamesEd Schonberg1-1/+4
2020-10-16[Ada] Use new Max_Integer_Size attribute in system.ads filesEric Botcazou63-195/+195
2020-10-16[Ada] Remove support for -gnatP and pragma PollingArnaud Charlet78-572/+5
2020-10-16[Ada] Unique itypes names for unconstrained array object declarationPiotr Trojanek1-1/+6
2020-10-16[Ada] Cleanup related to itypes for unconstrained object declarationPiotr Trojanek1-21/+15
2020-10-16[Ada] SPARK: update for effectively volatile types and objectsYannick Moy4-43/+149
2020-10-16[Ada] GNAT-LLVM unnesting issues in elaboration codeGary Dismukes1-0/+198
2020-10-16[Ada] Crash when specifying an abstract subprogram with Stream_ConvertArnaud Charlet1-0/+3
2020-10-16[Ada] Fix documentation of No_Local_Timing_EventsPiotr Trojanek2-2/+2
2020-10-16[Ada] Add Max_Integer_Size attribute and couple of helper functionsEric Botcazou16-674/+682
2020-10-16tree-optimization/97428 - split SLP groups for loop vectorizationRichard Biener3-9/+40
2020-10-16Daily bump.GCC Administrator6-1/+546
2020-10-15compiler: don't export function type parameter namesIan Lance Taylor2-3/+7
2020-10-15runtime: use correct types in __go_ptrace shimNikhil Benesch1-1/+1
2020-10-15libgo: correct Makefile typo in path to x/net/route packageNikhil Benesch1-1/+1
2020-10-15compiler: export type for string and bool constantsIan Lance Taylor3-39/+53
2020-10-15testsuite: Fix some endianness bugs in p9 runnable tests.David Edelsohn2-4/+39
2020-10-15c++: Fix [[deprecated]] and implicit operator==. [PR97358]Jason Merrill2-0/+19
2020-10-15testsuite: Add appropriate target requirements to P9 testcases.David Edelsohn4-7/+11
2020-10-15c++: Improve printing of pointers-to-members [PR97406, PR85901]Marek Polacek3-1/+77
2020-10-15[nvptx, testsuite] Xfail stack atomicsTom de Vries3-0/+3
2020-10-15Fix fndecl's for fortran coarray calls.Andre Vehreschild1-38/+38
2020-10-15[nvptx] Remove -m32Tom de Vries3-31/+8
2020-10-15Fix toplevel comment of attr-fnspec.hJan Hubicka1-5/+7
2020-10-15fix TARGET_MEM_REF dumpingRichard Biener1-2/+1
2020-10-15Also accept symbols in other partition in symtab_node::binds_to_current_def_pJan Hubicka1-1/+1
2020-10-15Fix ICE in vectorizable_live_operationRichard Biener2-2/+20
2020-10-15[Ada] Spurious visibility on private with packageArnaud Charlet3-8/+11
2020-10-15[Ada] Wrong use of Scope_Depth_ValueArnaud Charlet3-20/+32
2020-10-15[Ada] Ada2020: AI12-0003 Specifying the standard storage poolJavier Miranda2-3/+20
2020-10-15[Ada] Cleanup definition of Might_Have_TasksJavier Miranda3-11/+10
2020-10-15[Ada] Get finalization right when a function returns a function callSteve Baird6-20/+40
2020-10-15[Ada] Crash on subtype of fixed-point typeEd Schonberg1-11/+10
2020-10-15[Ada] Fix access to uninitialized global variable when emitting errorPiotr Trojanek1-1/+1
2020-10-15[Ada] Cleanup defensive guards for Null_Exclusion_PresentPiotr Trojanek1-11/+13