aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2007-04-06tree-ssa-loop-niter.c (idx_infer_loop_bounds): Add and use argument "reliable".Zdenek Dvorak5-29/+93
2007-04-06Remove ">>>>>>> .r123627".H.J. Lu1-1/+0
2007-04-06tree-sra.c (sra_build_elt_assignment): Initialize min/maxshift.Andreas Tobler2-1/+6
2007-04-06i386.md (extend<mode>xf2): Rename from extendsfxf2 and extenddfxf2.Uros Bizjak2-161/+74
2007-04-06langhooks-def.h (LANG_HOOKS_INITIALIZER): Remove LANG_HOOKS_SAFE_FROM_P.Daniel Berlin5-26/+9
2007-04-06re PR fortran/31395 ([4.2 Only] Colon edit descriptor is ignored unless prece...Jerry DeLisle2-0/+19
2007-04-06jcf-io.c (open_class): Copy 'filename'.Colin Walters2-1/+6
2007-04-06init18.C: Use dg-require-effective-target instead of an explicit xfail.Mark Mitchell2-1/+8
2007-04-06cgraphunit.c (decide_is_function_needed): Do not keep always_inline functions.Jan Hubicka2-1/+7
2007-04-06i386.c (output_387_reg_move): Handle memory operand[0].Uros Bizjak3-110/+48
2007-04-06New test cases.Arnaud Charlet44-0/+837
2007-04-06New file.Arnaud Charlet20-344/+583
2007-04-06gnatvsn.ads, [...] (Get_Gnat_build_Type): Renamed Build_Type and made constant.Arnaud Charlet5-40/+58
2007-04-06utils.c (update_pointer_to): Make a copy of the couple of FIELD_DECLs when...Eric Botcazou1-66/+144
2007-04-06trans.c (call_to_gnu): Return an expression with a COMPOUND_EXPR including th...Olivier Hainque1-76/+143
2007-04-06ResyncArnaud Charlet1-0/+1776
2007-04-06a-diroro.ads: Inserted the pragma Unimplemented_UnitRobert Dewar15-75/+110
2007-04-06s-stchop-vxworks.adb:Eric Botcazou1-45/+57
2007-04-06utils2.c (known_alignment): Handle COMPOUND_EXPR, COND_EXPR and BIT_AND_EXPR.Olivier Hainque1-0/+21
2007-04-06uintp.ads, uintp.adb (UI_Div_Rem): New subprogram, extending previous impleme...Thomas Quinot2-50/+245
2007-04-06tracebak.c (PC_ADJUST - ia64): -4 instead of -16...Olivier Hainque1-4/+2
2007-04-06s-tpobop.adb (Exceptional_Complete_Entry_Body): Undefer abortion before propa...Arnaud Charlet1-1/+9
2007-04-06sinfo.ads, sinfo.adb (Coextensions): New element list for allocators...Ed Schonberg4-37/+379
2007-04-06sem_util.ads, [...] (Object_Access_Level): If the object is a dereference of ...Ed Schonberg2-161/+287
2007-04-06sem_type.ads, [...] (Has_Abstract_Interpretation): Make predicate recursive...Ed Schonberg2-25/+57
2007-04-06sem_ch8.adb (Has_Components): If the argument is an incomplete type that is a...Ed Schonberg1-306/+290
2007-04-06sem_ch7.ads, [...] (Inspect_Deferred_Constant_Completion): Move out of Analyz...Ed Schonberg3-117/+202
2007-04-06sem_ch5.adb (Analyze_Assignment): Reject a right-hand side that is a tag-inde...Ed Schonberg1-45/+174
2007-04-06sem_ch4.adb (Try_Primitive_Operation): The call is legal if the prefix type i...Ed Schonberg1-68/+184
2007-04-06sem_ch12.adb (Check_Generic_Actuals): Use first subtype of actual when captur...Ed Schonberg1-622/+696
2007-04-062007-04-06 Ed Schonberg <schonberg@adacore.com>Ed Schonberg1-18/+50
2007-04-06s-carun8.adb, [...] (Compare_Array_?8): modify so that last full word is no l...Ed Falis2-20/+24
2007-04-06sem_ch13.ads, [...] (Adjust_Record_For_Reverse_Bit_Order): Use First/Next_Com...Robert Dewar10-217/+537
2007-04-06prj-ext.adb (Initialize_Project_Path): New procedure that initialize the defa...Vincent Celier3-205/+261
2007-04-06par-prag.adb (Prag): Add dummy entry for pragma Compile_Time_ErrorRobert Dewar8-1320/+1220
2007-04-06par-ch3.adb: (P_Type_Declaration): Set Type_Token_LocationRobert Dewar4-60/+91
2007-04-06namet.ads, namet.adb (wn): Improve this debugging routine.Robert Dewar2-42/+87
2007-04-06mlib.adb (Building_Library): Only output "building a library..." in verbose modeVincent Celier3-25/+63
2007-04-06gnat_rm.texi, [...]: Add -gnatyl documentation Update 'Exception Handling Con...Robert Dewar3-157/+493
2007-04-06lib-xref.ads, [...]: Modify the loop that collects type references...Ed Schonberg2-75/+177
2007-04-06lib-writ.adb (Write_With_Lines): Factor duplicated code between the cases whe...Thomas Quinot1-26/+30
2007-04-06lib.ads, lib.adb (Tree_Read): Release the memory occupied by the switches fro...Serguei Rybin2-24/+28
2007-04-06init.c: Reuse PA/HP-UX code for IA-64/HP-UX, except __gnat_adjust_context_for...Eric Botcazou1-5/+16
2007-04-06i-fortra.ads: Add Double_Complex type.Geert Bosch30-5/+7246
2007-04-06i-cstrea.ads: (fopen): Add encoding parameter.Pascal Obry6-36/+93
2007-04-06g-regpat.adb (Parse_Posix_Character_Class): Fix handling of [[:xdigit:]] char...Emmanuel Briot1-78/+70
2007-04-06gprep.adb (Process_Files.Process_One_File): Use full file name when issuing p...Vincent Celier1-4/+5
2007-04-06gnatcmd.adb (B_Start): Add prefix of binder generated file.Jose Ruiz4-463/+516
2007-04-06g-md5.ads, g-md5.adb (Digest): Fix off-by-one error in padding computation.Thomas Quinot2-5/+6
2007-04-06g-expect.adb (Get_Command_Output): When expanding the output buffer we must e...Arnaud Charlet1-7/+8