aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2003-09-25cp-parse.in (objc_try_stmt): Do not specify a %type.Ziemowit Laski2-1/+5
2003-09-25config.gcc: New 'widely ported system' clause for rtems.Nathanael Nerode2-36/+10
2003-09-25mips.c (mips_va_arg): Handle arguments that must be passed on the stack.Richard Sandiford2-0/+24
2003-09-25config.gcc (widely ported systems section): Mostly alphabetize by system.Nathanael Nerode2-75/+78
2003-09-25* config.gcc (widely ported systems section): Reindent and clean up.Nathanael Nerode2-142/+148
2003-09-25config.gcc: Remove some unnecessary uses of 'x' in case statements.Nathanael Nerode2-29/+32
2003-09-25* config.gcc (*-hpux11): Disable fixproto.Nathanael Nerode2-0/+7
2003-09-25re PR pch/12112 (Putting PCH files in a directory completely broken)Phil Edwards2-7/+16
2003-09-25re PR bootstrap/12358 (Bootstrap comparison failure!)Roger Sayle2-10/+6
2003-09-25MERGE OF objc-improvements-branch into MAINLINE.Ziemowit Laski120-1479/+5734
2003-09-25Daily bump.GCC Administrator1-1/+1
2003-09-24cpplib.c (do_pragma): Reintroduce cb_line_change call in the code path that c...Alexandre Oliva2-2/+17
2003-09-24* gcc.dg/cpp/Wunknown-pragmas-1.c: New test.Alexandre Oliva2-0/+33
2003-09-24config.gcc (c4x-*, [...]): Disable fixproto.Nathanael Nerode2-0/+6
2003-09-24config.gcc: Clean up and reindent $with_cpu=yes|no clause and the section giv...Nathanael Nerode2-92/+90
2003-09-24config.gcc (arm-*-coff*, [...]): Disable fixproto.Nathanael Nerode2-0/+18
2003-09-24rs6000.md (movti_power): Collapse case 1 and 2 together.David Edelsohn2-3/+8
2003-09-24* class.c (build_utf8_ref): Test for HAVE_GAS_SHF_MERGE value.Rainer Orth2-17/+22
2003-09-24* c-common.c (c_common_type_for_mode): Check for VOIDmode.Nathan Sidwell2-0/+7
2003-09-24arm.h (ASM_OUTPUT_REG_PUSH, [...]): Wrap in do...while(0)Richard Earnshaw2-11/+22
2003-09-24* config/t-darwin (crt2.o): Add stmp-int-hdrs to dependencies.Geoffrey Keating2-1/+3
2003-09-24config.gcc: Move use_fixproto=no from generic vxworks clause to specific one.Nathanael Nerode2-1/+4
2003-09-24config.gcc (powerpc-*-gnu-gnualtivec*): Disable fixproto (accidentally missed...Nathanael Nerode2-0/+6
2003-09-23re PR bootstrap/12383 (Bootstrap fails in dwarf2out with `HAVE_GAS_SHF_MERGE'...Andrew Pinski2-80/+92
2003-09-24config.gcc (x86_64-*-freebsd*): Disable fixproto (accidentally missed in last...Nathanael Nerode2-0/+6
2003-09-24mn10300.md (andsi3): Fix cut&pasto in 0xfffffffe constant.Alexandre Oliva2-2/+7
2003-09-24* config.gcc: Move vax-*-vms* unsupported notice up with the rest.Nathanael Nerode2-4/+3
2003-09-24config.gcc (alpha64*-dec-*vms*, [...]): Disable fixproto.Nathanael Nerode2-0/+10
2003-09-24config.gcc: Move use_fixproto=no from generic FreeBSD clause to specific Free...Nathanael Nerode2-1/+9
2003-09-24config.gcc: Move use_fixproto=no from generic NetBSD clause to specific NetBS...Nathanael Nerode2-2/+14
2003-09-24config.gcc: Move use_fixproto=no from generic OpenBSD clause to specific Open...Nathanael Nerode2-3/+11
2003-09-24pa.c (hppa_expand_prologue): Do pic register save in frame marker without add...John David Anglin3-7/+27
2003-09-24Daily bump.GCC Administrator1-1/+1
2003-09-24cgraphunit.c (cgraph_expand_all_functions): Renamed from cgraph_expand_functi...Kelley Cook2-3/+8
2003-09-23Makefile.in (gnucompare*): Merge into ...Kaveh R. Ghazi4-259/+280
2003-09-23targhooks.c: Include output.h.Rainer Orth3-1/+8
2003-09-23* config.host: Removed superfluous newline.Rainer Orth2-2/+5
2003-09-23config.gcc: Use ${target}, not $machine.Nathanael Nerode4-125/+128
2003-09-23rs6000.c (function_arg_pass_by_reference): Don't pass zero-size arrays by ref...Geoffrey Keating4-2/+24
2003-09-23config.gcc: Set use_fixproto=no in each specific *-gnu* configuration...Nathanael Nerode2-1/+21
2003-09-23tree-inline.c (remap_save_expr): Map new save_expr to identity rather than to...Richard Henderson2-2/+6
2003-09-23configure.in (HAVE_GAS_SHF_MERGE): Always define to test result.Rainer Orth6-59/+64
2003-09-23except.h (MUST_USE_SJLJ_EXCEPTIONS): Test for DWARF2_UNWIND_INFO value.Rainer Orth2-2/+11
2003-09-23target.h (struct gcc_target): New member external_libcall.Rainer Orth11-35/+68
2003-09-23Correct gpr_or_gpr_p ChangeLog entry.David Edelsohn1-1/+2
2003-09-23config.gcc: Do per-target disabling of fixproto here in clauses, not in t- fr...Nathanael Nerode21-130/+168
2003-09-23config.host: Allow unknown hosts (not targets).Nathanael Nerode2-461/+20
2003-09-23jcf-write.c (generate_bytecode_insns): Optimize binary operations with equal ...Roger Sayle2-2/+7
2003-09-23cp-tree.h (scope_kind): Add new enumerator.Gabriel Dos Reis5-115/+146
2003-09-22c-common.c (c_common_signed_or_unsigned_type): Examine mode, not precision.Richard Henderson3-11/+51