aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2010-10-07re PR middle-end/45926 (Revision 165057 breaks GOMP)Jan Hubicka2-13/+13
2010-10-07re PR fortran/45916 (ICE in match_procedure_in_type, at fortran/decl.c:7921)Mikael Morin4-5/+38
2010-10-07[multiple changes]Arnaud Charlet6-7/+22
2010-10-07re PR other/45914 (Typo in gcc/configure.ac)Richard Guenther3-2/+8
2010-10-07gnatcmd.adb (Check_Files): When looking for the .ci file for a binder generat...Vincent Celier1-0/+28
2010-10-07[multiple changes]Arnaud Charlet25-68/+974
2010-10-07[multiple changes]Arnaud Charlet6-112/+1204
2010-10-07[multiple changes]Arnaud Charlet14-27/+137
2010-10-07[multiple changes]Arnaud Charlet10-152/+110
2010-10-07Daily bump.GCC Administrator1-1/+1
2010-10-06re PR fortran/45889 (Regression with I/O of element of allocatable array in d...Jerry DeLisle2-0/+26
2010-10-06re PR fortran/45889 (Regression with I/O of element of allocatable array in d...Jerry DeLisle2-1/+7
2010-10-06In gcc/cp/: 2010-10-06 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero6-0/+77
2010-10-06[PATCH] Report LTO phase in lto1 process name v2Andi Kleen2-0/+19
2010-10-06spu-c.c (spu_resolve_overloaded_builtin): Don't use define_builtin_std where ...Francois-Xavier Coudert3-10/+16
2010-10-06tm.texi.in (CLASS_LIKELY_SPILLED_P): Remove documentation.Anatoly Sokolov6-42/+12
2010-10-06Removed obsolete gcc/objc/README fileNicola Pero2-97/+4
2010-10-06lto.c (partition_cgraph_node_p, [...]): Handle COMDATs required by the linker.Jan Hubicka2-2/+9
2010-10-06ipa.c (cgraph_remove_unreachable_nodes): External references can always be re...Jan Hubicka2-12/+29
2010-10-06trans-stmt.c (gfc_trans_allocate): free lhs expr.Mikael Morin2-0/+5
2010-10-06trans-array.c (gfc_free_ss_chain): Made non-static.Mikael Morin4-1/+12
2010-10-06trans-intrinsic.c (gfc_conv_intrinsic_funcall): Also free symbol's subcompone...Mikael Morin2-1/+6
2010-10-06trans-expr.c (get_proc_ptr_comp): Restore initial expression type before call...Mikael Morin2-0/+11
2010-10-06trans-expr.c (get_proc_ptr_comp): Restore initial expression type before call...Mikael Morin2-0/+12
2010-10-06trans-array.c (gfc_conv_tmp_array_ref): Add factorized call to gfc_advance_se...Mikael Morin5-24/+17
2010-10-06trans.c (gfc_restore_backend_locus): New function.Mikael Morin5-20/+56
2010-10-06trans-array.c (gfc_build_constant_array_constructor): Free array spec when done.Mikael Morin2-0/+12
2010-10-06symbol.c (gfc_copy_formal_args_ppc): Free previous formal arg list before ove...Mikael Morin2-0/+6
2010-10-06array.c (gfc_match_array_spec): Don't re-initialize cleared struct.Mikael Morin3-17/+7
2010-10-06symbol.c (free_entry_list): New function.Mikael Morin2-0/+22
2010-10-06symbol.c (free_components): Free list of formal args and formal namespace.Mikael Morin2-0/+8
2010-10-06simplify.c (gfc_simplify_size): Clear temporary mpz int before returning.Mikael Morin2-1/+9
2010-10-06resolve.c (add_dt_to_dt_list): Remove unneeded if.Mikael Morin2-8/+9
2010-10-06resolve.c (check_typebound_baseobject): Free local expr before returning.Mikael Morin2-4/+14
2010-10-06primary.c (gfc_match_structure_constructor): Invert the assert logic.Mikael Morin2-3/+6
2010-10-06primary.c (gfc_free_structure_ctor_component): Also free the component struct...Mikael Morin2-0/+6
2010-10-06re PR c++/45908 ([C++0x] ICE involving decltype: in tree_low_cst, at tree.h:4...Eric Botcazou4-0/+29
2010-10-06re PR rtl-optimization/45394 (gnat fails to build on s390, trunk 20100918)Eric Botcazou6-64/+102
2010-10-06module.c (gfc_use_module): Free atom_string when done with it.Mikael Morin2-0/+6
2010-10-06module.c (read_module): Remove useless string duplication.Mikael Morin2-2/+6
2010-10-06gfortranspec.c (append_arg): Remove commented code.Mikael Morin2-4/+4
2010-10-06decl.c (match_procedure_in_type): Assertify if conditions.Mikael Morin2-6/+9
2010-10-06rs6000.c (rs6000_expand_ternop_builtin): Rewrite switch on insn codes as sequ...Olivier Hainque2-23/+30
2010-10-06cpp.c (gfc_cpp_post_options): Don't create a cpp reader if preprocessing is d...Mikael Morin2-1/+6
2010-10-06picochip.c (TARGET_EXCEPT_UNWIND_INFO): Define it to be UI_NONE for picochip.Hariharan Sandanagobalane3-5/+18
2010-10-06Makefile.in (regmove.o): Depend on $(TARGET_H).Richard Guenther2-2/+7
2010-10-06Fixed date in my last changelog entryNicola Pero1-1/+1
2010-10-06In gcc/: 2010-10-06 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero24-46/+2396
2010-10-06gcc.c-torture/execute/cmpsi-2.c : Unsigned comparisons should use Hariharan Sandanagobalane2-4/+9
2010-10-06mn10300.h (FIRST_PSEUDO_REGISTER): Increment by one.Nick Clifton3-41/+78