aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2004-08-21Correct date on last Changelog entry.Danny Smith1-1/+1
2004-08-21PR c++/16030Danny Smith2-72/+66
2004-08-21darwin.c (machopic_indirect_data_reference): Mark stubs as defined.Mike Stump3-15/+50
2004-08-21linux64.h (DOT_SYMBOLS): Define.Alan Modra9-132/+349
2004-08-21re PR c++/17121 (Link problem with function-local classes)Mark Mitchell4-1/+24
2004-08-21re PR c++/17120 (warning: suggest parentheses around assignment used as truth...Joseph Myers4-1/+38
2004-08-21Daily bump.GCC Administrator1-1/+1
2004-08-21* reload.c (find_reloads_address): Fix thinko in previous change.Mark Mitchell2-2/+3
2004-08-21darwin-longlong.c: Include <stdlib.h>.Mark Mitchell4-0/+10
2004-08-20reload.c (find_reloads_address): Reload the sum of a LO_SUM and a CONST_INT.Mark Mitchell2-49/+58
2004-08-20re PR rtl-optimization/17099 (Bootstrap failure on powerpc64-redhat-linux)Jakub Jelinek4-3/+37
2004-08-20config.gcc (arm*-*-symbianelf*): Add t-symbian Makefile fragment.Mark Mitchell3-2/+20
2004-08-20config.gcc (arm*-*-symbianelf*): Add t-symbian Makefile fragment.Mark Mitchell1-0/+12
2004-08-20regrename.c (kill_value_regno): ANSIfy.Andrew Pinski2-4/+6
2004-08-20rs6000.c (rs6000_rtx_costs): Improve DIV/MOD.Dale Johannesen2-10/+27
2004-08-20regrename.c (kill_value_one_regno): Renamed from kill_value_regno.Daniel Jacobowitz2-25/+49
2004-08-20re PR tree-optimization/17111 (tree check ICE in value_insert_into_set_bitmap...Daniel Berlin2-1/+14
2004-08-20fold-const.c (round_up, round_down): Use build_int_cst.Nathan Sidwell2-17/+43
2004-08-20pt.c (register_specialization): Check DECL_TEMPLATE_SPECIALIZATION before cal...Kriang Lerdsuwanakij2-2/+7
2004-08-20pa-protos.h (readonly_data, [...]): Rename to som_readonly_data_section...Zack Weinberg5-99/+113
2004-08-20* gcc.dg/uninit-H.c: Add _POWER to powerpc case.David Edelsohn2-1/+5
2004-08-20fold-const.c (int_const_binop): Don't generate non-overflowing size-types spe...Nathan Sidwell2-17/+5
2004-08-20stor-layout.c (initialize_sizetypes): Set SIZETYPE earlier, clear cache on co...Nathan Sidwell8-7/+29
2004-08-20Trivial spelling typo fix.Paul Brook1-1/+1
2004-08-20re PR fortran/17077 (adjustable size arrays crash)Paul Brook5-7/+62
2004-08-20Removed as part of irix config changes.Richard Sandiford1-0/+0
2004-08-20configure.ac: Don't escape apostrophe in --enable-coverage help.Ben Elliston3-124/+72
2004-08-20re PR other/5620 (GCC -save-temps foo.c fails to build foo.o)Danny Smith4-1/+29
2004-08-20configure.ac (mips*-*-*): Print an error if not using GAS.Richard Sandiford25-1492/+648
2004-08-20postreload.c (reload_cse_move2add): Allow any condjump...Richard Earnshaw2-1/+7
2004-08-20expr.c (build_java_arrayaccess): Use convert to change len's type.Nathan Sidwell2-3/+8
2004-08-20Daily bump.GCC Administrator1-1/+1
2004-08-20re PR fortran/17074 (Unclassifiable statement in IF-clause / Simple IF follow...Tobias Schlüter4-19/+200
2004-08-20tree.c: Remove unused mark_local_for_remap_r.Andreas Tobler2-46/+4
2004-08-20Commit previously forgotten ChangeLog diffs for this patch:Erik Schnetter1-0/+15
2004-08-19target-supports.exp (check_profiling_available): Return false for arm*-*-symb...Mark Mitchell2-0/+5
2004-08-19defaults.h (TARGET_LIBGCC_LIBFUNCS): Remove.Mark Mitchell5-91/+77
2004-08-192004-08-18 Andreas Krebbel <krebbel1@de.ibm.com>Andreas Krebbel4-12/+150
2004-08-19unwind-dw2-fde.c (get_cie_encoding): Cast argument to strlen to eliminate war...Ulrich Weigand4-6/+18
2004-08-19re PR fortran/17091 (gfortran MAIN__ symbol not marked TREE_PUBLIC)Paul Brook3-32/+8
2004-08-19s390-protos.h (preferred_la_operand_p): Adapt prototype.Ulrich Weigand4-13/+25
2004-08-19langhooks-def.h (LANG_HOOKS_UNSAVE_EXPR_NOW): Remove.Eric Christopher12-188/+138
2004-08-19Fix typo: Change "in_unlikely_text_section" to "in_unlikely_executed_text".Caroline Tice2-2/+7
2004-08-19re PR c++/15890 (internal compiler error: in c_expand_expr, at c-common.c:4138)Mark Mitchell4-9/+50
2004-08-19vec.h (VEC_lower_bound): New macro.Daniel Berlin2-3/+72
2004-08-19Fix comment typo in last delta.Richard Sandiford1-1/+1
2004-08-19re PR target/16446 (Irix calling conventions for complex numbers)Richard Sandiford2-45/+112
2004-08-19configure.in, [...]: Ported to automake 1.9.Michael Koch1-4/+2
2004-08-19arm.c (arm_gen_load_multiple): Use adjust_automodify_address.Richard Henderson4-99/+84
2004-08-19re PR fortran/14976 (.space is wrong)Paul Brook4-90/+106