Age | Commit message (Expand) | Author | Files | Lines |
2007-08-31 | re PR c++/32597 (New operation with empty parameter pack does not value-initi... | Douglas Gregor | 7 | -9/+99 |
2007-08-31 | mangle.c (write_type): Change mangling of rvalue reference from `RR' to `O'. | Doug Gregor | 8 | -3/+80 |
2007-08-31 | re PR fortran/33232 (Diagnose comma in "read()," and "write(),") | Tobias Burnus | 5 | -6/+25 |
2007-08-31 | re PR rtl-optimization/33224 (failing rtl iv analysis (maybe due to df)) | Zdenek Dvorak | 2 | -1/+8 |
2007-08-31 | function.c (allocate_struct_function): Do not set current_function_returns_po... | Richard Guenther | 3 | -27/+16 |
2007-08-31 | tree-ssa-coalesce.c (compare_pairs): Use the elements as secondary keys in or... | Nick Clifton | 2 | -2/+21 |
2007-08-31 | re PR target/33132 (m32r: ICE: RTL check: expected elt 0 type 'i' or 'n', hav... | Nick Clifton | 3 | -11/+20 |
2007-08-31 | optabs.c (shift_optab_p, [...]): New functions, split out from expand_binop. | Richard Sandiford | 2 | -76/+128 |
2007-08-31 | minloc1.m4: Update copyright year and ajust headers order. | Francois-Xavier Coudert | 530 | -1300/+1360 |
2007-08-31 | sched-deps.c (update_dep): Mark arguments with ATTRIBUTE_UNUSED. | Maxim Kuvyrkov | 3 | -2/+14 |
2007-08-31 | * decl.c (duplicate_decls): Remove duplicated line. | Jakub Jelinek | 2 | -1/+4 |
2007-08-31 | re PR c++/33210 (Broken diagnostics: 'bound_template_template_parm' not suppo... | Paolo Carlini | 4 | -3/+24 |
2007-08-31 | Resync. | Arnaud Charlet | 1 | -0/+194 |
2007-08-31 | Add new tests. | Arnaud Charlet | 5 | -0/+102 |
2007-08-31 | [multiple changes] | Arnaud Charlet | 6 | -99/+133 |
2007-08-31 | symbols-vms.adb (Initialize): Read symbol files with continuation lines | Vincent Celier | 1 | -2/+41 |
2007-08-31 | tempdir.adb: On VMS, take into account GNUTMPDIR before TMPDIR | Vincent Celier | 1 | -6/+23 |
2007-08-31 | s-fileio.adb (Open): Normalize file name to lower case in non-case sensitive ... | Robert Dewar | 1 | -25/+43 |
2007-08-31 | sem_ch3.adb: The predicate Is_Descendent_Of_Address is now an entity flag, fo... | Ed Schonberg | 4 | -30/+46 |
2007-08-31 | sem_ch10.adb (Analyze_Subunit_Context): When analyzing context clauses of sub... | Ed Schonberg | 1 | -8/+14 |
2007-08-31 | prj-attr.adb: Add new attribute Excluded_Source_Files | Vincent Celier | 4 | -106/+133 |
2007-08-31 | par-ch4.adb (P_Simple_Expression): Fold long sequences of concatenations of s... | Bob Duff | 4 | -34/+174 |
2007-08-31 | restrict.adb, [...]: Remove redundant type conversion. | Hristian Kirtchev | 4 | -10/+20 |
2007-08-31 | tree.c (build_complex_type): Always set TYPE_NAME for comples types. | Richard Guenther | 2 | -4/+7 |
2007-08-31 | layout.adb (Layout_Type): Use Underlying_Type to determine whether an access ... | Richard Kenner | 1 | -49/+38 |
2007-08-31 | exp_ch8.adb (Expand_N_Package_Renaming_Declaration): In the case of a library... | Gary Dismukes | 3 | -51/+71 |
2007-08-31 | exp_ch3.adb (Build_Record_Init_Proc): If there is a static initialization agg... | Ed Schonberg | 1 | -4/+66 |
2007-08-31 | exp_ch11.adb (Expand_At_End_Handler): Avoid generation of raise statement whe... | Javier Miranda | 1 | -2/+9 |
2007-08-31 | einfo.ads, einfo.adb: New flag Is_Raised (Flag224). | Hristian Kirtchev | 3 | -2/+60 |
2007-08-31 | checks.adb (In_Declarative_Region_Of_Subprogram_Body): New routine. | Hristian Kirtchev | 1 | -3/+95 |
2007-08-31 | a-tags.adb (Internal_Tag): Protect the run-time against wrong internal tags. | Javier Miranda | 1 | -3/+44 |
2007-08-31 | re PR ada/4720 (GNAT programs do not support --help and --version) | Vincent Celier | 14 | -188/+277 |
2007-08-31 | * intrinsic.texi (LGAMMA): Remove empty @cindex line. | Joseph Myers | 2 | -1/+4 |
2007-08-31 | re PR c++/32113 (ICE with invalid template parameter) | Paolo Carlini | 4 | -0/+21 |
2007-08-31 | re PR c++/33212 (Broken diagnostic: 'trait_expr' not supported by dump_expr) | Paolo Carlini | 4 | -20/+43 |
2007-08-31 | Makefile.in (LIBGNAT_TARGET_PAIRS): Use system-linux-ppc64.ads when compiling... | Ben Elliston | 3 | -2/+166 |
2007-08-31 | test_oalign.adb, [...]: New test. | Olivier Hainque | 4 | -0/+28 |
2007-08-31 | xcoff.h (XCOFF_CSECT_DEFAULT_ALIGNMENT_STR): New internal macro. | Olivier Hainque | 3 | -7/+25 |
2007-08-31 | dbxout.c (dbxout_block): Move declaration within the first #if defined (DBX_D... | Olivier Hainque | 2 | -2/+12 |
2007-08-31 | Support for PowerPC 750CL paired-single instructions | David Edelsohn | 20 | -19/+1195 |
2007-08-31 | cvt.c (cp_convert_to_pointer): Remove force parameter. | Ollie Wild | 11 | -107/+347 |
2007-08-31 | c-opts.c (c_common_handle_option): Support -fno-directives-only. | Ollie Wild | 3 | -3/+9 |
2007-08-30 | re PR middle-end/33211 (FAIL: gcc.target/spu/fixed-range.c scan-assembler lqd... | Sandra Loosemore | 4 | -33/+87 |
2007-08-31 | re PR libfortran/33225 (Missing last digit in some formatted output (on 32bit... | Jerry DeLisle | 3 | -810/+760 |
2007-08-31 | tree-ssa-propagate.c (set_rhs): Remove the copied annotation from the origina... | Laurynas Biveinis | 2 | -0/+6 |
2007-08-31 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2007-08-30 | c-lex.c (interpret_fixed): Declare. | Chao-ying Fu | 4 | -2/+205 |
2007-08-30 | expr.c (interpret_float_suffix): Support hr, r, lr, llr, uhr, ur, ulr, ullr, ... | Chao-ying Fu | 3 | -4/+80 |
2007-08-30 | re PR fortran/31879 (ICE with function having array of character variables ar... | Paul Thomas | 13 | -112/+364 |
2007-08-30 | EnumSet.java: Documented. | Andrew John Hughes | 2 | -2/+175 |