aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2003-07-02mips.md (addsi3): Remove workaround for adds of -32768.Richard Sandiford2-36/+10
2003-07-02mips.c (machine_function): Add new fields: ignore_hazard_length_p and all_nor...Richard Sandiford3-76/+308
2003-07-02cgraphunit.c (cgraph_finalize_unit): Set current_function_decl before calling...Jan Hubicka2-0/+6
2003-07-02re PR c++/6949 (ICE in tsubst_decl, at cp/pt.c:5733)Mark Mitchell4-1/+24
2003-07-02inclhack.def (irix_stdio_va_list): Apply to IRIX 6.5 <internal/stdio_core.h> ...Rainer Orth3-5/+25
2003-07-02* error.c (locate_error): %P takes an `int', not a `tree'.Kaveh R. Ghazi2-1/+5
2003-07-02iris5.h (SET_FILE_NUMBER): Moved here from iris3.h.Rainer Orth5-54/+104
2003-07-02cgraph.c (cgraph_mark_needed_node, [...]): Use next_needed field instead of a...Jan Hubicka4-7/+19
2003-07-02Daily bump.GCC Administrator1-1/+1
2003-07-02cgraphunit.c (cgraph_finalize_function): Set finalized.Jan Hubicka3-9/+19
2003-07-02ggc-common.c (gt_pch_save): Cast MAP_FAILED to void *.Rainer Orth2-3/+8
2003-07-02decl2.c (defer_fn): Set DECL_DEFER_OUTPUT.Jan Hubicka12-90/+192
2003-07-01alpha.c: Fix comment typos.Kazu Hirata10-20/+32
2003-07-01Make-lang.in: Update.Neil Booth3-1/+9
2003-07-01* stmt.c (any_pending_cleanups): Further simplification.Jeff Law2-2/+6
2003-07-01rs6000.md (ctr{s,d}i_internal?): Add earlyclobber for MEM case.David Edelsohn2-60/+66
2003-07-01dbxout.c (DBXOUT_DECR_NESTING): Emit pending bincls, if required.Devang Patel2-6/+118
2003-07-01call.c (resolve_scoped_fn_name): Return error_mark_node for erroneous cases.Mark Mitchell2-1/+9
2003-07-01c-semantics.c (genrtl_case_label): Fix format specifier bug.Kaveh R. Ghazi3-2/+7
2003-07-01re PR c++/11149 (ICE on error when instantiation with call function of a base...Mark Mitchell4-0/+30
2003-07-01Add missing entry.Andreas Jaeger1-0/+6
2003-07-01fold-const.c: Convert prototypes to ISO C90.Andreas Jaeger3-720/+365
2003-07-01re PR c++/8046 (ICE on illegal code involving destructor being treated as bit...Giovanni Bajo2-0/+17
2003-07-01re PR c++/8046 (ICE on illegal code involving destructor being treated as bit...Giovanni Bajo2-0/+13
2003-07-01contrib.texi: Fix typos.Kazu Hirata6-10/+18
2003-07-01ChangeLog.6: Fix misspellings.Matt Kraai3-5/+5
2003-07-01basic-block.h: Fix comment typos.Kazu Hirata50-83/+135
2003-07-01vbase1.C: Fix comment typos.Kazu Hirata10-9/+21
2003-07-01gnat_ug.texi: Remove unlikely characters from @vars.Matt Kraai3-10/+15
2003-07-01rtl.h (emit_line_note_after): Remove.Nathan Sidwell7-59/+72
2003-07-01c-tree.h (define_label): Replace filename and lineno arguments with a locatio...Nathan Sidwell10-23/+43
2003-07-01re PR c++/9559 (ICE with invalid initialization of a static const member)Mark Mitchell4-6/+16
2003-07-01sol2.h, [...]: Use c_dialect_ macros.Neil Booth15-29/+34
2003-07-01final.c: Convert prototypes to ISO C90.Andreas Jaeger4-363/+207
2003-07-01re PR middle-end/6578 (-ftrapv doesn't catch multiplication overflow)Bruno Haible2-17/+137
2003-06-30stmt.c (any_pending_cleanups): Lose argument THIS_CONTOUR, it was always pass...Jeff Law4-10/+16
2003-07-01combine.c (distribute_notes): Don't bother REG_WAS_0.Kazu Hirata14-292/+52
2003-07-01spe.h (__ev_set_spefscr_frmc): Set the flag.Mark Mitchell2-0/+5
2003-07-01Daily bump.GCC Administrator1-1/+1
2003-07-01xtensa-config.h: New file imported from binutils.Bob Wilson6-63/+13
2003-06-30s390.c (s390_extra_constraint): New function.Ulrich Weigand5-491/+838
2003-06-302084.md: New file.Hartmut Penner4-4/+355
2003-06-30Makefile.in (GTFILES): Add cgraph.h.Jan Hubicka5-65/+68
2003-06-30Changelog: Remove ">>>>>>>" from previous change.Volker Reichelt2-2/+8
2003-06-30README: Fix spelling for "testcase".Volker Reichelt12-16/+34
2003-06-30h8300.h (LEGITIMATE_CONSTANT_P): Make it always 1.Kazu Hirata2-1/+6
2003-06-30config.gcc [...]: Support --with-arch, --with-tune, and --with-mode configure...Ulrich Weigand7-100/+173
2003-06-30gcov-io.c: Convert prototypes to ISO C90.Andreas Jaeger2-7/+7
2003-06-30c-common.c (enum c_language_kind, flag_objc): Remove.Neil Booth19-122/+122
2003-06-30re PR c++/4933 (tree_list not supported by dump_expr)Giovanni Bajo2-4/+22