Age | Commit message (Expand) | Author | Files | Lines |
2004-10-27 | dbxout.c (dbxout_finish_complex_stabs): Mark 'line' variable ATTRIBUTE_UNUSED. | Zack Weinberg | 2 | -2/+8 |
2004-10-27 | c-lex.c (cb_def_pragma): Clean up code for making location palatable to diagn... | Zack Weinberg | 2 | -9/+14 |
2004-10-27 | Add PR number. | Steven Bosscher | 1 | -0/+1 |
2004-10-27 | tree-phinodes.c (remove_phi_arg_num): Don't remove PHIs without any PHI argum... | Steven Bosscher | 2 | -6/+9 |
2004-10-27 | * de.po: Update. | Joseph Myers | 2 | -756/+760 |
2004-10-27 | configure.ac: Don't test for [build] __cxa_atexit when building a cross compi... | Paul Brook | 3 | -12/+37 |
2004-10-27 | configure.ac: Use build_exeext not host_exeext when lookin for target tools. | Paul Brook | 3 | -60/+66 |
2004-10-27 | Resync. | Arnaud Charlet | 1 | -0/+390 |
2004-10-27 | gnat_ugn.texi: Generalize "finding memory problems" section into a "memory ma... | Cyrille Comar | 1 | -163/+309 |
2004-10-27 | 2004-10-26 Vincent Celier <celier@gnat.com> | Vincent Celier | 5 | -21/+63 |
2004-10-27 | trans.c (call_to_gnu): For an (in-)out parameter passed by reference whose ty... | Eric Botcazou | 1 | -0/+14 |
2004-10-27 | tracebak.c (IS_BAD_PTR): Use IsBadCodePtr on Win32 to check for ptr validity ... | Pascal Obry | 2 | -17/+31 |
2004-10-27 | sem_util.adb (Is_Aliased_View): Defend against the case where this subprogram... | Thomas Quinot | 2 | -24/+32 |
2004-10-27 | sem_elab.adb (Check_Elab_Call): Do not check a call that does not appear in t... | Ed Schonberg | 1 | -0/+8 |
2004-10-27 | sem_ch6.adb (Analyze_Subprogram_Body): If body is a subunit for a different k... | Ed Schonberg | 1 | -16/+69 |
2004-10-27 | sem_ch3.adb (Complete_Private_Subtype): If the full view is a task or protect... | Ed Schonberg | 1 | -0/+6 |
2004-10-27 | sem_ch13.adb (Analyze_Attribute_Definition_Clause, [...]): enhance, document ... | Cyrille Comar | 3 | -24/+32 |
2004-10-27 | s390.md ("*subdf3_cc"): Replaced plus by minus. | Andreas Krebbel | 2 | -1/+5 |
2004-10-27 | sem_ch12.adb (In_Main_Context): Predicate to determine whether the current in... | Ed Schonberg | 1 | -4/+60 |
2004-10-27 | sem_ch10.adb (Optional_Subunit): If file of expected subunit is empty, post m... | Ed Schonberg | 1 | -1/+8 |
2004-10-27 | sem_attr.adb (Resolve_Attribute, [...]): Apply proper accessibility check to ... | Ed Schonberg | 1 | -51/+87 |
2004-10-27 | s-bitops.adb (Bit_Eq): Remove redundant check. | Robert Dewar | 3 | -12/+9 |
2004-10-27 | s-arit64.adb: (Le3): New function, used by Scaled_Divide | Robert Dewar | 2 | -145/+127 |
2004-10-27 | prj-nmsc.adb (Language_Independent_Check): Do not forbid virtual extension of... | Vincent Celier | 3 | -32/+38 |
2004-10-27 | prj-env.adb: (Contains_ALI_Files): New Boolean function | Vincent Celier | 1 | -4/+64 |
2004-10-27 | Fix email address in last entry. | Ulrich Weigand | 1 | -1/+1 |
2004-10-27 | re PR middle-end/14684 (-fprofile-use/-fprofile-generate failure because of c... | Andreas Krebbel | 2 | -0/+9 |
2004-10-27 | * config/rs6000/rs6000.c: Fix a comment typo. | Kazu Hirata | 2 | -1/+5 |
2004-10-27 | lib-xref.adb (Generate_Reference): Don't complain about reference to entry pa... | Robert Dewar | 1 | -0/+9 |
2004-10-27 | init.c (__gnat_error_handler): Instead of trying to read the memory before th... | Pascal Obry | 1 | -11/+7 |
2004-10-27 | i-cpp.ads, i-cpp.adb: Change layout of VTable for new C++ ABI. | Matthew Gingell | 2 | -17/+15 |
2004-10-27 | g-os_lib.ads, [...] (Set_Executable, [...]): New subprograms. | Thomas Quinot | 5 | -20/+58 |
2004-10-27 | gnat1drv.adb: Suppress calling the back end when Frontend_Layout_On_Target is... | Gary Dismukes | 1 | -0/+4 |
2004-10-27 | exp_dist.adb (Build_General_Calling_Stubs): New formal parameter RACW_Type, u... | Thomas Quinot | 6 | -84/+97 |
2004-10-27 | exp_ch6.adb (Expand_Actuals): If the actual for an in-out parameter is aliase... | Ed Schonberg | 1 | -7/+38 |
2004-10-27 | exp_ch4.adb (Expand_N_Op_Eq): Make sure we expand a loop for array compares i... | Robert Dewar | 2 | -45/+67 |
2004-10-27 | exp_aggr.adb (Safe_Component): An aggregate component that is an unchecked co... | Ed Schonberg | 1 | -8/+84 |
2004-10-27 | eval_fat.adb (Eps_Model,Eps_Denorm): Remove, no longer used. | Geert Bosch | 1 | -90/+33 |
2004-10-27 | decl.c (gnat_to_gnu_field): Use the type of the inner object for a JM type on... | Eric Botcazou | 1 | -15/+19 |
2004-10-27 | clean.adb (Delete): Do not output warnings when in quiet output and not in ve... | Vincent Celier | 1 | -24/+35 |
2004-10-27 | checks.adb (Expr_Known_Valid): If floating-point validity checks are enabled... | Ed Schonberg | 1 | -5/+18 |
2004-10-27 | a-filico.ads, [...]: fix incorrect header. | Arnaud Charlet | 4 | -7/+7 |
2004-10-27 | a-exexpr.adb (Setup_Key): Change initial value to 16#DEAD#... | Gary Dismukes | 1 | -3/+4 |
2004-10-27 | expect.c, [...] (unix sections): Guard with "__unix__" instead of "unix". | Olivier Hainque | 4 | -13/+13 |
2004-10-27 | s-parame-mingw.adb (Default_Stack_Size): Add some comments. | Pascal Obry | 2 | -1/+14 |
2004-10-27 | s-parame-linux.adb (Minimum_Stack_Size): Adjust to return 12K instead of 8K... | Olivier Hainque | 1 | -2/+6 |
2004-10-27 | mlib-tgt-darwin.adb: New file. | Nicolas Setton | 15 | -10/+511 |
2004-10-27 | 2004-10-26 Vincent Celier <celier@gnat.com> | Vincent Celier | 5 | -36/+20 |
2004-10-27 | direct2.c: Cope with different bison 'parse' or 'syntax' error messages. | Nathan Sidwell | 3 | -6/+12 |
2004-10-27 | (DBX_OUTPUT_SOURCE_LINE): Increment line counter. | Zack Weinberg | 2 | -1/+7 |