aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2007-08-22* g++.dg/torture/pr33134.C: Moved from g++.dg/tree-ssa.Ian Lance Taylor2-0/+8
2007-08-22Daily bump.GCC Administrator1-1/+1
2007-08-21re PR tree-optimization/33134 (ICE in set_value_range, at tree-vrp.c:325)Ian Lance Taylor4-1/+33
2007-08-21value-prof.h (gimple_remove_histogram_value): Remove duplicate prototype.Aldy Hernandez2-1/+5
2007-08-21tree-flow-inline.h (next_imm_use_stmt): Remove unecessary whitespace.Aldy Hernandez2-1/+5
2007-08-21rs6000.c (expand_block_clear): Add TARGET_SPE cases to set eight bytes at a t...Nathan Froyd5-3/+50
2007-08-21re PR debug/32610 (ICE in gen_tagged_type_instantiation_die, at dwarf2out.c:1...Jakub Jelinek4-1/+25
2007-08-21init.c (build_new_1): Use get_target_expr instead of save_expr.Jakub Jelinek4-1/+25
2007-08-21configure.ac: Add --with-pkgversion and --with-bugurl.Paul Brook28-5708/+5469
2007-08-21i386.c (ix86_expand_clear): Use FLAGS_REG.Uros Bizjak2-9/+21
2007-08-21be.po, [...]: Update.Joseph Myers16-16176/+16470
2007-08-21re PR middle-end/32912 (ICE with vector code)Jakub Jelinek6-4/+147
2007-08-21fold-const.c (fold_binary): Revert removing of index +p PTRRichard Guenther4-0/+25
2007-08-21re PR middle-end/33122 (Mistaken type mismatch error prevents bootstrap)Richard Guenther4-8/+32
2007-08-21Daily bump.GCC Administrator1-1/+1
2007-08-20c-common.h (enum rid): Add new enumeration values of RID_SAT, RID_FRACT, and ...Chao-ying Fu16-5285/+6444
2007-08-20re PR c++/7302 (-Wnon-virtual-dtor should't complain of protected dtor)Pawel Sikora6-10/+81
2007-08-20dwarf2out.c (text_section_used): Move declaration outside ifdef DWARF2_DEBUGG...David Edelsohn2-8/+16
2007-08-20re PR c++/22369 (C++ produces mis-matched types with pointers to member funct...Richard Guenther6-10/+34
2007-08-20c-typeck.c (convert_for_assignment): Use the type of the member for the initi...Richard Guenther2-0/+6
2007-08-20* gcc.dg/vect/costmodel/ppc/costmodel-vect-outer-fir.c: Add missing }.Dorit Nuzman2-0/+5
2007-08-20c-objc-common.c (c_disregard_inline_limits): Remove.Richard Guenther10-38/+33
2007-08-20langhooks-def.h (lhd_tree_inlining_auto_var_in_fn_p): Remove.Richard Guenther12-51/+45
2007-08-20tree.c (WALK_SUBTREE): Call walk_tree_1.Richard Guenther18-119/+118
2007-08-20re PR c++/33025 (Wrong calling of placement new with conditionals)Jakub Jelinek4-8/+38
2007-08-20re PR tree-optimization/30564 (ice for legal code with -O3)Andrew Pinski5-6/+50
2007-08-19re PR target/32522 (Bootstrap failure on Alpha due to pointer-plus changes)Andrew Pinski2-6/+21
2007-08-20match.c (intrinsic_operators): Make static.Roger Sayle3-9/+84
2007-08-19re PR target/33115 (-march=native is not supported under x86 darwin)Andrew Pinski2-1/+7
2007-08-19re PR middle-end/32940 (REG_POINTER attribute on DECL_ARTIFICIAL pointers)Andrew Pinski3-21/+12
2007-08-20Daily bump.GCC Administrator1-1/+1
2007-08-19Fix PR 32772 Fix PR 32716 Fix PR 32328 Fix PR 32303Daniel Berlin6-439/+1007
2007-08-19* i386.md: Replace "rim" and "mri" constraints by "g".Jan Hubicka2-24/+28
2007-08-20dwarf2out.c (text_section_used, [...]): New.Joseph Myers4-6/+71
2007-08-19[multiple changes]Tobias Burnus9-21/+53
2007-08-19tree-pretty-print.c (debug_generic_expr): Add a comment about the function.Andrew Pinski2-0/+13
2007-08-19tree-data-refs.c (split_constant_offset): Expose.Dorit Nuzman40-212/+2499
2007-08-19tree-vectorizer.h (vect_is_simple_reduction): Takes a loop_vec_info as argume...Dorit Nuzman43-314/+2720
2007-08-19pr20122.c: Fix test (now vectorized, with versioning for aliasing).Dorit Nuzman5-12/+23
2007-08-19primary.c (match_logical_constant_string): New function to match a ".true." o...Roger Sayle2-7/+42
2007-08-19Daily bump.GCC Administrator1-1/+1
2007-08-18tree-affine.h (print_aff): New prototype.Andrew Pinski3-0/+56
2007-08-18re PR preprocessor/32974 (#pragma GCC dependency generates extra token error.)Tom Tromey2-0/+11
2007-08-18Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.Paul Brook17-20/+200
2007-08-18[multiple changes]Tobias Burnus11-6/+109
2007-08-18re PR fortran/32881 (PURE attribute escapes from contained procedure)Paul Thomas4-1/+30
2007-08-18re PR fortran/32875 (Not Implemented: complex character array constructor)Paul Thomas4-0/+37
2007-08-18Daily bump.GCC Administrator1-1/+1
2007-08-17re PR c++/28989 (post-increment of bool variable accepted as lvalue)Andrew Pinski5-1/+32
2007-08-17typeck.c (find_method_in_interfaces): Update.Tom Tromey8-251/+77