aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2003-09-21tree.h (TREE_LOCUS): Rename from DECL_SOURCE_LOCATION; make const.Richard Henderson52-171/+210
2003-09-21* config/vax/vax-protos.h: Convert to ISO C90.Nathanael Nerode2-6/+7
2003-09-21* config/vax/vax.c: Convert to ISO C90.Nathanael Nerode2-40/+28
2003-09-21news.texi: Update with fixed PR's.Toon Moene2-1/+9
2003-09-21re PR target/12353 (ICE in copyprop_hardreg_forward_1)Graham Stott2-1/+6
2003-09-21g77.texi: Remove ancient part about debugging COMMON and EQUIVALENCE not corr...George Helffrich2-7/+5
2003-09-21re PR target/12301 (corruption in exception path, exception in returned expre...Eric Botcazou4-0/+63
2003-09-20c-format.c (gcc_diag_char_table): Add %J.Richard Henderson36-475/+411
2003-09-21i386.c (ix86_expand_carry_flag_compare): Fix transformation of a>=0 into (uns...Roger Sayle4-3/+27
2003-09-20* config/darwin.c (machopic_select_rtx_section): Fix check for PIC code.Andrew Pinski2-1/+5
2003-09-21Daily bump.GCC Administrator1-1/+1
2003-09-20(top level)Nathanael Nerode2-1/+2
2003-09-20t-linux, [...]: Remove obsolete references to ENQUIRE.Nathanael Nerode4-11/+5
2003-09-20apparently managed not to commit the crucial part of c++/12332Nathan Sidwell1-2/+7
2003-09-20* g++.dg/rtti/typeid3.C: Correct expected error message.Kriang Lerdsuwanakij2-2/+6
2003-09-20re PR c++/157 (Duplicate error message for invalid elaborated type specifier)Kriang Lerdsuwanakij4-0/+59
2003-09-20Daily bump.GCC Administrator1-1/+1
2003-09-19mixed-struct-check.h: New.Janis Johnson16-0/+1065
2003-09-19configure.in: Remove --with-elf, which doesn't work.Nathanael Nerode4-318/+301
2003-09-19xm-vsta.h: Remove xm-file believed useless.Nathanael Nerode4-13/+6
2003-09-19install.texi: Document the multiple testsuite options.Phil Edwards2-2/+76
2003-09-19install.texi (Specific): Add the specific versions of GCC where support for F...Gerald Pfeifer2-3/+9
2003-09-19t-m68kbare, t-rtems: Change 68681 to 68881.Joel Sherrill3-2/+7
2003-09-19m68k.h (TARGET_CPU_CPP_PREDEFINES): Add predefines for -m68030, -m68020-60 an...Bernardo Innocenti3-143/+140
2003-09-19array11.C: Change unsigned to __SIZE_TYPE__ so that it will not complain on L...Andrew Pinski2-2/+9
2003-09-19re PR c++/495 (ICE in in lookup_template_class, at cp/pt.c:3961)Kriang Lerdsuwanakij4-0/+40
2003-09-19t-rtems: New.Ralf Corsepius3-2/+12
2003-09-19t-rtems: New.Ralf Corsepius3-1/+12
2003-09-19* cgraph.c: Fix typo in debugging output.Kelley Cook2-1/+5
2003-09-19fix PR numberNathan Sidwell3-3/+3
2003-09-19re PR libstdc++/12232 (Incorrect handling of openmode argument in filebuf::se...Nathan Sidwell3-0/+27
2003-09-19re PR target/12166 (Profiled programs crash if PROFDIR is set)T. Papadopoulo2-0/+10
2003-09-19decl.c (cxx_scope_descriptor): Fix thinko.Gabriel Dos Reis2-1/+9
2003-09-18c-ppoutput.c (print): Use fileline typedef for field 'line'.Mike Stump3-18/+24
2003-09-19Daily bump.GCC Administrator1-1/+1
2003-09-18re PR c++/12320 (ICE on use of undefined enum)Danny Smith2-0/+8
2003-09-18winnt.c (gen_stdcall_suffix): Quit summation of total parm size if a parm has...Danny Smith2-2/+14
2003-09-18Apply proper patch file for last change.Richard Kenner1-0/+1
2003-09-18except.c (output_function_exception_table): Adjust last change to handle TYPE...Richard Kenner2-5/+12
2003-09-18re PR target/11184 ([ia64 hpux] ICE on __builtin_apply building libobjc)Mark Mitchell13-146/+102
2003-09-18simplify-rtx.c (simplify_unary_operation): Only transform (not (eq X Y)) into...Roger Sayle2-0/+7
2003-09-18re PR c++/9848 (missing 'unused parameter' warning.)Nathan Sidwell5-9/+65
2003-09-18Mention the pr fixed.Zdenek Dvorak1-0/+1
2003-09-18* config/i386/i386.c (x86_emit_floatuns): Also handle SImode operand.Zdenek Dvorak2-3/+12
2003-09-18tree.def (FFS_EXPR, [...]): Delete unused tree codes.Roger Sayle14-70/+44
2003-09-18* jcf-write.c (generate_bytecode_insns): Add support for fconst_2.Roger Sayle2-2/+7
2003-09-18* ChangeLog: Fix recent commit.Volker Reichelt1-1/+5
2003-09-18re PR c++/12316 (trouble with garbage collection)Volker Reichelt3-0/+48
2003-09-18jcf-write.c (generate_bytecode_insns): Add MIN_EXPR and MAX_EXPR.Andrew Haley2-0/+21
2003-09-18c-pretty-print.h (pp_type_specifier_seq): Fix thinko.Gabriel Dos Reis6-93/+177