aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2003-08-22c-decl.c: Fix comment formatting.Kazu Hirata15-19/+36
2003-08-22builtin-attrs.def: Fix comment formatting.Kazu Hirata8-12/+22
2003-08-22m68k-protos.h: Convert to ISO C90.Bernardo Innocenti3-200/+127
2003-08-22Daily bump.GCC Administrator1-1/+1
2003-08-21re PR c++/11283 (ICE in build_conditional_expr)Jason Merrill3-2/+31
2003-08-21m68k.c (m68k_rtx_costs): Adjust mul/div costs for ColdFire cores.Bernardo Innocenti2-6/+20
2003-08-21re PR c++/11551 (g++ accepts typedef as destructor name)Mark Mitchell8-50/+127
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-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 Keating3-4/+11
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 Administrator1-1/+1
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-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-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 Haley1-4/+30
2003-08-20gcj.texi (Extensions): Added xref.Tom Tromey2-1/+17
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-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-20Daily bump.GCC Administrator1-1/+1
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
2003-08-19unwind-c.c: Add libgcc-style exception.Daniel Jacobowitz6-1/+54
2003-08-19cp-lang.c (LANG_HOOKS_DECL_UNINIT): Define.Andrew Pinski2-0/+12
2003-08-19PR c++/10538, PR c/5582Andrew Pinski8-4/+46