aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2003-08-21Makefile.in (INCLUDES): Remove -I$(srcdir)/config.Zack Weinberg44-446/+332
2003-08-21cppfiles.c (stack_file): Correctly pass return_at_eof parameter to cpp_push_b...Per Bothner3-4/+9
2003-08-21configure.in: Fix detection of gcj when building with newlib.Richard Earnshaw3-10/+15
2003-08-21re PR target/11805 ([H8300] ICE)Kazu Hirata4-37/+34
2003-08-21mips.h (MUST_PASS_IN_STACK): Remove BLKmode clause.Richard Sandiford3-27/+12
2003-08-21re PR c++/11834 (template specialization not matched)Mark Mitchell4-0/+45
2003-08-21Test from http://gcc.gnu.org/ml/gcc-patches/2003-08/msg01198.htmlJosef Zlomek2-0/+20
2003-08-21fold-const.c (fold): Fix bug in (A & C) == D where D & ~C != 0 and similarly ...Josef Zlomek2-2/+7
2003-08-21re PR c++/11614 (Incorrect handling of pointers to arrays)Jason Merrill2-13/+15
2003-08-20semantics.c (simplify_aggr_init_expr): Split out from simplify_aggr_init_expr...Jason Merrill4-26/+56
2003-08-21Index: ChangeLogGeoffrey Keating5-7/+20
2003-08-21configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for make, shell, ...Geoffrey Keating3-65/+102
2003-08-21* longlong.h (umul_ppmm): Add ColdFire support.Peter Barada2-2/+41
2003-08-21m68k-none.h: Introduce new ColdFire archs.Peter Barada11-413/+533
2003-08-21Daily bump.GCC Administrator2-2/+2
2003-08-21m68k.c: Strip away code depending on NO_ADDSUB_Q definition.Bernardo Innocenti3-101/+11
2003-08-20re PR middle-end/11996 (Compiling libjava ICE's.)Mark Mitchell2-10/+10
2003-08-21* MAINTAINERS (Write After Approval): Add myself.Bernardo Innocenti2-0/+5
2003-08-21m68k.md (anonymous define_insn): remove obsolete code selected by FSGLMUL_USE...Gunther Nikl3-27/+10
2003-08-21m68k.c (output_move_const_into_data_reg, [...]): unify MOTOROLA/MIT handling ...Gunther Nikl3-36/+7
2003-08-21m68k.c (m68k_output_function_prologue): use %U in label nameGunther Nikl2-5/+11
2003-08-20freebsd.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Handle redefine warning.Loren J. Rittle2-0/+6
2003-08-20re PR middle-end/11984 (ICE with -ffast_math: expected integer_cst, have real...Roger Sayle4-1/+28
2003-08-20tree.h (IS_EXPR_CODE_CLASS): Also include 'r' and 's'.Jason Merrill6-14/+19
2003-08-20m68k.c (m68k_output_mi_thunk): delete obsolete code depending on MOTOROLA_BSRGunther Nikl3-14/+6
2003-08-20jni.cc: Replace "cheating" pointer-casting code with extract_from_jvalue<> te...Graydon Hoare2-5/+20
2003-08-20update bubblestrap docsJason Merrill1-8/+8
2003-08-20builtins.c (expand_builtin_mathfn): Use get_callee_fndecl.Jason Merrill4-91/+93
2003-08-20re PR c++/11945 (Incorrect warnings issued for comma-expressions inside templ...Nathan Sidwell6-5/+51
2003-08-20[multiple changes]Andrew Haley5-15/+69
2003-08-20Fix typo.Andrew Haley1-2/+2
2003-08-20gcj.texi (Extensions): Added xref.Tom Tromey2-1/+17
2003-08-20re PR libgcj/9125 (VMClassLoader should cache the result of Runtime.(internal...Tom Tromey3-6/+51
2003-08-20natReference.cc (finalize_referred_to_object): Set `list->reference' to DELET...Tom Tromey2-3/+24
2003-08-20prims.cc (unblock_signal): New function.Andrew Haley2-0/+22
2003-08-20stor-layout.c (do_type_align): Only copy DECL_USER_ALIGN from TYPE_USER_ALIGN...Jason Merrill4-5/+39
2003-08-20Makefile.in (STAGESTUFF): Move cc1obj$(exeext) from here ...Matt Kraai3-2/+7
2003-08-20Fix typo in ChangeLogMark Mitchell1-1/+1
2003-08-20re PR c++/11946 (fun and merriment with enums as function arguments)Mark Mitchell24-178/+421
2003-08-20cpppch.c (cpp_valid_state): Re-add warning about PCH not used because some ma...Geoffrey Keating6-2/+34
2003-08-20crossconfig.m4 (*-darwin*): Add a large and boring stanza for crosses to Darw...Geoffrey Keating3-17/+18581
2003-08-20darwin.h (LINK_COMMAND_SPEC): Add -arch and -arch_only options.Geoffrey Keating6-60/+122
2003-08-19* gcc.dg/uninit-E.c: Add forgotten dg-warning marker.Andrew Pinski2-1/+5
2003-08-20configure.in: Disable libgcj for darwin not on powerpc.Geoffrey Keating3-35/+48
2003-08-20Daily bump.GCC Administrator2-2/+2
2003-08-19builtins.c: Fix comment typos.Kazu Hirata20-28/+50
2003-08-19forgot the changelog also. oopsAndrew Pinski1-0/+21
2003-08-19Missed part of my patch:Andrew Pinski3-0/+15
2003-08-19c-decl.c: Follow spelling conventions.Kazu Hirata3-3/+8
2003-08-19c-common.c: Fix comment formatting.Kazu Hirata12-21/+35