aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2003-05-30cse.c (cse_insn): Simplify REG_EQUAL note on libcalls when making a substitut...Roger Sayle3-19/+50
2003-05-30mips.c (extern_list): Add GTY marker.Eric Christopher2-9/+19
2003-05-30install.texi: Ada-enabled bootstrap requires GNAT 3.14 or later.Florian Weimer2-1/+6
2003-05-30vax.h (ASM_GENERATE_INTERNAL_LABEL): Fix format specifier warnings.Kaveh R. Ghazi2-7/+13
2003-05-30mips.h (SUBTARGET_ASM_DEBUGGING_SPEC): Move -mdebug/-no-mdebug switches ...Rainer Orth2-1/+19
2003-05-30Remove conflict marker.Matt Kraai1-1/+0
2003-05-30gthr-gnat.c: Remove #undef UNUSED.Matt Kraai3-10/+19
2003-05-30Daily bump.GCC Administrator1-1/+1
2003-05-29* Makefile.in (unstrap): Remove stage_last after make unstage1.Jason Merrill2-1/+6
2003-05-29* mips-tfile.c (PAGE_SIZE): Increase page size to 32K.Roger Sayle2-5/+6
2003-05-29add commentJason Merrill1-0/+3
2003-05-29re PR bootstrap/10169 (Bootstrap fails on mainline with Tru64 5.1B)Roger Sayle6-17/+106
2003-05-29Remove OBJC_PROLOGUE everywhere.Stan Shebs6-29/+9
2003-05-29decl.c (ENABLE_SCOPE_CHECKING): Rename from DEBUG_BINDING_LEVELS.Gabriel Dos Reis2-77/+84
2003-05-29builtins.c (cos_builtin, [...]): Delete.Roger Sayle2-53/+52
2003-05-29c-semantics.c (genrtl_do_stmt_1): New function split out from...Roger Sayle4-9/+96
2003-05-29name-lookup.h (global_scope_p): New macro.Gabriel Dos Reis3-35/+42
2003-05-29mips-protos.h (mips_output_load_label): Declare.Richard Sandiford4-7/+43
2003-05-29Daily bump.GCC Administrator1-1/+1
2003-05-29xtensa-protos.h (smalloffset_double_mem_p): Delete.Bob Wilson5-181/+156
2003-05-28Fix ChangeLog whitespace for last commit.Danny Smith1-2/+2
2003-05-28config.gcc (i[34567]86-*-mingw32*): Add host makefile fragment i386/x-mingw32.Danny Smith3-0/+12
2003-05-28mingw32.h (STANDARD_INCLUDE_DIR): Update.Aaron W. LaFramboise2-2/+12
2003-05-28cselib.c (cselib_invalidate_regno): Abort if hardreg have a VOIDmode.Denis Chertykov2-2/+12
2003-05-28linux.h (LIB_SPEC): Add missing -lc and correct -lthread to -lpthread.Daniel Jacobowitz2-1/+7
2003-05-28inclhack.def: Add missing declaration of getpagesize() to unistd.h on Solaris...Eric Botcazou6-7/+167
2003-05-28Daily bump.GCC Administrator1-1/+1
2003-05-27tree.c (expr_first, [...]): New fns.Jason Merrill3-5/+60
2003-05-27revert change on wrong branchJason Merrill2-10/+10
2003-05-27tree.h (contains_placeholder_p): Now returns bool.Richard Kenner10-52/+176
2003-05-27c-simplify.c (simplify_switch_stmt): A SWITCH_EXPR also gets the source locat...Jason Merrill2-10/+10
2003-05-27re PR fortran/10843 (g77 -ffree-form rejects "GO TO".)David Billinghurst5-0/+58
2003-05-27Daily bump.GCC Administrator1-1/+1
2003-05-26wchar_t-1.c: XFAIL on darwin, no wchar.h available.Andreas Tobler3-2/+7
2003-05-26Daily bump.GCC Administrator1-1/+1
2003-05-25diagnostic.h (output_verbatim, verbatim): Remove printf attribute.Gabriel Dos Reis2-4/+7
2003-05-25* doc/contrib.texi (Contributors): Update Kean Johnston.Gerald Pfeifer2-1/+5
2003-05-25parser.c (cp_parser_explicit_instantiation): Restore old access before templa...Kriang Lerdsuwanakij4-2/+39
2003-05-25re PR c++/10849 (Cannot define an out-of-class specialization of a private ne...Kriang Lerdsuwanakij2-0/+21
2003-05-25* config/rs6000/rs6000.md (save_fpregs_{si,di}): Add length attribute.David Edelsohn2-21/+27
2003-05-25Daily bump.GCC Administrator1-1/+1
2003-05-24440.md, [...]: Replace "GNU CC" with "GCC".Nathanael Nerode5-16/+22
2003-05-24builtins.c (expand_builtin_memcpy): Use mode of dest_addr for intermediate co...Matt Kraai2-1/+6
2003-05-24simd-5.x: XFAIL on SPARC64.Eric Botcazou2-7/+37
2003-05-24Andreas Tobler <a.tobler@schweiz.ch>Andreas Tobler3-0/+8
2003-05-24builtins.exp: Add -multiply_defined suppress option for powerpc-*-darwin*.Andreas Tobler2-1/+12
2003-05-24* ChangeLog: Correct typo in my previous ChangeLog entry.Roger Sayle1-1/+1
2003-05-24Daily bump.GCC Administrator1-1/+1
2003-05-23mips.md (clzsi, clzdi): New patterns.Eric Christopher2-1/+30
2003-05-23rs6000.c (expand_block_move): Unify the TARGET_STRING and ! TARGET_STRING cases.Geoffrey Keating5-14/+27