aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-06-02re PR fortran/44371 (STOP parsing rejects valid code)Jerry DeLisle3-0/+21
2010-06-02re PR fortran/44371 (STOP parsing rejects valid code)Jerry DeLisle2-3/+9
2010-06-01DR 990Jason Merrill8-73/+166
2010-06-01re PR c++/44358 ([C++0x] initializer list can't convert to map)Jason Merrill4-0/+37
2010-06-02Daily bump.GCC Administrator1-1/+1
2010-06-02plugin-api.h (ld_plugin_tag): Add LDPT_OUTPUT_NAME.Rafael Avila de Espindola2-1/+6
2010-06-01gimplify.c: Do not include except.h and optabs.h.Steven Bosscher82-140/+129
2010-06-01ipa-pure-const.c (local_pure_const): Do NORETURN discovery.Jan Hubicka4-0/+45
2010-06-01noreturn-1_1.c: Remove dg-do annotations.Jan Hubicka3-3/+8
2010-06-01tree-cfgcleanup.c (fixup_noreturn_call): Break out from ...; remove return va...Jan Hubicka7-47/+81
2010-06-01* emit-rtl.c (remove_insn): Fix thinko in prevoius patch.Jan Hubicka2-1/+6
2010-06-01tree.h (build_nt_call_list): Delete.Nathan Froyd3-18/+5
2010-06-01* typeck2.c (build_x_arrow): Make types_memoized a VEC.Nathan Froyd2-11/+16
2010-06-01objc-act.c (build_next_objc_exception_stuff): Give setjmp a varargs type inst...Nathan Froyd2-1/+6
2010-06-01fwprop.c: Make emit-rtl.h include last.Jan Hubicka18-125/+169
2010-06-01cgraph.h (tree_function_versioning): Update prototype.Jan Hubicka6-42/+154
2010-06-01gegenrtl.c: Remove unnecesary prototypes.Jan Hubicka3-91/+25
2010-06-01Undo inadvertent commit in rev 160105.Diego Novillo5-129/+48
2010-06-01* tree-switch-conversion.c (build_one_array): Make it readonly.Jan Hubicka2-0/+5
2010-06-01richi's fixes for c++ bootstrapDiego Novillo5-48/+129
2010-06-01Fix typo.Arnaud Charlet1-1/+1
2010-06-01Make-lang.in (CXX_C_OBJS): Add c-ada-spec.o.Arnaud Charlet4-4/+99
2010-06-01optabs.c (init_optabs): Guard all accesses to reinit.Richard Guenther5-3/+17
2010-06-01* gnat_ugn.texi: Improve doc on -fdump-ada-spec, mention limitations.Arnaud Charlet2-4/+21
2010-06-01invoke.texi: Mention -fdump-ada-spec.Arnaud Charlet10-13/+3377
2010-06-01re PR middle-end/43853 (FAIL: gcc.dg/lto/20090126-1 c_lto_20090126-1_0.o-c_lt...Richard Guenther2-9/+35
2010-06-01tree-cfg.c (verify_stmt): Do not skip could_throw test.Jan Hubicka3-20/+8
2010-06-01Move changelog entry to correct ChangeLog.Maxim Kuvyrkov2-8/+8
2010-06-01acinclude.m4, [...]: Support Bionic C library.Maxim Kuvyrkov8-10/+307
2010-06-01t-linux-androideabi: New.Maxim Kuvyrkov3-0/+21
2010-06-01tree-inline.c (estimate_num_insns): For stdarg functions look into call state...Jan Hubicka2-3/+18
2010-06-012010-06-01 Kai TietzKai Tietz3-12/+35
2010-06-01Daily bump.GCC Administrator1-1/+1
2010-05-31gfortran.texi: Fix typos in description of variable-format- expressions.Steven G. Kargl2-2/+7
2010-05-31re PR fortran/36928 (array temporary for interleaving assignment with non-con...Thomas Koenig5-0/+102
2010-05-31re PR target/44338 (-mno-fused-madd causes FAIL: gcc.target/i386/sse-23.c (in...Jakub Jelinek4-20/+43
2010-05-31re PR libstdc++/43820 (auto_ptr used with incomplete type no longer triggers ...Jonathan Wakely5-7/+97
2010-05-31* tree.h (tree_range_check_failed): Declare noreturn.Jan Hubicka2-1/+6
2010-05-31gimple.c (gimple_call_builtin_p): New function.Jan Hubicka4-3/+34
2010-05-31gimple.c (gimple_call_builtin_p): New function.Jan Hubicka3-1/+18
2010-05-31re PR middle-end/44337 (ICE: in expand_assignment, at expr.c:4276)Jakub Jelinek4-1/+29
2010-05-31re PR tree-optimization/44182 (-fcompare-debug failure (length) with -O1)Jakub Jelinek4-5/+121
2010-05-31basic_string.h (front, back): Add.Paolo Carlini10-15/+182
2010-05-31re PR target/44161 (__attribute__((__target__)) resets pic flag causing spuri...Kai Tietz2-1/+15
2010-05-31cgraphunit.c (cgraph_decide_is_function_needed): Really return false for nest...Eric Botcazou5-7/+33
2010-05-31tree-ssa-structalias.c (find_func_aliases): Handle BUILT_IN_RETURN.Richard Guenther2-0/+25
2010-05-31objc-act.c (synth_module_prologue): Use build_function_type_list instead of b...Nathan Froyd2-61/+59
2010-05-31Daily bump.GCC Administrator1-1/+1
2010-05-30* predict.c (maybe_hot_edge_p): Calls to functions called once is cold.Jan Hubicka2-0/+7
2010-05-30gfortran.h (CLASS_DATA): New macro for accessing the $data component of a cla...Janus Weil13-113/+103