aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2019-09-18[Ada] Spurious run time error on anonymous access formalsJustin Squirek7-21/+216
2019-09-18[Ada] Implement AI12-0086's rules for discriminants in aggregatesSteve Baird5-21/+571
2019-09-18[Ada] Fix portability issues in access to subprogramsJavier Miranda7-9/+80
2019-09-18[Ada] Improve efficiency of copying bit-packed slicesBob Duff2-8/+21
2019-09-18[Ada] Fix minor formatting issueVasiliy Fofanov2-1/+6
2019-09-18[Ada] Code cleanup of alignment representation clauses in dispatch tablesJavier Miranda2-98/+7
2019-09-18[Ada] Don't fail a front-end assertion if errors have already been detectedSteve Baird2-1/+8
2019-09-18[Ada] Refine type of Get_Homonym_Number resultPiotr Trojanek4-4/+11
2019-09-18[Ada] Skip entity name qualification in GNATprove modeYannick Moy5-48/+91
2019-09-18[Ada] Ensure that Scan_Real result does not depend on trailing zerosNicolas Roche4-264/+409
2019-09-18[Ada] Factor out code for deciding statically known Constrained attributesClaire Dross5-139/+208
2019-09-18[Ada] Raise exception on call to Expect for a dead processVadim Godunko4-1/+57
2019-09-18[Ada] Fix errno for rename for the VxWorks 6 targetFrederic Konrad2-0/+25
2019-09-18[Ada] No Storage_Error for an oversized disabled ghost array objectSteve Baird5-1/+26
2019-09-18[Ada] Fix typo in error messageTom Tromey2-1/+5
2019-09-18[Ada] Fix 32/64bit mistake on SYSTEM_INFO component in s-win32Olivier Hainque4-10/+44
2019-09-18[Ada] Improve doc on Warning_As_ErrorArnaud Charlet3-4/+14
2019-09-18[Ada] Remove remaining references to VMS supportArnaud Charlet5-17/+17
2019-09-18[Ada] System.Stack_Usage: fix a typoArnaud Charlet2-1/+5
2019-09-18[Ada] Avoid uninitialized variable in bounded containersBob Duff10-53/+54
2019-09-18[Ada] Fix style issues in functional mapsClaire Dross2-15/+21
2019-09-18[Ada] Refine previous change for -gnatn and LLVMArnaud Charlet2-1/+5
2019-09-18[x86] Tweak testcases for PR82361Richard Sandiford3-12/+19
2019-09-18Daily bump.GCC Administrator1-1/+1
2019-09-17runtime: for FFI, treat directIface types as pointersIan Lance Taylor1-1/+1
2019-09-17re PR go/91781 (r275691 breaks go test "reflect")Ian Lance Taylor1-1/+1
2019-09-17reflect: unexport FFICallbackGo; use go:linkname insteadIan Lance Taylor1-1/+1
2019-09-17[arm][aarch64] Handle no_insn in TARGET_SCHED_VARIABLE_ISSUERichard Sandiford3-0/+49
2019-09-17[arm][aarch64] Make no_insn issue to nothingRichard Sandiford26-28/+56
2019-09-17[arm] Fix insn type of *thumb1_tablejumpRichard Sandiford2-1/+6
2019-09-17Remove name of unused parameter in array-traits.hRichard Sandiford2-1/+5
2019-09-17re PR debug/91772 (ICE in add_dwarf_attr, at dwarf2out.c:4412 since r259749)Richard Biener2-7/+9
2019-09-17[ARM/FDPIC v6 20/24] [ARM][testsuite] FDPIC: Skip tests using architectures u...Christophe Lyon33-14/+90
2019-09-17PR ipa/91089 - Setup predicate for switch default case in IPAFeng Xue6-7/+204
2019-09-17re PR fortran/91588 (ICE in check_inquiry, at fortran/expr.c:2673)Paul Thomas4-34/+94
2019-09-17[PR91749][arm] FDPIC: Handle -mflip-thumbChristophe Lyon2-1/+11
2019-09-17re PR tree-optimization/91790 (ICE: verify_ssa failed (error: definition in b...Richard Biener2-1/+9
2019-09-17[Ada] Add Remove primitive on functional mapsClaire Dross3-0/+32
2019-09-17[Ada] Fix rounding of fixed-point arithmetic operationYannick Moy4-8/+64
2019-09-17[Ada] Missing propagation of Has_Predicates in cloned subtypesJavier Miranda2-0/+17
2019-09-17[Ada] Fix ineffective -gnatyN for separate compilation unitsEric Botcazou2-2/+8
2019-09-17[Ada] Update the character type comment in exp_dbug.adsTom Tromey2-7/+14
2019-09-17[Ada] Minor fixes mostly in comments of runtime arithmetic unitYannick Moy2-6/+27
2019-09-17[Ada] Raise Constraint_Error in overflow case involving roundingYannick Moy4-0/+41
2019-09-17[Ada] Fix possible suppressed overflows in arithmetic run-timeYannick Moy2-2/+11
2019-09-17[Ada] Force even timestamp in Windows ALI filesDmitriy Anisimkov4-2/+27
2019-09-17[Ada] GNATprove: avoid crash on illegal borrow during package elaborationYannick Moy2-4/+13
2019-09-17[Ada] Clarify documentation for Stack_UsageBob Duff4-3/+21
2019-09-17[Ada] Don't accept illegal (e.g., Integer'(null)) generic actualsSteve Baird3-3/+21
2019-09-17[Ada] Support chained calls to traversal functions in SPARKClaire Dross2-7/+63