aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2003-12-26darwin.h (LINK_COMMAND_SPEC): Arrange -fprofile-generate to imply -lgcov.Andrew Pinski2-1/+6
2003-12-26h8300.md (ldm_h8300s_2_normal): Use HImode for addresses.Kazu Hirata2-4/+9
2003-12-26Daily bump.GCC Administrator1-1/+1
2003-12-25* config/m32r/m32r.md: Remove a constraint from a splitter.Kazu Hirata2-1/+5
2003-12-25parse.y (catch_clause_parameter): Fix typo.Andrew Pinski2-1/+3
2003-12-25PR c++/13268, c++/13339Andrew Pinski3-3/+19
2003-12-25PR C++/13429, C/11944Andrew Pinski2-0/+13
2003-12-25re PR java/13404 (ICE when Missing identifier on catch clause)Andrew Pinski2-9/+24
2003-12-25alpha-modes.def: Fix comment formatting.Kazu Hirata24-101/+127
2003-12-25elf.h: Fix comment formatting.Kazu Hirata5-67/+74
2003-12-25Daily bump.GCC Administrator1-1/+1
2003-12-24avr.c: Fix comment formatting.Kazu Hirata3-23/+28
2003-12-24re PR target/12721 (ICE when building a cross compiler for avr-elf)Kazu Hirata3-34/+20
2003-12-24* doc/md.texi: Document PowerPC vector register constraint letter.David Edelsohn2-1/+8
2003-12-24calls.c (expand_call): Recognize calls to "sqrt" and create corresponding notes.Mark Mitchell9-21/+77
2003-12-24mips.c (override_options): Use `inform' instead of `warning' for -g -mabi=32 ...Kaveh R. Ghazi3-8/+12
2003-12-23function.c (assign_parms): Update max_parm_reg and parm_reg_stack_loc when ad...David Edelsohn2-0/+24
2003-12-24gnat_ug.texi: Force a CVS commit by updating copyright.Kelley Cook6-5/+13
2003-12-24Daily bump.GCC Administrator1-1/+1
2003-12-24Makefile.in (OBJS-common): Remove dwarfout.o.Mark Mitchell24-6482/+41
2003-12-23gcc-dg.exp (dg-require-profiling): New function.Mark Mitchell9-18/+53
2003-12-23java1.C: Use -fdollars-in-identifiers when compiling.Mark Mitchell4-3/+10
2003-12-23* config/ns32k/ns32k.c: Convert to ISO-C.Kazu Hirata2-69/+35
2003-12-2320020604-1.c: XFAIL on H8 if -mn is given.Kazu Hirata4-3/+10
2003-12-23ia64.c (ia64_va_arg): Pass pointer for variable-sized type through convert_me...Zack Weinberg6-35/+91
2003-12-23common.opt (fprofile-generate,fprofile-use): Add.Jan Hubicka5-1/+74
2003-12-23c-common.c (flag_abi_version): Default to 2.Mark Mitchell22-34/+85
2003-12-23re PR c/11995 (Error recovery problem after invalid labelled declaration in c...Andrew Pinski2-0/+16
2003-12-23re PR c++/13387 (assignment to base class corrupts subclass)Nathan Sidwell2-2/+8
2003-12-23rs6000.md: Change many instances of '!Geoffrey Keating2-102/+51
2003-12-23re PR rtl-optimization/13394 (noreturn attribute ignored on recursive invokat...Eric Botcazou4-4/+61
2003-12-23re PR c/13382 (Type information for const pointer disappears during optimisat...Eric Botcazou4-4/+32
2003-12-23* doc/invoke.texi: Deprecate -fwritable-strings.Mark Mitchell2-0/+4
2003-12-23Daily bump.GCC Administrator1-1/+1
2003-12-22re PR c++/12862 (Conflicts Between typedefs/enums and Namespace Member Declar...Mark Mitchell15-205/+61
2003-12-22re PR target/13466 (-mpowerpc64 causes ICE)Andrew Pinski2-2/+3
2003-12-22re PR c++/12397 (two-stage name lookup argument shadowed by global type)Mark Mitchell4-0/+30
2003-12-22re PR c++/5050 (template instantiation depth exceeds/maybe recursion problem)Andrew Pinski6-28/+30
2003-12-22emit-rtl.c (copy_rtx_if_shared): Add comment about its use of copy_rtx_if_sha...Andrew Pinski2-1/+9
2003-12-22darwin-misaligned.c: New test.Fariborz Jahanian1-0/+4
2003-12-22c-decl.c (finish_function): Change order of checks.Andrew Pinski2-3/+9
2003-12-22re PR c++/12479 ([3.4 only] System header should not cause -pedantic to error...Mark Mitchell5-1/+19
2003-12-22Test to check for a valid memory reference of a misaligned DImode memoryFariborz Jahanian1-0/+32
2003-12-22Correct check for legitimate offset when addressing a DImode memory inFariborz Jahanian1-0/+6
2003-12-22Check for a legitimate offset when addressing DImode memory with -mpowerpc64.Fariborz Jahanian1-2/+2
2003-12-22reload1.c: Add reg_reloaded_call_part_clobbered.Dale Johannesen2-4/+35
2003-12-22re PR rtl-optimization/12828 (-floop-optimize is unstable on PowerPC (float t...Dale Johannesen3-1/+43
2003-12-22re PR c/9163 (ICE in genrtl_compound_stmt at c-semantics.c:776 with c99 mode ...Andrew Pinski4-5/+42
2003-12-22re PR c++/13438 (internal compiler error: tree check: expected identifier_nod...Mark Mitchell6-22/+19
2003-12-21Patch from Dan NicolaescuDan Nicolaescu9-308/+423