aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2003-03-22c-common.c: Include intl.h.Zack Weinberg9-3984/+4359
2003-03-22* config.gcc: Remove 'float_format'.Nathanael Nerode2-3/+2
2003-03-22Daily bump.GCC Administrator2-2/+2
2003-03-22fixproto: Define NULL and size_t in generated stdlib.h and unistd.h.Nathanael Nerode4-132/+54
2003-03-22* config/m68hc11/m68hc11.md ("call_value"): Fix trap check.Stephane Carrez2-1/+5
2003-03-22m68hc11.h (ASM_DECLARE_FUNCTION_NAME): Fix typo in writing .interrupt command.Stephane Carrez5-11/+105
2003-03-21i386.c (ix86_compute_frame_layout): Recompute fast prologues only when amount...Jan Hubicka3-2/+21
2003-03-21re PR inline-asm/7916 (ICE in instantiate_virtual_register_1)Jan Hubicka2-4/+41
2003-03-21* combine.c (make_field_assignment): Fix a warning.Kazu Hirata2-1/+5
2003-03-21* testsuite/testsuite_hooks.h: Fix warning nits.Magnus Fromreide2-2/+6
2003-03-21* config/h8300/h8300.md (*insv_si_1_n_lshiftrt_16): New.Kazu Hirata2-0/+16
2003-03-21rs6000.h (REG_ALLOC_ORDER): Increase priority for R2 on Darwin.Dale Johannesen2-9/+24
2003-03-21combine.c (make_field_assignment): Remove unnecessary AND when storing into z...Kazu Hirata2-0/+16
2003-03-21Makefile.in (TEXI_GCCINT_FILES): Add libgcc.texi.Aldy Hernandez1-1/+1
2003-03-21aclocal.m4 (gcc_AC_EXAMINE_OBJECT, [...]): Delete.Zack Weinberg6-478/+213
2003-03-21javaop.h (jfloat, jdouble): Make them structures mirroring the bit fields of ...Zack Weinberg4-88/+188
2003-03-21optabs.c (init_integral_libfuncs): Make sure we init at least up to "long lon...DJ Delorie2-1/+9
2003-03-21s390.h: Do not include fixdfdi.h on s390x.Ulrich Weigand2-1/+20
2003-03-21re PR c++/9898 (Template reference cast operator of template class)Nathan Sidwell4-4/+40
2003-03-21re PR other/9813 (misplaced paragraph in Constructing Calls node)Volker Reichelt2-13/+19
2003-03-21ffi.h.in: Define X86 instead of X86_64 in 32 bit mode.Zdenek Dvorak3-29/+32
2003-03-21re PR target/8366 ([sparc-sun-solaris2.7] C testsuite failure w/-m64 -fpic -O...Eric Botcazou2-6/+42
2003-03-212003-03-21 Michael Koch <konqueror@gmx.de>Michael Koch7-38/+115
2003-03-212003-03-21 Michael Koch <konqueror@gmx.de>Michael Koch15-138/+239
2003-03-212003-03-21 Michael Koch <konqueror@gmx.de>Michael Koch2-1/+149
2003-03-212003-03-21 Michael Koch <konqueror@gmx.de>Michael Koch2-110/+38
2003-03-21treetree.c (cpp_create_reader): Follow prototype change in cpplib.h.Andreas Jaeger2-1/+7
2003-03-21re PR c++/9440 (error message about "non-lvalue in unary '&'" when using ?: o...Jason Merrill1-0/+12
2003-03-21PR c++/8316, c++/9315, c++/10136Jason Merrill3-23/+23
2003-03-21re PR c++/9420 (incomplete type incorrectly reported)Jason Merrill1-0/+23
2003-03-21re PR c++/7050 (g++ segfaults on: (i ? get_string() : throw))Jason Merrill1-0/+64
2003-03-21decl2.c (arg_assoc_class): Correct check for namespace-scope friends.Mark Mitchell5-7/+25
2003-03-21stormy16.c (xstormy16_expand_arith): Make sure we always emit at least one insn.DJ Delorie2-0/+10
2003-03-21config.gcc (i[34567]86-*-cygwin*): Use new common makefile stub t-cygming.Christopher Faylor10-459/+741
2003-03-21Daily bump.GCC Administrator2-2/+2
2003-03-21New test.Alan Modra2-0/+48
2003-03-20fold-const.c (extract_muldiv_1): Revert changing order of operands in case MU...Richard Henderson2-8/+5
2003-03-20Somehow the indentation got screwed when i patched the commit tree on a PC wi...Daniel Berlin1-3/+3
2003-03-202003-03-20 Daniel Berlin <dberlin@dberlin.org>Daniel Berlin3-6/+48
2003-03-20re PR middle-end/6348 (internal error in allocate_dynamic_stack_space with ST...Richard Henderson2-1/+7
2003-03-20h8300.md (*insv_si_1_n_lshiftrt): Restrict the source operand to those that c...Kazu Hirata2-1/+7
2003-03-20re PR target/10066 ([arm-linux] libjava build error on arm-linux)Richard Earnshaw2-3/+18
2003-03-20cp-tree.h (unemitted_tinfo_decls): Declaration of a new varray.Matt Austern4-12/+64
2003-03-20h8300.md (*insv_si_1_n): New.Kazu Hirata2-0/+30
2003-03-20fold-const.c (fold_mathfn_compare): New function to simplify comparisons agai...Roger Sayle4-14/+260
2003-03-20ifcvt.c (find_if_case_1): If we add a new bb, update the dominance information.Richard Earnshaw2-0/+7
2003-03-20Various cleanups to help compile server.Per Bothner6-32/+49
2003-03-20Various cleanups to help compile server.Per Bothner3-9/+24
2003-03-20* fold-const.c (fold): Fold A - (A & B) into ~B & A.Kazu Hirata2-0/+20
2003-03-20* config/h8300/h8300.md (a peephole2): New.Kazu Hirata2-0/+24