aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-10-20re PR java/28474 (mangle_name.c mangles names unecessarily)Joel Dice2-2/+15
2009-10-2020091020-3_0.c: New testcase.Richard Guenther2-0/+24
2009-10-20re PR target/39247 (FAIL: gcc.dg/tree-prof/bb-reorg.c compilation, -fprofile...Richard Earnshaw2-0/+16
2009-10-20re PR debug/41739 (Failed to bootstrap on Linux/ia64)Alexandre Oliva2-0/+10
2009-10-20ggc-page.c: Include cfgloop.h.Richard Guenther3-26/+48
2009-10-20printers.py (StdTuplePrinter): New printer.Phil Muldoon2-0/+64
2009-10-20re PR lto/41761 (lto1: error: type mismatch in component reference (const wit...Richard Guenther7-0/+66
2009-10-20re PR debug/41340 (GCC produces different code with and without -g option)Jakub Jelinek4-1/+80
2009-10-20gimple.c (gimple_types_compatible_p): Simplify.Richard Guenther2-89/+90
2009-10-20tree-sra.c (build_ref_for_offset_1): Skip fields without size or with size th...Eric Botcazou6-1/+72
2009-10-20tree-ssa-dce.c (eliminate_unnecessary_stmts): Don't regard the removal of a d...Alexandre Oliva2-1/+7
2009-10-20s390.md: Added agen condition to operand forwarding bypasses.Wolfgang Gellerich2-15/+26
2009-10-20i386.c: Remove signal.h #include.Stefan Dösinger3-69/+64
2009-10-20re PR fortran/41706 ([OOP] Calling one TBP as an actual argument of another TBP)Paul Thomas4-1/+95
2009-10-20simplify-rtx.c (simplify_const_unary_operation): Handle SS_ABS.Jie Zhang3-0/+12
2009-10-20Daily bump.GCC Administrator1-1/+1
2009-10-19charset.c (cpp_init_iconv): Initialize utf8_cset_desc.Jakub Jelinek38-28/+1244
2009-10-20cris.c (cris_function_value, [...]): New functions.Anatoly Sokolov4-9/+52
2009-10-19Fix dates.Jakub Jelinek1-2/+2
2009-10-19unwind-dw2.c (execute_stack_op): Fix operand order for DW_OP_le, DW_OP_ge, DW...Jakub Jelinek4-6/+334
2009-10-19re PR fortran/41586 ([OOP] Allocatable _scalars_ are never auto-deallocated)Janus Weil6-13/+176
2009-10-19Port from redhat/gcc-4_4-branch:Jakub Jelinek3-0/+64
2009-10-19gimple-low.c (struct lower_data): Add cannot_fallthru field.Eric Botcazou5-24/+104
2009-10-19re PR fortran/41755 (Segfault on invalid code)Tobias Burnus6-4/+27
2009-10-19missing changelogRafael Espindola2-0/+11
2009-10-19s390.c (s390_z10_optimize_cmp): Don't touch FP compares.Andreas Krebbel2-0/+7
2009-10-19s390.c (s390_z10_optimize_cmp): Use next/prev_active_insn to skip DEBUG_INSNs...Andreas Krebbel2-2/+7
2009-10-19arm.c (output_move_neon): Use DImode in call to adjust_address.Joseph Myers4-1/+108
2009-10-19re PR lto/40790 (plugin-api.h unconditionally includes stdint.h)Rafael Espindola3-14/+89
2009-10-19re PR target/40134 (symbols not resolved when building shared libraries (link...Matthias Klose2-1/+6
2009-10-19re PR fortran/41494 (temp and memcpy used when zeroing array)Richard Guenther2-2/+7
2009-10-19cfgexpand.c (expand_debug_expr): Fail if bitpos < 0 for non-MEM op0.Jakub Jelinek4-1/+30
2009-10-19Daily bump.GCC Administrator1-1/+1
2009-10-18Daily bump.GCC Administrator1-1/+1
2009-10-17re PR middle-end/41738 (optabs expands rotate using wrong mode)Andy Hutchinson2-3/+10
2009-10-17tree-nested.c (convert_nonlocal_reference_stmt): New case.Eric Botcazou5-1/+55
2009-10-17gimple-low.c (lower_stmt): If the call is noreturn, remove a subsequent GOTO ...Eric Botcazou5-2/+47
2009-10-17avr.md (*movqi): Add zero as equally preferable constraint as general register.Andy Hutchinson2-3/+9
2009-10-17re PR fortran/41608 ([OOP] ICE with CLASS and invalid code)Janus Weil10-21/+147
2009-10-17* print-tree.c (print_node): Fix string for DECL_STRUCT_FUNCTION.Eric Botcazou2-1/+5
2009-10-17lto-streamer-in.c (lto_input_location): Try to reuse previous maps.Richard Guenther2-8/+17
2009-10-1720091017-1_0.c: New testcase.Richard Guenther3-0/+26
2009-10-17* cpplib.pot: Regenerate.Joseph Myers2-149/+158
2009-10-17* gcc.pot: Regenerate.Joseph Myers2-7078/+8496
2009-10-17* gnat.dg/unchecked_convert4.adb: Add missing rep clause.Eric Botcazou2-0/+5
2009-10-17lto-streamer-in.c (input_gimple_stmt): Fixup FIELD_DECL operands in COMPONENT...Richard Guenther2-0/+35
2009-10-17Fix typoEric Botcazou1-1/+1
2009-10-17utils.c (convert): When converting to a padded type with an inner type of sel...Eric Botcazou5-4/+51
2009-10-17utils2.c (build_binary_op): Make sure the element type is consistent.Eric Botcazou8-0/+85
2009-10-17targhooks.c (default_libcall_value): Don't use LIBCALL_VALUE macro if not def...Anatoly Sokolov6-8/+27