aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2007-01-03pr16194.c: We now output error on all three functions, not just first one.Jan Hubicka11-42/+144
2007-01-03Daily bump.GCC Administrator1-1/+1
2007-01-02Makefile.in: Update copyright year.Carlos O'Donell2-1/+5
2007-01-02Makefile.in: Export GCC_EXEC_PREFIX before calling $(RUNTEST) in $(lang_check...Carlos O'Donell2-0/+7
2007-01-02tree-mudflap.c (mf_decl_cache_locals, [...]): Do not add referenced vars.Jan Hubicka4-8/+12
2007-01-02tree-optimize (execute_fixup_cfg): Set after_inlining flag.Jan Hubicka2-29/+73
2007-01-02sbitmap.c (HOST_BITS_PER_LONG_LONG): Change to HOST_BITS_PER_LONGLONGSteve Ellcey2-1/+6
2007-01-02re PR c/19977 (overflow in non-static initializer should not be pedwarn)Manuel López-Ibáñez5-3/+15
2007-01-02alpha.md, [...]: Always use set_unique_reg_note to add REG_EQUAL notes.Steven Bosscher13-98/+68
2007-01-02Revert:Kazu Hirata10-72/+93
2007-01-02c-common.c (c_common_truthvalue_conversion): When warning about using an assi...Ian Lance Taylor8-6/+281
2007-01-02re PR middle-end/7651 (Define -Wextra strictly in terms of other warning flags)Manuel López-Ibáñez9-9/+108
2007-01-02alias.c (init_alias_analysis): Use VEC_safe_grow_cleared.Kazu Hirata10-76/+84
2007-01-02re PR fortran/30276 (gfortran include problem)Tobias Burnus2-0/+10
2007-01-02pt.c (canonical_template_parms): Correct typo in comment.Douglas Gregor2-1/+5
2007-01-02re PR fortran/20896 (ambiguous interface not detected)Paul Thomas6-40/+15
2007-01-02c-common.c (c_common_nodes_and_builtins): Since variants of void_type_node ge...Douglas Gregor18-23/+701
2007-01-02config.gcc (powerpc-*-eabispe*, [...]): Add rs6000/e500.h to tm_file.Joseph Myers8-64/+88
2007-01-02rs6000.c (print_operand): Check (TARGET_SPE || TARGET_E500_DOUBLE), not TARGE...Joseph Myers3-12/+22
2007-01-02mips.c (mips_regno_mode_ok_for_base_p): Use HARD_REGISTER_NUM_P.Eric Christopher2-14/+18
2007-01-02fold-const.c (fold_binary): Fold "(X^C1) eq/ne C2" into "X eq/ne (C1^C2)".Roger Sayle4-0/+72
2007-01-02configure.ac: Remove support for building with Apple's gcc-3.1.Mike Stump3-14/+4
2007-01-02re PR middle-end/30311 (revision 120211 failed to compile perlbench)Joseph Myers5-6/+44
2007-01-02Daily bump.GCC Administrator1-1/+1
2007-01-01Fix misspelling of GIMPLE_MODIFY_STMT.Andrew Pinski2-2/+2
2007-01-01re PR middle-end/30253 (ICE with statement expression inside a conditional)Andrew Pinski4-1/+23
2007-01-01re PR target/29166 (broken unwind information for many life variables resulti...Andreas Schwab4-45/+255
2007-01-01gimplify.c (gimplify_init_constructor <case VECTOR_TYPE>): Use a temporary va...Andrew Pinski2-0/+8
2007-01-01gimplify.c (gimplify_return_expr): Make the temporary variable for the return...Andrew Pinski2-1/+10
2007-01-01emit-rtl.c (emit_copy_of_insn_after): Do not call copy_insn_1 for INSN_LIST.Jan Hubicka2-1/+6
2007-01-01configure.ac (HAVE_GAS_LITERAL16): Add autoconf check for .literal16.Mike Stump5-2/+68
2007-01-01cgraphunit.c (cgraph_optimize): Call cgraph_add_new_functions before starting...Jan Hubicka2-0/+6
2007-01-01Rotate ChangeLog file.Mike Stump2-23810/+23810
2007-01-01Rotate ChangeLog.Steven G. Kargl2-4537/+4541
2007-01-01target-supports.exp (check_effective_target_powerpc_spe): New.Joseph Myers2-2/+26
2007-01-01Daily bump.GCC Administrator1-1/+1
2006-12-31re PR tree-optimization/30137 (Missed folding of pointer comparison)Richard Guenther5-0/+159
2006-12-31re PR middle-end/30322 (((-i-1) + i) +1) is turned into ~i + (i+1) and never ...Roger Sayle4-1/+64
2006-12-31re PR c++/29731 (ICE with statement expression as template parameter)Simon Martin4-7/+30
2006-12-31re PR middle-end/30338 (infinite loop in maybe_canonicalize_comparison)Richard Guenther4-1/+26
2006-12-31re PR fortran/27900 ([4.1 only] ICE using intrinsics as arguments)Paul Thomas5-0/+89
2006-12-31re PR fortran/23060 (%VAL, %REF and %DESCR constructs not implemented)Paul Thomas12-14/+354
2006-12-31Daily bump.GCC Administrator1-1/+1
2006-12-30* tree-inline.c: Fix a comment typo.Kazu Hirata2-1/+5
2006-12-30re PR fortran/30321 (program crash for SUM applied to zero-size array)Thomas Koenig2-0/+18
2006-12-30ipa-pure-const.c (check_operand): SSA_NAME is safe.Jan Hubicka3-2/+12
2006-12-30tree.h (DECL_CALL_CLOBBERED): Remove.Jan Hubicka6-20/+26
2006-12-30tree-ssa-alias.c (create_structure_vars): When in SSA, update operand caches.Jan Hubicka3-0/+64
2006-12-30emit-rt.c (emit_copy_of_insn_after): Fix bug causing exponential amount of co...Jan Hubicka2-6/+10
2006-12-30cgraph.c (cgraph_exapnd_queue): Rename to...Jan Hubicka6-49/+178