aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada
AgeCommit message (Expand)AuthorFilesLines
2006-06-25Move entry to proper file.Eric Botcazou1-0/+5
2006-06-23tree.c (max_int_size_in_bytes): New function, inspired from code in function....Olivier Hainque1-4/+31
2006-06-20re PR ada/18692 (Ada should have a dg testsuite)James A. Morrison2-3/+12
2006-06-17gnat-style.texi (@dircategory): Use "Software development" instead of "Progra...Karl Berry2-1/+6
2006-06-13re PR ada/27944 (s-taprop.adb:66:06: warning: redundant with clause in body)John David Anglin2-3/+5
2006-06-06re PR ada/27769 (cross-gnatmake needs host gcc)Laurent GUERBY2-3/+8
2006-05-28decl.c, [...]: Fix comment typos.Kazu Hirata16-28/+37
2006-05-19langhooks.h (struct lang_hooks): Add dwarf_name language hook.Nicolas Setton1-0/+11
2006-05-14Make-lang.in (ada/decl.o): Replace target.h with $(TARGET_H).H.J. Lu2-3/+9
2006-05-02re PR ada/27366 (ada build fails as cygwin does not have clearenv)David Billinghurst1-1/+1
2006-04-08Makefile.in: Add Ada support for GNU/kFreeBSD.Aurelien Jarno3-0/+554
2006-03-30Makefile.in: Rename docdir to gcc_docdir.Carlos O'Donell2-12/+16
2006-03-08re PR bootstrap/26500 (info/gfortran.info is no longer being installed)Paolo Bonzini1-0/+2
2006-03-04gigi.h (get_ada_base_type): Delete.Eric Botcazou4-22/+11
2006-03-04uintp.adb (Num_Bits): Handle Uint_Int_First specially.Richard Kenner2-1/+9
2006-03-02tm.texi (TARGET_HAVE_SWITCHABLE_BSS_SECTIONS): Document.Richard Sandiford2-4/+9
2006-02-20Make-lang.in (OBJC): RemoveRafael Espindola2-2/+6
2006-02-20configure.ac (target_list): Add install-info, dvi, html.Paolo Bonzini1-3/+3
2006-02-17Resync.Arnaud Charlet1-0/+175
2006-02-17expander.adb: Fix typo in commentRamon Fernandez4-8/+19
2006-02-17s-wchcnv.adb: Document handling of [ on output (we do not change this to ["5B...Robert Dewar2-2/+20
2006-02-17a-convec.ads, [...]: (operator "&"): handle potential overflow for large inde...Matthew Heaney4-317/+522
2006-02-17snames.ads, snames.adb: New standard names for new project attributes...Vincent Celier2-65/+111
2006-02-17sem_res.adb (Resolve_Type_Conversion): In case of conversion to an abstract i...Javier Miranda1-37/+24
2006-02-17sem_ch6.adb (Build_Body_To_Inline): Enforce the rule that in order to inline ...Ed Schonberg1-9/+16
2006-02-17sem_ch3.adb (Build_Discriminated_Subtype): In case of concurrent type we cann...Javier Miranda1-5/+34
2006-02-17sem_ch12.adb (Analyze_Package_Instantiation): Inline_Now is false if the curr...Ed Schonberg1-10/+18
2006-02-17sem_ch10.adb (Analyze_With_Clause): If the unit is a subprogram instantiation...Ed Schonberg1-10/+5
2006-02-17Makefile.in: Use VMS64 specialized versions of several units in Interfaces.C ...Vasiliy Fofanov1-2/+5
2006-02-17init.c (facility_resignal_table): new arrayVasiliy Fofanov1-0/+10
2006-02-17g-os_lib.adb (Copy_File): Make sure that if From has an Invalid_FD, then we c...Robert Dewar1-0/+7
2006-02-17freeze.adb (Statically_Discriminated_Components): Return false if the bounds ...Ed Schonberg2-15/+36
2006-02-17exp_dbug.adb (Debug_Renaming_Declaration): Indicate that the entity must be m...Ed Schonberg1-1/+2
2006-02-17exp_ch4.adb (Expand_N_Allocator): If the allocated object is accessed through...Javier Miranda1-23/+98
2006-02-17s-taprop-irix.adb, [...] (Set_False, [...]): Add Abort_Defer/Undefer pairs to...Jose Ruiz10-25/+261
2006-02-17re PR ada/26315 (ACATS failures c43208b c85006a c85006d cd92001)Eric Botcazou4-9/+6
2006-02-17sem_ch4.adb (Find_Boolean_Types): If one of the operands is an aggregate...Ed Schonberg1-1/+26
2006-02-16env.c (__gnat_setenv): Use size_t.Eric Botcazou2-4/+10
2006-02-16* opt.ads (Ada_Version_Default): Set to Ada 2005 by default.Arnaud Charlet2-1/+5
2006-02-15ResyncArnaud Charlet1-0/+1511
2006-02-15(Eval_Relational_Op): Use new Is_Known_Null flag to deal with caseArnaud Charlet1-28/+29
2006-02-15Add section for gnatcheck.Arnaud Charlet1-81/+132
2006-02-15gnat_ugn.texi: Remove limitations with sparc m64 support.Arnaud Charlet7-632/+1177
2006-02-15tracebak.c (PPC AIX/Darwin): Define FORCE_CALL to 1.Eric Botcazou1-13/+18
2006-02-15s-wchjis.adb (JIS_To_EUC): Raise Constraint_Error for invalid valueRobert Dewar1-3/+23
2006-02-15s-valint.adb (Scan_Integer): Call Scan_Raw_Unsigned instead of Scan_Unsigned...Bob Duff8-76/+175
2006-02-15s-stausa.adb (Initialize_Analyzer): fixed error in assignment of task name.Quentin Ochem1-3/+3
2006-02-15sprint.adb (Write_Itype): Preserve Sloc of declaration...Ed Schonberg2-4/+99
2006-02-15sinput-d.adb (Write_Line): Update the Source_Index_Table after each line.Thomas Quinot1-9/+8
2006-02-15sem_warn.adb (Check_One_Unit): If the unit appears in a limited_with clause...Ed Schonberg1-183/+189