aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-11-23re PR c++/14777 (typedef doesn't fully expose base class type)Dodji Seketeli14-74/+240
2009-11-23* adaint.h: Assume large file support on IRIX only if _LFAPI.Rainer Orth2-1/+5
2009-11-23arm.c (arm_compute_save_reg0_reg12_mask): Add special case for noreturn funct...Paul Brook2-5/+20
2009-11-23tree-dfa.c (get_ref_base_and_extent): Adjust maximum access size for DECL bases.Richard Guenther2-6/+21
2009-11-23pex-unix.c (pex_child_error): Improve warning avoidance by checking the resul...Ben Elliston2-2/+11
2009-11-23Daily bump.GCC Administrator1-1/+1
2009-11-22i386.c (avx_vpermilp_parallel): New function.Richard Henderson5-15/+180
2009-11-22dyn-string.c (dyn_string_append_char): Fix typo in comment.Steve Ward2-1/+5
2009-11-22opts.c (decode_options): Don't enable flag_schedule_insns when optimizing for...Richard Earnshaw3-2/+9
2009-11-22re PR target/42113 (Internal Compiler error with -O3, breaking commit known)Uros Bizjak4-6/+32
2009-11-22configure.ac: Change default of poststage1_ldflags to be empty if poststage1_...Ian Lance Taylor5-40/+66
2009-11-22re PR fortran/41807 (data statement with nested type constructors)Jerry DeLisle1-0/+1
2009-11-22re PR fortran/41807 (data statement with nested type constructors)Jerry DeLisle3-1/+37
2009-11-22trans-const.c (gfc_conv_const): Fix typo in comment.Jerry DeLisle3-5/+12
2009-11-22Daily bump.GCC Administrator1-1/+1
2009-11-22tree-cfg.c (verify_types_in_gimple_reference): Error out on V_C_E of an SSA_N...Martin Jambor2-7/+27
2009-11-21re PR middle-end/42025 (ICE verify_stmts failed (non-trivial conversion at as...Martin Jambor5-18/+140
2009-11-21sh.md (cmpeqsi_t-1): Use logical_operand predicate for operand 1.Kaushik Phatak2-1/+6
2009-11-21* MAINTAINERS (Write After Approval): Update my email address.Adam Nemet2-1/+5
2009-11-21mips-protos.h (mulsidi3_gen_fn): New typedef.Adam Nemet7-11/+90
2009-11-21Nit.Andy Hutchinson1-1/+1
2009-11-21s-osinte-linux.ads (struct_timeval, [...]): Delete.Eric Botcazou5-69/+54
2009-11-21gengtype-lex.l: Enable noinput flex option.Ben Elliston2-1/+7
2009-11-21vrp47.c: Fix target check.Andreas Krebbel2-1/+5
2009-11-21PR c++/9050, DR 147, DR 318Jason Merrill10-47/+141
2009-11-21tree-ssa.c (find_released_ssa_name): Handle NULL wi.Alexandre Oliva3-4/+26
2009-11-21tree-ssa-pre.c (remove_dead_inserted_code): Don't release_defs after remove_p...Alexandre Oliva2-2/+9
2009-11-21re PR tree-optimization/42078 (ICE in gimple_assign_set_rhs_code)Alexandre Oliva6-0/+70
2009-11-21Remove use of reg_mentioned_p.Sebastian Pop2-12/+10
2009-11-21re PR c/42114 (c99-stdint test fails for ptrdiff test)Andy Hutchinson5-1/+23
2009-11-21Daily bump.GCC Administrator1-1/+1
2009-11-20i386-builtin-types.awk: New file.Richard Henderson5-1916/+1027
2009-11-20Undo part of 2009-10-23 changeMichael Meissner4-92/+19
2009-11-20re PR c++/38646 (ICE with invalid specialization of variadic template)Simon Martin4-5/+28
2009-11-20re PR libstdc++/42019 (shared_ptr can not be used with -fno-rtti)Jonathan Wakely6-5/+167
2009-11-20invoke.texi: Document ARM -mcpu=cortex-a5.Paul Brook5-3/+11
2009-11-20re PR tree-optimization/39960 (struct-reorg is broken)Olga Golovanevsky2-21/+50
2009-11-20config.gcc (alpha*-dec-osf[45]*): Set use_gcc_stdint.Rainer Orth5-1/+61
2009-11-20arm.h (ASM_OUTPUT_REG_PUSH): Handle STATIC_CHAIN_REGNUM specially for Thumb-1.Julian Brown2-1/+27
2009-11-20re PR c++/42060 ([c++0x] ICE throwing array with initializer list)Paolo Carlini4-2/+25
2009-11-20intrinsic.texi (C_F_PROCPOINTER): Remove obsolete comment.Janus Weil2-3/+4
2009-11-20Remove testsuite/ from pathname.H.J. Lu1-5/+5
2009-11-20proc_ptr_comp_23.f90: Add a missing space.H.J. Lu2-2/+6
2009-11-20vrp47.c: Skip on S/390.Andreas Krebbel2-1/+8
2009-11-20compatibility-c++0x.cc (_Fnv_hash<4>, [...]): Add.Paolo Carlini2-0/+37
2009-11-20re PR c++/29017 (%s substituted with different untranslated words can't be pr...Shujing Zhao12-45/+174
2009-11-20macro.c (enter_macro_context): Call cb.used callback if defined.Arnaud Charlet4-0/+16
2009-11-20re PR fortran/42104 ([F03] runtime segfault with procedure pointer component)Paul Thomas4-1/+91
2009-11-20re PR c++/42115 (r154072 & r154073 break build of ppl, non-placement dealloca...Jason Merrill4-2/+36
2009-11-19DR 176 permissivenessJason Merrill11-4/+63