summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* re PR target/48288 (ld: Unsatisfied symbol "__iordi3" in file /test/gnu/gcc/o...John David Anglin2011-03-273-8/+19
* mips.h (LIBCALL_VALUE, [...]): Remove macros.Anatoly Sokolov2011-03-274-20/+66
* Add runtime profiling infrastructure, not yet working.Ian Lance Taylor2011-03-278-43/+598
* Split 32-byte AVX unaligned load/store.H.J. Lu2011-03-2720-14/+613
* Remove closedchan function.Ian Lance Taylor2011-03-271-11/+0
* Error for return with no values when result parameters are not named.Ian Lance Taylor2011-03-271-3/+13
* re PR fortran/47065 (Replace trim(a) by a(1:len_trim(a)))Thomas Koenig2011-03-275-29/+96
* Improve error about indirecting an unsafe.Pointer type.Ian Lance Taylor2011-03-271-0/+8
* Fix typoEric Botcazou2011-03-271-1/+1
* re PR target/38598 (MIPS extendsidi2 does not have a LO alternative)Richard Sandiford2011-03-275-15/+31
* mips.c (mips_prepare_builtin_arg): Replace icode and opno arguments with an e...Richard Sandiford2011-03-272-99/+71
* re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus2011-03-274-0/+378
* arm.c (arm_autovectorize_vector_sizes): New function.Ira Rosen2011-03-276-8/+31
* re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus2011-03-2712-31/+394
* Daily bump.GCC Administrator2011-03-271-1/+1
* Don't look up methods for pointer to interface.Ian Lance Taylor2011-03-262-11/+10
* re PR fortran/48291 ([OOP] internal compiler error, new_symbol(): Symbol name...Janus Weil2011-03-264-3/+30
* Don't permit embedded field to be pointer to interface.Ian Lance Taylor2011-03-263-23/+13
* vect-cselim-1.c: Fail on targets that don't support strided accesses.Ira Rosen2011-03-262-1/+6
* basic-block.h (fixup_abnormal_edges): Adjust prototype.Eric Botcazou2011-03-265-112/+123
* re PR rtl-optimization/48144 (ICE: in code_motion_path_driver, at sel-sched.c...Andrey Belevantsev2011-03-266-19/+61
* decl.c (gnat_to_gnu_entity): Create TYPE_DECL for the padded type built to su...Eric Botcazou2011-03-265-3/+61
* gigi.h (finalize_from_with_types): Adjust comment.Eric Botcazou2011-03-269-50/+106
* inline.adb (Back_End_Cannot_Inline): Lift restriction on calls to subprograms...Eric Botcazou2011-03-268-69/+63
* Check for invalid uses of ... in builtin function calls.Ian Lance Taylor2011-03-262-0/+12
* predicates.md (word_offset_memref_op): Handle cmodel medium addresses.Alan Modra2011-03-265-2/+118
* Better error when setting const to nil.Ian Lance Taylor2011-03-261-1/+3
* Correctly parse select case <-c <- v.Ian Lance Taylor2011-03-261-4/+12
* re PR target/47487 (ICE in rs6000_output_function_epilogue, at config/rs6000/...Alan Modra2011-03-262-3/+10
* Daily bump.GCC Administrator2011-03-261-1/+1
* expr.c (emit_block_move_via_movmem): Only use 6 operand variant if there are ...Richard Henderson2011-03-252-4/+18
* future (future::share): Add.Jonathan Wakely2011-03-253-47/+96
* default.cc: Do not call members which require a fully established result state.Jonathan Wakely2011-03-253-12/+18
* Clean up handling of undefined types.Ian Lance Taylor2011-03-255-91/+60
* printf_fp.c (__quadmath_printf_fp): Use memcpy instead of mempcpy.Jakub Jelinek2011-03-252-1/+6
* Avoid overflow error after negative shift count error.Ian Lance Taylor2011-03-251-1/+7
* Changelog c-family/Kai Tietz2011-03-2526-90/+161
* files.c (file_hash_eq): Use filename_cmp instead of strcmp.Kai Tietz2011-03-255-11/+39
* arm.h (CANNOT_CHANGE_MODE_CLASS): Restrict FPA_REGS case to VFPv1.Richard Sandiford2011-03-252-6/+11
* re PR fortran/48174 (DWARF for subroutine with no args indicates 'varargs')Tobias Burnus2011-03-255-4/+18
* Give an error if a label is defined but not used.Ian Lance Taylor2011-03-2513-72/+168
* ChangeLog for last change.Rainer Orth2011-03-251-0/+35
* pr44686.c: Do not explicitely specify -O2.Martin Jambor2011-03-252-1/+5
* re PR boehm-gc/11412 (boehm-gc testing problems)Rainer Orth2011-03-2519-447/+1206
* fold-const.c (expr_location_or): New function.Nathan Froyd2011-03-252-42/+28
* dwarf2asm.c (dw2_asm_output_encoded_addr_rtx): Add missing va_end.Jeff Law2011-03-259-1/+29
* tree-ssa-copy.c (stmt_may_generate_copy): Copies from constants also generate...Richard Guenther2011-03-252-2/+10
* dwarf2out.c (mem_loc_descriptor): Compare mode size instead of bitsize with D...Jakub Jelinek2011-03-252-2/+14
* Core 1135Jason Merrill2011-03-257-9/+71
* re PR c++/48289 (-pedantic breaks std::move)Jason Merrill2011-03-254-15/+33