aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
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
2004-06-27re PR c++/16205 (ICE with -Wall on no-throw specifier)Andrew Pinski2-1/+6
2004-06-27re PR c++/15145 (Implementing -Wsequence-point for C++ would be very useful)Andrew Pinski2-1/+4
2004-06-28Daily bump.GCC Administrator1-1/+1
2004-06-27Document failure.Paul Brook1-0/+2
2004-06-27* gfortran.fortran-torture/execute/specfics.f90: Use correct typing.Paul Brook2-0/+5
2004-06-27* g++.old-deja/g++.mike/p7325.C: Remove.Zack Weinberg2-57/+5
2004-06-27re PR c++/14123 (odd number of parentheses in error message)Gabriel Dos Reis4-0/+27
2004-06-27re PR c/14963 (Unknown types cause ICE in function declarations)Andrew Pinski1-0/+3
2004-06-27re PR c/14963 (Unknown types cause ICE in function declarations)Andrew Pinski1-0/+5
2004-06-27re PR c/14963 (Unknown types cause ICE in function declarations)Andrew Pinski2-1/+6
2004-06-27re PR c++/16193 (Bootstrap failure in libstdc++-v3)Mark Mitchell4-7/+36
2004-06-2720021123-1.c: Remove duplicate of 20021110.c.Joseph Myers15-243/+21
2004-06-27Formatting fixes.Ranjit Mathew11-40/+74
2004-06-27rs6000.c (rs6000_legitimate_offset_address_p): Accept TOC addresses.David Edelsohn2-3/+10
2004-06-27s390-protos.h (s390_load_got): Update prototype.Ulrich Weigand4-212/+385
2004-06-27re PR java/15715 (member interfaces are always static)Bryce McKinlay3-8/+54
2004-06-27fold-const.c (fold): Optimize ~X|X and X|~X as -1.Roger Sayle4-6/+141
2004-06-27error.c (pp_template_argument_list_start): Remove.Gabriel Dos Reis2-199/+259