aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada
AgeCommit message (Expand)AuthorFilesLines
2018-01-11[Ada] Encoding of with clauses in ALI filesHristian Kirtchev12-157/+258
2018-01-11[Ada] Finding proper scope when inside entry bodyHristian Kirtchev2-19/+9
2018-01-11[Ada] Aspect/pragma Secondary_Stack_Size can evaluate non-literals as zeroPatrick Bernardi5-73/+74
2018-01-11[Ada] Minor reformattingJustin Squirek2-1/+6
2018-01-11[Ada] Missing finalization in case expressionHristian Kirtchev2-1/+8
2018-01-11[Ada] Crash on iterated_component_association in expression functionEd Schonberg4-29/+80
2018-01-11[Ada] Wrong column in sloc of "expect name" error for loop variantJustin Squirek2-1/+6
2018-01-11[Ada] Inconsistent scope chain due to quantified expressionHristian Kirtchev2-0/+7
2018-01-11[Ada] Fix minor comment issuesPiotr Trojanek2-3/+8
2018-01-11einfo.ads, einfo.adb (Activation_Record_Component, [...]): Allow E_Discriminant.Arnaud Charlet3-11/+21
2018-01-10decl.c (gnat_to_gnu_component_type): Apply the check for atomic access once t...Eric Botcazou2-3/+9
2018-01-04Bump copyright yearEric Botcazou2-2/+2
2018-01-04* gnatvsn.ads: Bump copyright year.Eric Botcazou2-2/+6
2018-01-03poly_int: GET_MODE_BITSIZERichard Sandiford2-4/+11
2018-01-03poly_int: GET_MODE_PRECISIONRichard Sandiford2-3/+12
2018-01-03poly_int: TYPE_VECTOR_SUBPARTSRichard Sandiford2-1/+8
2018-01-03poly_int: GET_MODE_NUNITSRichard Sandiford2-2/+10
2018-01-03Update copyright years.Jakub Jelinek1-0/+2
2018-01-03gcc.c (process_command): Update copyright notice dates.Jakub Jelinek4-12769/+12779
2017-12-21Add missing PR numberEric Botcazou1-0/+1
2017-12-21decl.c (gnat_to_gnu_entity): Always take into account the Esize if it is known.Eric Botcazou2-1/+6
2017-12-21poly_int: get_inner_reference & co.Richard Sandiford3-8/+17
2017-12-20trans.c (Loop_Statement_to_gnu): Use IN_RANGE macro.Eric Botcazou4-7/+15
2017-12-19read-rtl.c (parse_reg_note_name): Replace Yoda conditions with typical order ...Jakub Jelinek5-7/+16
2017-12-19re PR ada/66205 (gnatbind generates invalid code when finalization is enabled...Arnaud Charlet2-12/+5
2017-12-15tree-core.h (struct attribute_spec): Swap affects_type_identity and handler f...Jakub Jelinek2-37/+42
2017-12-15exp_aggr.adb (Aggr_Assignment_OK_For_Backend): Use Component_Size of the inne...Pierre-Marie de Rodat15-56/+183
2017-12-15[multiple changes]Pierre-Marie de Rodat22-136/+636
2017-12-15einfo.ads: Comment fix.Pierre-Marie de Rodat8-199/+462
2017-12-15[multiple changes]Pierre-Marie de Rodat3-4/+24
2017-12-15gnat_and_program_execution.rst: Update section "Dynamic Stack Usage Analysis"...Pierre-Marie de Rodat9-68/+183
2017-12-15gcc/ada/ChangeLog: add entries missing from previous commitPierre-Marie de Rodat1-0/+51
2017-12-15exp_unst.adb (Unnest_Subprograms): Nothing to do if the main unit is a generi...Pierre-Marie de Rodat14-138/+271
2017-12-15[multiple changes]Pierre-Marie de Rodat8-30/+90
2017-12-15types.ads, [...]: Partly revert r255414, committed by mistake.Bob Duff5-8/+9
2017-12-14* gcc-interface/Makefile.in: Generalize support for symbolic traces.Eric Botcazou2-2/+32
2017-12-14* gcc-interface/misc.c (default_pass_by_ref): Minor tweak.Eric Botcazou2-6/+10
2017-12-14trans.c (Call_to_gnu): Set DECL_DISREGARD_INLINE_LIMITS to 0 on the callee if...Eric Botcazou2-4/+15
2017-12-14decl.c (gnat_to_gnu_field): Do not set the alignment of the enclosing record ...Eric Botcazou2-1/+7
2017-12-14gigi.h (pad_type_has_rm_size): Declare.Eric Botcazou5-74/+96
2017-12-13* gcc-interface/trans.c (Subprogram_Body_to_gnu): Initialize locus.Eric Botcazou2-1/+6
2017-12-13trans.c (process_freeze_entity): Be prepared for a package without body.Eric Botcazou2-4/+9
2017-12-13decl.c (gnat_to_gnu_entity): Robustify test for types descendant of System.Ad...Eric Botcazou2-3/+9
2017-12-08arc.c (arc_attribute_table): Add exclusions to the comment.Jakub Jelinek2-1/+6
2017-12-07PR c/81544 - attribute noreturn and warn_unused_result on the same function a...Martin Sebor2-19/+27
2017-12-06re PR ada/66205 (gnatbind generates invalid code when finalization is enabled...Simon Wright2-0/+18
2017-12-05sem_util.adb (Contains_Refined_State): Remove.Pierre-Marie de Rodat19-269/+310
2017-12-05[multiple changes]Pierre-Marie de Rodat8-27/+179
2017-12-05[multiple changes]Pierre-Marie de Rodat33-1080/+5689
2017-12-05[multiple changes]Pierre-Marie de Rodat9-92/+172