aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2004-06-29Andrew Vaught <andyv@firstinter.net>Tobias Schlüter4-0/+219
2004-06-29re PR java/1262 (Method with default access can be overridden in another pack...Bryce McKinlay4-61/+95
2004-06-29Fix gcc.dg/builtin-apply2.c failures:Joern Rennecke2-14/+30
2004-06-29Fix gcc.dg/builtin-apply2.c failures:Joern Rennecke1-0/+11
2004-06-29module.c (mio_gmp_real): Correct writing of negative numbers.Tobias Schlüter4-2/+26
2004-06-29expmed.c (expand_smod_pow2): Provide alternate implementations that avoid con...Roger Sayle2-11/+42
2004-06-29tree-sra.c: Include expr.h for definition of MOVE_RATIO.Andrew Pinski3-1/+8
2004-06-29re PR fortran/15963 (Error when comparing characters in restricted expression)Tobias Schlüter4-4/+34
2004-06-29tree-sra.c: Rewrite from scratch.Richard Henderson4-829/+1596
2004-06-29except.c (expand_start_java_handler): Push a new binding level.Andrew Haley5-96/+94
2004-06-29vec.h (VEC_T_safe_push, [...]): Tweak for when size_t is bigger than int.Nathan Sidwell2-4/+9
2004-06-29target-def.h (TARGET_CXX_GET_COOKIE_SIZE, [...]): Define.Paul Brook13-41/+175
2004-06-29re PR c++/16260 (ICE in template function)Nathan Sidwell4-10/+29
2004-06-29cfglayout.c (fixup_reorder_chain): Don't do anything for e_fall->dest == EXIT...J"orn Rennecke2-2/+6
2004-06-28tree-cfg.c (verify_stmt): Add last_in_block parameter.Richard Henderson7-24/+223
2004-06-29function.c (assign_parms): Don't abort with zero size stack parm failing the ...Alan Modra2-1/+6
2004-06-28pr14963.c: Remove the dg-warning as it is dected by the error already.Andrew Pinski2-2/+3
2004-06-28common.opt (ftree-fre): New flag.Diego Novillo15-538/+706
2004-06-29Daily bump.GCC Administrator1-1/+1
2004-06-29* jcf-write.c (get_classfile_modifiers): Formatting fixes.Bryce McKinlay2-3/+8
2004-06-28m32r.c (m32r_sched_odd_word_p, [...]): Remove.Steven Bosscher4-374/+121
2004-06-28tree.def (REALPART_EXPR, [...]): Change class to 'r'.Richard Henderson6-4/+19
2004-06-28Typo fix.Joern Rennecke1-1/+1
2004-06-28* config.gcc (sh*-*elf*): Remove dead assignment of sh_multilibs.J"orn Rennecke2-2/+5
2004-06-28builtins.def (execl, [...]): Change to DEF_EXT_LIB_BUILTIN.Joseph Myers2-7/+12
2004-06-28decl.c: Remove calls to add_decl_expr...Richard Kenner7-626/+511
2004-06-28expmed.c (expand_smod_pow2): New function to expand signed remainder by a con...Roger Sayle2-6/+84
2004-06-28ptrmem4.C: Change to compile only test.Andrew Pinski2-1/+5
2004-06-28Check-in change to this file that got left out of last check-inRichard Kenner1-0/+21
2004-06-28* Makefile.in (vec.o): Fix dependencies.Ulrich Weigand2-1/+5
2004-06-28Makefile.in: Fix parallel make dependency problem on vec.o.Andreas Tobler2-1/+5
2004-06-28re PR target/14041 (H8300-elf unaligned word/longword access of zero initiali...Dhananjay Deshpande4-0/+25
2004-06-28cp-tree.h (VAR_OR_FUNCTION_DECL_CHECK, [...]): Use appropriate TREE_CHECK mac...Nathan Sidwell5-145/+169
2004-06-28cp-tree.h (struct deferred_access): Move to ...Nathan Sidwell3-86/+120
2004-06-28[multiple changes]Arnaud Charlet31-317/+564
2004-06-28combine.c (can_combine_p): Do not prevent building insns that use and clobber...Ulrich Weigand2-10/+32
2004-06-28tree-sra.c (is_sra_candidate_ref): Remove second arg; all callers changed.Richard Kenner2-17/+51
2004-06-28tree-pretty-print.c (dump_function_declaration): New.Richard Kenner2-30/+66
2004-06-28tree-nested.c (create_tmp_var_for): Allow ARRAY_TYPE.Richard Kenner2-51/+70
2004-06-28Add ChangeLog entry not commited due to typo in CVS commandRichard Kenner1-0/+29
2004-06-28re PR c++/16174 (deducing top-level consts)Nathan Sidwell5-35/+91
2004-06-28fix typoNathan Sidwell1-1/+1
2004-06-28friend.c (add_friend): Only perform access checks when context is a class.Nathan Sidwell5-20/+32
2004-06-28Use vector API for vbase list.Nathan Sidwell8-111/+125
2004-06-28vec.h, vec.c: New, type safe vector API.Nathan Sidwell5-3/+824
2004-06-28fold-const.c (fold_cond_expr_with_comparison): Add ARG1 parameter.Paolo Bonzini2-28/+40
2004-06-28mn10300-protos.h (legitimate_address_p): Declare.Alexandre Oliva4-59/+123
2004-06-28* parser.c (cp_parser_set_decl_spec_type): Fix thinko.Mark Mitchell2-1/+13
2004-06-28* doc/cfg.texi (Basic Blocks): Define dominators.Ben Elliston2-2/+7
2004-06-27re PR c++/16205 (ICE with -Wall on no-throw specifier)Andrew Pinski2-0/+16