aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada
AgeCommit message (Expand)AuthorFilesLines
2005-09-05sem_cat.adb (Check_Categorization_Dependencies): Add more detail to error msg...Robert Dewar1-40/+58
2005-09-05re PR ada/9087 (Component_Size for packed array returns wrong values)Thomas Quinot1-10/+38
2005-09-05scng.adb (Check_End_Of_Line): Count characters, rather than bytes (makes a di...Robert Dewar3-1/+25
2005-09-05prj-env.adb (Set_Ada_Paths.Add.Recursive_Add): Do not add the object director...Vincent Celier1-4/+9
2005-09-05opt.ads, opt.adb: Add new switches Debug_Pragmas_Enabled[_Config]Robert Dewar10-856/+923
2005-09-05mlib-prj.adb (Copy_Interface_Sources): Copy all interface sources, including ...Vincent Celier1-10/+42
2005-09-05lib-xref.adb (Output_Overridden_Op): Display information on overridden operat...Ed Schonberg4-74/+184
2005-09-05lib-writ.adb: Update Copyright noticeVincent Celier1-9/+37
2005-09-05layout.adb (SO_Ref_From_Expr): Change Subtype_Mark to Result_Definition.Gary Dismukes6-49/+189
2005-09-05itypes.ads, itypes.adb (Create_Null_Excluding_Itype): New subprogram that giv...Javier Miranda4-68/+156
2005-09-05g-pehage.ads, [...] (Select_Char_Position): When no character position set is...Laurent Pautet2-755/+819
2005-09-05g-expect.adb (Non_Blocking_Spawn): Initialize the filters field toJerome Lambourg1-0/+20
2005-09-05exp_pakd.adb (Create_Packed_Array_Type): Properly handle very large packed ar...Robert Dewar1-3/+25
2005-09-05exp_intr.adb (Expand_Source_Name): For Enclosing_Entity...Ed Schonberg2-25/+68
2005-09-05exp_dist.adb (Add_RACW_TypeCode, [...]): Do not generate dummy access formal ...Thomas Quinot1-92/+27
2005-09-05exp_dbug.adb (Get_Encoded_Name): Fixed bug that caused biaised types to be en...Nicolas Setton1-12/+18
2005-09-05exp_ch6.adb (Expand_Call): If an actual is a function call rewritten from obj...Ed Schonberg4-209/+284
2005-09-05exp_attr.adb: Handle vax fpt for 'Valid attributeRobert Dewar6-19/+157
2005-09-05errout.ads, errout.adb (Fix Error_Msg_F): Fix implementation to meet spec.Robert Dewar9-113/+123
2005-09-05a-ztexio.adb, [...]: Replace bad range checks with 'Valid tests.Robert Dewar3-18/+18
2005-09-05checks.adb (Check_Needed): New procedure...Robert Dewar1-190/+228
2005-09-05binde.adb: Minor reformattingRobert Dewar1-11/+25
2005-09-05s-stoele.ads, [...]: Minor reformatting...Arnaud Charlet301-573/+568
2005-09-05fname-sf.adb, [...]: Remove redundant use_clauses.Ed Schonberg38-134/+60
2005-09-05g-soccon-vms.adb: Renamed to g-soccon-vms.adsThomas Quinot16-842/+1082
2005-09-05s-taprop-vxworks.adb: Move with clauses outside Warnings Off now that depende...Arnaud Charlet7-99/+155
2005-09-05s-tataat.adb, [...]: Replace calls to Defer/Undefer_Abortion by Defer/Undefer...Arnaud Charlet4-87/+59
2005-09-05a-tags.adb (IW_Membership): Give support to "Iface_CW_Typ in T'Class".Hristian Kirtchev15-847/+4416
2005-09-05exp_ch4.adb (Expand_N_In): Replace test of expression in its own type by vali...Robert Dewar2-43/+129
2005-09-05re PR ada/23646 (Ada testsuite hangs -- many new failures)Arnaud Charlet30-3050/+255
2005-09-05a-calend-mingw.adb: Add call to OS_Primitives.Initialize;Arnaud Charlet81-1318/+854
2005-08-29resyncArnaud Charlet1-0/+47
2005-08-29trans.c: Protect < in error msg with quote Replace GCC_ZCX by Back_End_Except...Arnaud Charlet1-11/+15
2005-08-29re PR ada/21053 (Warnings from init.c)Arnaud Charlet4-94/+72
2005-08-29re PR ada/23187 (MAXPATHLEN usage in gcc/ada/*.c)Arnaud Charlet1-0/+4
2005-08-15Fix typo in alpha port found while grepping for ia64 info.James E Wilson2-1/+5
2005-08-01* decl.c, utils.c: Fix comment typos.Kazu Hirata3-3/+7
2005-07-29* decl.c, init.c, initialize.c: Fix comment typos.Kazu Hirata4-7/+11
2005-07-20Make CONSTRUCTOR use VEC to store initializers.Giovanni Bajo5-26/+45
2005-07-09decl.c (components_to_record): Use DECL_FCONTEXT instead of DECL_SECTION_NAME.Andrew Pinski2-4/+10
2005-07-09utils.c (create_var_decl): Only set DECL_COMMON on VAR_DECLs.Andrew Pinski2-2/+9
2005-07-08Makefile.in (TREE_H): Add treestruct.def.Daniel Berlin2-1/+5
2005-07-07resync.Arnaud Charlet1-0/+145
2005-07-07vms_data.ads: Add VMS qualifiers for new gnatpp switch --no-separate-isSergey Rybin2-0/+13
2005-07-07expect.c: Minor reformattingThomas Quinot1-2/+2
2005-07-07tracebak.c: Refine tracebacks to use Unwind_Backtrace scheme on ia64 platform...Bernard Banner1-1/+1
2005-07-07sem_ch8.adb (Find_Direct_Name): Handle properly the case of a generic package...Ed Schonberg1-30/+63
2005-07-07par-load.adb (Load): If a child unit is loaded through a limited_with clause...Ed Schonberg4-187/+386
2005-07-07re PR ada/22301 (Ada does not build into a clean prefix when unwind.h is not ...Olivier Hainque1-12/+26
2005-07-07freeze.adb (Freeze_Entity): Check wrong uses of tag incomplete types.Javier Miranda9-76/+305