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