aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada
AgeCommit message (Expand)Author
2021-06-22Daily bump.GCC Administrator
2021-06-21[Ada] Implement fixed-lower-bound consistency checks for qualified_expressionsGary Dismukes
2021-06-21[Ada] Optimization of System.Value_NBob Duff
2021-06-21[Ada] INOX: prototype "when" constructsJustin Squirek
2021-06-21[Ada] Add Ada.Strings.Text_Buffers and replace uses of Ada.Strings.Text_OutputSteve Baird
2021-06-21[Ada] Adjust new fast bit-field copy path to big-endian platformsEric Botcazou
2021-06-21[Ada] Add Return_Statement fieldRichard Kenner
2021-06-21[Ada] Improve efficiency of small slice assignments of packed arraysBob Duff
2021-06-21[Ada] Implementation of AI12-205: defaults for formal typesEd Schonberg
2021-06-21[Ada] Implement 'Valid_Value attributeBob Duff
2021-06-21[Ada] Export Opt.Assume_No_Invalid_Values for use in back-endEric Botcazou
2021-06-21[Ada] Zero-size slicesBob Duff
2021-06-21[Ada] Address ??? commentsGhjuvan Lacambre
2021-06-21[Ada] Fix unbalanced parens in documentation of Address clausesPiotr Trojanek
2021-06-21[Ada] Minor reformattingsGhjuvan Lacambre
2021-06-21[Ada] Make -gnatU and -gnatw.d the defaultGhjuvan Lacambre
2021-06-21[Ada] Fix invalid JSON real numbers generated with -gnatRjEric Botcazou
2021-06-21[Ada] Disable wrong computation of offsets within multidimensional arraysPiotr Trojanek
2021-06-21[Ada] Skip overlay checks on protected components with expansion disabledPiotr Trojanek
2021-06-21[Ada] Compile s-mmap on aarch64-linuxDoug Rupp
2021-06-21[Ada] Compiler crash on sliding of fixed-lower-bound object in Loop_InvariantGary Dismukes
2021-06-21[Ada] Simplify detection of statically overlapping slicesPiotr Trojanek
2021-06-21[Ada] Fix detection of overlapping actuals with renamingsPiotr Trojanek
2021-06-21[Ada] powerpc64-wrs-vxworks7r2: build shared libgnatFrederic Konrad
2021-06-19Daily bump.GCC Administrator
2021-06-18[Ada] Additional error checking on index constraints with fixed-lower-bound r...Gary Dismukes
2021-06-18[Ada] Minor comment cleanupsBob Duff
2021-06-18[Ada] Fix detection of overlapping slices indexed by charactersPiotr Trojanek
2021-06-18[Ada] Fix detection of overlapping actuals with renamingsPiotr Trojanek
2021-06-18[Ada] Make "gcc -gnatDGL" handle unterminated last lines properlyBob Duff
2021-06-18[Ada] Reuse Package_Specification in Is_Incomplete_Or_Private_TypePiotr Trojanek
2021-06-18[Ada] Avoid passing Enum_Lit'Size to the back endBob Duff
2021-06-18[Ada] Fix inaccuracies in signal handler trampoline for aarch64-vxworksOlivier Hainque
2021-06-18[Ada] Ada2020: AI12-0195 overriding class-wide pre/post conditionsJavier Miranda
2021-06-18[Ada] Premature freezing of typesArnaud Charlet
2021-06-18[Ada] Missing check for assigning too-large array to fixed-lower-bound objectGary Dismukes
2021-06-18[Ada] Remove AAMP from compiler sourcesBob Duff
2021-06-18[Ada] Error issued on string literal assigned to fixed-lower-bound arrayGary Dismukes
2021-06-18[Ada] Warn about overlapping actuals in all versions of AdaPiotr Trojanek
2021-06-18[Ada] Reuse First_Actual in Address_ValuePiotr Trojanek
2021-06-18[Ada] Correct A'First (N) where N is an object nameBob Duff
2021-06-18[Ada] Fix asymmetries in detection of overlapping actualsPiotr Trojanek
2021-06-18[Ada] Fix handling of gnat check/test commandsArnaud Charlet
2021-06-18[Ada] Add documentation for the array fixed-lower-bound featureGary Dismukes
2021-06-18[Ada] New debug switch to disable large static aggregatesBob Duff
2021-06-18[Ada] Warn on 'in out' param containing access in private typeBob Duff
2021-06-18[Ada] Remove dead code for overlapping actuals in prefix notationPiotr Trojanek
2021-06-18[Ada] Do not clear Is_True_Constant flag on imported constantsEric Botcazou
2021-06-18[Ada] Code cleanups in exp_ch6.adbArnaud Charlet
2021-06-18[Ada] Update comments related to TBDArnaud Charlet