aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2005-04-01gcc.c: Don't include <sys/resource.h> or declare getrusage.Ian Lance Taylor2-102/+87
2005-04-01c-decl.c (validate_proto_after_old_defn): Look at TYPE_MAIN_VARIANT of argume...Joseph Myers4-4/+56
2005-04-01arm.c (thumb_call_via_label): Include space for SP.Paul Brook2-7/+8
2005-04-01arm.c (thumb_call_via_label): Include space for SP.Paul Brook1-0/+8
2005-04-01final.c (final_scan_insn): Revert part of 2005-03-30 patch...Ian Lance Taylor2-1/+19
2005-04-01backspace.f90: Check after backspace and read was incorrect.Francois-Xavier Coudert2-1/+6
2005-04-01re PR treelang/20604 (treelang does not get passed -fPIC by default on *-darwin)Andrew Pinski2-27/+8
2005-04-01* bb-reorder.c, fold-const.c, varasm.c: Fix comment typos.Kazu Hirata4-5/+9
2005-04-01local-alloc.c (update_equiv_regs): Use gcc_assert, gcc_unreachable.Nathan Sidwell8-155/+134
2005-04-01treelang.texi: Fix typos.Kazu Hirata3-10/+15
2005-04-01gcov-io.h (GCOV_CHECK, [...]): Remove.Nathan Sidwell4-29/+25
2005-04-01* tree-inline.c: Fix a typo.Kazu Hirata2-1/+5
2005-04-01configure.ac (enable-checking): Explicitly set all variables for collective s...Nathan Sidwell4-65/+95
2005-04-01tree-inline.c (copy_body_r): Use CONSTANT_CLASS_P where possible.Kazu Hirata2-1/+6
2005-04-01strcat.c: Check the result buffer past the terminating NUL using memcmp.Kaveh R. Ghazi4-61/+78
2005-04-01strncmp-2.c: Also test x86_64.Kaveh R. Ghazi2-5/+8
2005-04-01strncat.c: Fix uninitialized var.Kaveh R. Ghazi5-4/+11
2005-04-01abs-1-lib.c, [...]: Add missing prototypes.Kaveh R. Ghazi26-1/+60
2005-04-01Add missing entry from yesterday:Joern Rennecke1-0/+7
2005-04-01arm.c (adjacent_mem_locations): Reject volatile memory refs.Richard Earnshaw3-16/+57
2005-04-01arm.md (minmax_arithsi): Reject all eliminable registers, not just the frame ...Richard Earnshaw2-68/+66
2005-04-01call.c (add_template_candidates_real): Remove length parameter from fn_type_u...Nathan Sidwell5-96/+65
2005-04-01selectany1.C: New file.Danny Smith3-0/+57
2005-04-01cygming.h (SUBTARGET_ATTRIBUTE_TABLE): Define, with entry for selectany attri...Danny Smith5-4/+76
2005-04-01i386.c (ix86_decompose_address): Look inside SUBREGs to fix addresses involvi...Paolo Bonzini2-30/+65
2005-04-01re PR debug/19406 (ICE: in force_decl_die, at dwarf2out.c:12442)Jakub Jelinek4-3/+66
2005-04-01* MAINTAINERS: Remove 'loop unrolling' maintainer.Zdenek Dvorak2-1/+4
2005-04-01re PR middle-end/20524 (Alias failures on ARM, CRIS, MMIX)Hans-Peter Nilsson2-1/+11
2005-04-01adaint.c, [...]: Fix comment typos.Kazu Hirata13-32/+38
2005-04-01* doc/contrib.texi, doc/invoke.texi, doc/tm.texi: Fix typos.Kazu Hirata4-5/+9
2005-04-01decl.c, [...]: Fix comment typos.Kazu Hirata7-10/+15
2005-03-31Handle static const initializers that contain arithmetic.James E Wilson2-50/+61
2005-04-01cgraphunit.c, [...]: Fix comment typos.Kazu Hirata29-41/+54
2005-04-01[multiple changes]Doug Gregor19-1684/+1767
2005-04-01re PR c++/18644 (-Wsynth warning in <complex>)Gabriel Dos Reis2-2/+8
2005-04-01Daily bump.GCC Administrator1-1/+1
2005-04-01re PR c/17855 (modification of function struct return not diagnosed)Joseph Myers6-0/+52
2005-03-31re PR target/20632 (GCC should avoid generating F- and B-unit NOPs)Vladimir Makarov4-36/+55
2005-03-31tree-ssa-dom.c (cprop_into_successor_phis): Remove an obsolete comment.Kazu Hirata2-2/+5
2005-03-31cfgloopanal.c (mark_loop_exit_edges): Clean EDGE_LOOP_EXIT flag for edges out...Zdenek Dvorak2-5/+7
2005-03-31Committing ChangeLog that goes with hot/cold partitioning fix I checked in...Caroline Tice1-0/+176
2005-03-31tls.exp: Remove temporary file.Janis Johnson5-1/+10
2005-03-31profopt.exp: Treat prof_ext as a list.Janis Johnson4-14/+22
2005-03-31nothrow1.C: Use cleanup-tree-dump.Janis Johnson264-58/+412
2005-03-31altivec-16.c: Use cleanup-saved-temps.Janis Johnson8-0/+22
2005-03-31* g++.dg/other/static11.C: Use cleanup-rtl-dump.Janis Johnson2-0/+4
2005-03-31repo1.C: Use cleanup-repo-files.Janis Johnson11-0/+30
2005-03-3120020201-1.c: Use cleanup-coverage_files.Janis Johnson7-0/+18
2005-03-31sourcebuild.texi (Test Directives): Describe cleanup-* procs.Janis Johnson4-0/+129
2005-03-31PR c++/19203, implement DR 214Nathan Sidwell8-83/+269