aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-10-21[Ada] Basic support for 128-bit typesEric Botcazou208-1181/+21014
2020-10-21[Ada] Document Long_Long_Long_Integer in implementation characteristicsEric Botcazou2-19/+30
2020-10-21[Ada] Fix target configuration file used for CodePeer/SPARK for new intsYannick Moy1-23/+24
2020-10-21[Ada] Refactor repeated calls to Etype in aggregate expansionPiotr Trojanek1-9/+9
2020-10-21[Ada] Fix bootstrap with old GCCDmitriy Anisimkov1-1/+11
2020-10-21[Ada] Fix crash on illegal OTHERS in iterated_component_associationPiotr Trojanek1-1/+1
2020-10-21[Ada] Use index parameter for iterated_component_associationPiotr Trojanek1-7/+2
2020-10-21[Ada] Wrong detection of potentially blocking call in protected objectJavier Miranda1-0/+12
2020-10-21[Ada] Codepeer remarks take into accountLiaiss Merzougue14-16/+229
2020-10-21[Ada] Compiler crash on prefixed call to controlled function with invariant c...Gary Dismukes1-0/+3
2020-10-21[Ada] Fix bogus error for bit-packed array with volatile componentEric Botcazou1-1/+4
2020-10-21[Ada] Improve precision of Ada.Directories.Modification_TimeDmitriy Anisimkov2-24/+115
2020-10-21[Ada] Fix crash with iterated_component_association and -gnatcPiotr Trojanek1-1/+7
2020-10-21[Ada] Spurious error in current instance used as formal packageJavier Miranda1-132/+90
2020-10-21[Ada] Remove -mthreads from Linker_Options pragma for x86-lynx178eDoug Rupp1-4/+0
2020-10-21[Ada] Use VxWorks 7 APIs for accessing environment variables in kernel modePatrick Bernardi1-11/+20
2020-10-21[Ada] Use helper function in Freeze_Subprogram_BodyEric Botcazou1-12/+4
2020-10-21[Ada] Incorrect associations for extra accessibility parametersJustin Squirek1-12/+12
2020-10-21[Ada] Make minimum accessibility level a constant objectPiotr Trojanek2-7/+8
2020-10-21[Ada] Simplify the VxWorks implementation of __gnat_environPatrick Bernardi1-21/+6
2020-10-21[Ada] Disable warnings on entities when building finalizersGhjuvan Lacambre1-0/+8
2020-10-21[Ada] Fix typos and style in comments related to Default_Initial_ConditionPiotr Trojanek3-4/+4
2020-10-21[Ada] Spurious error in taft ammendment derivation of CPP typeJavier Miranda1-0/+7
2020-10-21[Ada] Raise Capacity_Error on formal vector insertionClaire Dross1-2/+8
2020-10-21aarch64: [testsuite] Fix typo in diagnostic messageAndrea Corallo1-1/+1
2020-10-21Fix discrepancy in Walloca test on 32-bit systems.Aldy Hernandez1-1/+1
2020-10-21Daily bump.GCC Administrator9-1/+770
2020-10-20Handle 16 bit targets in diagnostic pruningJeff Law1-1/+2
2020-10-20Temporarily disable trap in in extract_range_builtin check.Andrew MacLeod2-0/+52
2020-10-20libgo: adjust NetBSD-specific types for stable syscall APINikhil Benesch2-4/+16
2020-10-20rs6000: Allow -mabi=no-altivec override on command line for AIX.David Edelsohn1-1/+3
2020-10-20libstdc++: Refactor _Hashtable to prepare for custom pointersFrançois Dumont2-368/+309
2020-10-20c++: block-scope extern decl with default argsNathan Sidwell2-0/+59
2020-10-20libbacktrace: use __attribute__((__fallthrough__))Ian Lance Taylor2-8/+16
2020-10-20Convert -Wrestrict pass to ranger.Aldy Hernandez7-41/+104
2020-10-20Convert -Walloca pass to ranger.Aldy Hernandez8-319/+51
2020-10-20syscall: remove Sendfile on NetBSDNikhil Benesch3-4/+4
2020-10-20lto-wrapper: Fix -save-temps filename commitTobias Burnus2-13/+13
2020-10-20AArch64: Add FLAG for get/set reg intrinsics [PR94442]zhengnannan1-18/+18
2020-10-20Refactor range handling of builtins in vr_values and ranger.Aldy Hernandez4-258/+293
2020-10-20Saturate overflows return from SCEV in ranger.Aldy Hernandez2-2/+16
2020-10-20preprocessor: Further fix for EOF in macro args [PR97471]Nathan Sidwell6-19/+24
2020-10-20libgomp: Fix up bootstrap in libgomp/target.c due to false positive warningJakub Jelinek1-37/+39
2020-10-20c++: Add fixed test [PR82239]Marek Polacek1-0/+14
2020-10-20Simplify and split irange::copy_legacy_range into two functions.Aldy Hernandez2-31/+44
2020-10-20gcc/doc/invoke.texi: Fix @table syntaxTobias Burnus1-1/+1
2020-10-20Avoid changing PHIs in GIMPLE split_edgeRichard Biener1-33/+17
2020-10-20Fix latch PHI arg lookup in vectorizable_reduction for double-reductionRichard Biener1-2/+4
2020-10-20openmp: Implement support for OMP_TARGET_OFFLOAD environment variableKwok Cheung Yeung4-8/+130
2020-10-20libstdc++: Define noop coroutine details private and inline [PR 95917]Jonathan Wakely2-13/+48