aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2004-09-22cp-tree.h (struct lang_type_class): Remove marked flags, add diamond_shaped a...Nathan Sidwell5-114/+75
2004-09-22vec.h (VEC_space): Return true if there _is_ space.Nathan Sidwell4-5/+15
2004-09-22mips.c (mips_function_value): For o32, o64, n32 and n64, use FPRs for scalar,...Richard Sandiford2-0/+12
2004-09-22cp-lang.c (LANG_HOOKS_FOLD_OBJ_TYPE_REF): Moved here from cp-objcp-common.h.Ziemowit Laski3-5/+14
2004-09-21tree-ssa-dom.c (opt_stats): Move so that it lives just after the opt_stats_d ...Jeff Law2-21/+91
2004-09-21tree-ssa-ccp.c (get_default_value): If we have a constant value recorded for ...Jeff Law3-2/+43
2004-09-22linux64.h (PROCESSOR_DEFAULT64): Default to POWER4.David Edelsohn3-3/+8
2004-09-22c-decl.c (implicitly_declare): Call maybe_apply_renaming_pragma.Mark Mitchell4-2/+35
2004-09-21tree.def (VEC_COND_EXPR): New tree node.Devang Patel3-1/+19
2004-09-22objc-act.c (objc_fold_objc_type_ref): New function.Ziemowit Laski3-0/+33
2004-09-22darwin-tramp.asm: Add __ppc64__ case.Stan Shebs3-1/+14
2004-09-22tree-ssa.c (verify_def): Use print_generic_stmt, not debug_generic_stmt.Daniel Berlin2-8/+16
2004-09-22Daily bump.GCC Administrator1-1/+1
2004-09-21varasm.c (default_assemble_integer): Return false for values wider than the t...Paul Brook2-0/+8
2004-09-21parser.c (cp_lexer_peek_token, [...]): Don't handle CPP_PRAGMA tokens specially.Zack Weinberg2-22/+40
2004-09-21reg-notes.def (REG_DEP_TRUE): New entry, place first so it gets value 0.Zack Weinberg3-15/+25
2004-09-21Fix bootstrap.Matt Austern2-1/+7
2004-09-21re PR c++/15049 ([DR 278/132/216/338/389/319] global variables with anonymous...Matt Austern4-4/+34
2004-09-21re PR java/17575 (gcjh does not clear its function name cache between files)Tom Tromey2-0/+23
2004-09-21re PR c++/7503 ((x < Y ? X : Y) used for assignment causes wrong code)Roger Sayle9-0/+461
2004-09-21c-typeck.c (build_function_call): Give name of object we are attempting to ca...Daniel Berlin4-2/+21
2004-09-21cp-tree.h (struct lang_type_header): Remove uses_multiple_inheritance field.Nathan Sidwell10-94/+63
2004-09-21decl.c (gnat_to_gnu_entity): Check for a dummy designated type via TYPE_MODE ...Olivier Hainque2-1/+8
2004-09-21decl.c (gnat_to_gnu_type, [...]): Wrap modular packed array types in both lit...Robert Dewar6-50/+74
2004-09-21re PR libfortran/17286 (namelist containing more than one value cannot contai...Bud Davis2-0/+50
2004-09-21decl.c (reshape_init_array): Initialize max_index_cst to fix bootstrap failure.Andreas Tobler2-1/+6
2004-09-21re PR rtl-optimization/17482 (GCSE after reload replacing changing instructions)Steven Bosscher2-158/+119
2004-09-21re PR rtl-optimization/17266 (Libgfortran doesn't build)Eric Botcazou2-3/+9
2004-09-21re PR c++/17530 (failure to emit inline function)Mark Mitchell4-2/+42
2004-09-21re PR rtl-optimization/14851 (suboptimal fp division with -ffast-math)Uros Bizjak2-0/+7
2004-09-20tree-ssanames.c (make_ssa_name): No longer need to clear, then initialize key...Jeff Law4-73/+86
2004-09-21c-common.c (fix_string_type): Build the unqualified array type unconditionall...Matt Austern9-639/+594
2004-09-21Makefile.in: Fix flags.h dependencies to be $(FLAGS_H).Daniel Berlin2-10/+14
2004-09-21Daily bump.GCC Administrator1-1/+1
2004-09-21re PR middle-end/17126 (ICE with -fno-unit-at-a-time and -O3)Jan Hubicka2-9/+9
2004-09-20s390.c (s390_select_rtx_section): Remove.Ulrich Weigand2-19/+5
2004-09-20sh.c (sh_expand_prologue): Add a REG_FRAME_RELATED_EXPR note to pretend a dir...Kaz Kojima2-0/+24
2004-09-20re PR c++/14179 (out of memory while parsing array with many initializers)Giovanni Bajo2-45/+91
2004-09-20tsystem.h (alloca): Provide a default definition.Kaveh R. Ghazi3-1/+13
2004-09-20lex.c (cxx_init): Don't set the ridpointer for RID_NULL to null_node.Steven Bosscher2-1/+5
2004-09-20re PR tree-optimization/17558 (internal compiler error: in merge_alias_info, ...Andrew Pinski2-0/+15
2004-09-20re PR tree-optimization/17558 (internal compiler error: in merge_alias_info, ...Andrew Pinski2-2/+8
2004-09-20cgraph.c (cgraph_unnest_node): New function.Jan Hubicka1-15/+15
2004-09-20re PR middle-end/16460 (ICE when compiling glibc (ld-ctype.c))Jan Hubicka11-43/+64
2004-09-20alpha.c (some_small_symbolic_operand_int): Rename from some_small_symbolic_op...Richard Henderson5-19/+26
2004-09-20predict.c (return_prediction): New function.Jan Hubicka3-11/+234
2004-09-20sdata-section.h (SDATA_SECTION): Don't use an attribute if SKIP_ATTRIBUTE is ...Richard Sandiford2-1/+6
2004-09-20s390.c (s390_frame_info): Added alignment statement for floating point regist...Andreas Krebbel2-2/+23
2004-09-20re PR fortran/15957 (Error in array assignments; 'shape'-related stuff)Tobias Schlüter4-1/+39
2004-09-20* predict.c (expr_expected_value): Use *_CLASS_P macros.Jakub Jelinek2-3/+6