aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2003-03-13float.h, [...]: GCC, not GNU CC.Nathanael Nerode6-20/+25
2003-03-13* Make-lang.in, Makefile.in, config-lang.in: GCC, not GNU CC.Nathanael Nerode4-12/+16
2003-03-13g77.texi, [...]: GCC, not GNU CC.Nathanael Nerode5-11/+16
2003-03-13* pa.c (pa_init_builtins): Fix warning.John David Anglin2-1/+5
2003-03-13Daily bump.GCC Administrator1-1/+1
2003-03-12ia64.h (ASM_OUTPUT_XDATA_CHAR): Remove.Steve Ellcey2-59/+20
2003-03-12re PR c++/7050 (g++ segfaults on: (i ? get_string() : throw))Andrew Lewycky4-5/+27
2003-03-12cppfiles.c (cpp_rename_file, [...]): New.Neil Booth4-28/+45
2003-03-12aclocal.m4: Introduce gcc_GAS_VERSION_GTE_IFELSE, _gcc_COMPUTE_GAS_VERSION.Nathanael Nerode4-213/+353
2003-03-12xtensa.md (adddi3): Don't clobber source operand used to detect carry.Bob Wilson2-2/+21
2003-03-12netbsd64.h (TARGET_OS_CPP_BUILTINS): Remove call to NETBSD_OS_CPP_BUILTINS_LP64.Andreas Jaeger2-2/+5
2003-03-12Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up.Nathanael Nerode4-723/+789
2003-03-12c-cppbuiltin.c (cb_register_builtins): Define LP64 builtins for LP64 targets.Andreas Jaeger9-26/+38
2003-03-12* i386.c (ix86_setup_incoming_varargs): Set stack_alignment_needed to 128.Jan Hubicka2-0/+6
2003-03-12Fix date in last log entryDaniel Jacobowitz1-1/+1
2003-03-12* gcc.c-torture/execute/20030224-2.c: New test.Daniel Jacobowitz2-0/+32
2003-03-12Fix PR target/9797 and PR c/9853.Daniel Jacobowitz2-0/+9
2003-03-12sh.c: Include basic-block.h.J"orn Rennecke2-0/+198
2003-03-12gjavah.c (is_first_data_member): New global variable.Andrew Haley2-0/+23
2003-03-12(FIXED_REGISTERS): Add Maverick registers.Nick Clifton3-5/+16
2003-03-12Actually regenerate (using autoheader) this time.Hans-Peter Nilsson1-4/+4
2003-03-12configure.in (rlim_t): Define to long if no valid definition found in sys/res...Hans-Peter Nilsson4-131/+176
2003-03-12/home/neil/diffs/mcore.logNeil Booth4-22/+40
2003-03-12re PR c/9928 (ICE on duplicate enum declaration)Eric Botcazou4-1/+17
2003-03-12re PR rtl-optimization/9888 (-mcpu=k6 -Os produces out of range loop instruct...Eric Botcazou4-8/+100
2003-03-12winnt.c (DLL_IMPORT_PREFIX): New define.Danny Smith2-25/+66
2003-03-12re PR rtl-optimization/9888 (-mcpu=k6 -Os produces out of range loop instruct...Eric Botcazou3-32/+51
2003-03-12* Make-lang.in (tree1$(exeext)): Add c-cppbuiltin.o.Andreas Jaeger2-3/+9
2003-03-12Fix PR number in log message.Mark Mitchell2-2/+2
2003-03-12re PR c++/9336 (ICE in cp_line_of, at cp/error.c:2191)Mark Mitchell4-10/+23
2003-03-12* c-cppbuiltin.c (builtin_define_std): Make non-static.Neil Booth2-2/+7
2003-03-12g++.1: Remove.Alexandre Oliva3-5/+21
2003-03-12freebsd-spec.h (FBSD_CPP_PREDEFINES): Remove.Loren J. Rittle5-28/+45
2003-03-12* c-cppbuiltin.c (builtin_define_std): Add ATTRIBUTE_UNUSED.Geoffrey Keating2-1/+5
2003-03-12rs6000.c (rs6000_stack_info): Remove insn_chain_scanned.Aldy Hernandez3-4/+14
2003-03-12toplev.c (independent_decode_option): Return success for --help, --target-hel...Alexandre Oliva2-0/+8
2003-03-12Daily bump.GCC Administrator1-1/+1
2003-03-11linux64.h (DRIVER_SELF_SPECS): Add endian_spec.Alexandre Oliva2-6/+17
2003-03-11re PR c++/9924 (Multiple using statements for builtin functions not allowed)Mark Mitchell4-12/+36
2003-03-11re PR c++/9820 (ice in build_baselink (templates))Jason Merrill3-1/+21
2003-03-11* sh.md (reload_inqi): Fix mode for source in second set.J"orn Rennecke2-1/+5
2003-03-11cselib.c (cselib_invalidate_mem_1): Move too ...Jan Hubicka3-50/+95
2003-03-11* Makefile.in: Fix typo.Neil Booth1-1/+1
2003-03-11rs6000.c (rs6000_override_options): Disable string instructions for e500.Aldy Hernandez2-0/+10
2003-03-11Makefile.in: Update.Neil Booth3-1/+7
2003-03-11tm.texi (Frame Registers): Document DWARF_REG_TO_UNWIND_COLUMN.Aldy Hernandez5-23/+93
2003-03-11parse.y (resolve_field_access): Initialize class if field is found in another...Tom Tromey3-1/+28
2003-03-11return-type-3.c: New test.Steven Bosscher2-0/+18
2003-03-11cris.md: Remove lingering EGCS reference.Hans-Peter Nilsson4-56/+81
2003-03-11re PR c++/8700 (unhelpful error message for binding temp to reference)Mark Mitchell5-83/+132