aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2003-05-16Fix typo: LSM instead of LSYM.Nick Clifton2-1/+5
2003-05-16* doc/bugreport.texi, f/g77.texi: Remove most of the preface of the bug repor...Wolfgang Bangerth4-33/+12
2003-05-16unwind-ia64.c (uw_update_reg_address): Handle .save XX, r0.Jakub Jelinek2-0/+15
2003-05-162003-05-16 Michael Koch <konqueror@gmx.de>Michael Koch2-0/+8
2003-05-16g++.exp: Tweak handling of additional source files.Mark Mitchell1-0/+14
2003-05-16* testsuite/thread/pthread4.cc: Further tweak to avoid fini race.Loren J. Rittle2-0/+9
2003-05-16* config/alpha/alpha.h (ASM_OUTPUT_SKIP): Fix typo.Roger Sayle2-1/+5
2003-05-16cfgcleanup.c (merge_blocks): Fix return value.Eric Christopher2-2/+6
2003-05-16combine.c (expand_compound_operation): Make sure that zero_extend operation i...Eric Christopher2-1/+14
2003-05-16sysv4.h (ASM_OUTPUT_ALIGNED_LOCAL): Cast g_switch_value to unsigned HOST_WIDE...Matt Kraai1-0/+5
2003-05-16Daily bump.GCC Administrator2-2/+2
2003-05-15fstream.tcc (_M_overflow): Rewrote to call _M_convert_to_external only once (...Paolo Carlini7-98/+113
2003-05-15linux.h, [...]: Remove code protected by USE_GNULIBC_1.Richard Henderson3-8/+5
2003-05-15re PR c++/5388 (Incorrect message "operands to ?: have different types")Jason Merrill4-18/+32
2003-05-15call.c (build_op_delete_call): Avoid creating unnecessary types.Mark Mitchell5-32/+37
2003-05-15config.gcc: Purge all targets obsoleted in GCC 3.3.Zack Weinberg92-28451/+84
2003-05-15rs6000-protos.h (function_value): Protoize.Aldy Hernandez4-20/+50
2003-05-15hex.c (_hex_value): Make this unsigned.Jim Blandy5-6/+34
2003-05-15arm.c (arm_is_xscale): Rename to arm_arch_xscale.Philip Blundell4-14/+33
2003-05-15re PR target/10730 ([arm] -O2 generates invalid asm)Philip Blundell2-0/+12
2003-05-15re PR c++/8385 (typeof(...) as template arg)Mark Mitchell4-1/+19
2003-05-15* pa.c (hppa_expand_prologue): Remove blockage.John David Anglin2-8/+4
2003-05-15Check in a band-aid for a missing back-reference from the Trouble node to the...Wolfgang Bangerth1-1/+1
2003-05-15string-asm-1.c: Take __USER_LABEL_PREFIX__ into account.J"orn Rennecke3-5/+19
2003-05-15Remove the residuals of a previous merge conflict.Wolfgang Bangerth1-1/+0
2003-05-15bugreport.texi: Remove most of the bug reporting instructions and merge them ...Wolfgang Bangerth4-632/+24
2003-05-15Fixed getting the superclass when building class tree used for +load, wouldRichard Frith-Macdonald2-10/+56
2003-05-15sysv4.h (ASM_OUTPUT_ALIGNED_LOCAL): Cast g_switch_value to unsigned HOST_WIDE...Matt Kraai1-1/+1
2003-05-15* testsuite/thread/pthread4.cc: Tweak test.Loren J. Rittle2-5/+15
2003-05-15Daily bump.GCC Administrator2-2/+2
2003-05-15combine.c: Fix header comments.Eric Christopher2-49/+26
2003-05-14re PR rtl-optimization/10764 (ICE when using log(), -fast-math and optimization)Roger Sayle4-44/+87
2003-05-14lib2funcs.S (TRAMPOLINE_SIZE): Change from 49 to 59.Bob Wilson7-371/+431
2003-05-14ia64.c (ia64_expand_load_address): Force destination to be DImode register.Richard Henderson3-13/+24
2003-05-14rtl.h (TREE_CONSTANT_POOL_ADDRESS_P): Rename from DEFERRED_CONSTANT_P.Richard Henderson4-21/+38
2003-05-14rs6000.md (movsi_internal2): Use compare for self move record condition.David Edelsohn2-13/+20
2003-05-14gcov-io.h (gcov_write_bytes, [...]): Remove here.Nathan Sidwell7-278/+413
2003-05-14Makefile.in (LIBGCC_DEPS): Use $(srcdir) on gcov filesNathan Sidwell3-5/+11
2003-05-14* loop.c (check_dbra_loop): Factor common test.Nathan Sidwell2-4/+11
2003-05-14md.texi (Automaton pipeline description): Grammar fixes.Ben Elliston2-5/+9
2003-05-14* system.h: Poison MACHINE_DEPENDENT_REORG.Richard Sandiford2-1/+2
2003-05-14target-def.h (TARGET_MACHINE_DEPENDENT_REORG): Define.Richard Sandiford61-306/+356
2003-05-142003-05-14 Michael Koch <konqueror@gmx.de>Michael Koch10-49/+116
2003-05-13c-decl.c (duplicate_decls): Re-invoke make_decl_rtl if the old decl had insta...Richard Henderson2-0/+14
2003-05-14copy_neg.cc: Remove excess errors dg marker, use dg-errors instead.Benjamin Kosnik4-10/+22
2003-05-14* doc/invoke.texi (Option Summary): Kill off documentation for -$.Mike Stump2-1/+5
2003-05-14Daily bump.GCC Administrator1-1/+1
2003-05-14Daily bump.GCC Administrator1-1/+1
2003-05-14sysv4.h (OUTPUT_ASM_ALIGNED_LOCAL): Expect HOST_WIDE_INT argument.Janis Johnson2-1/+7
2003-05-13std_fstream.h (basic_filebuf::_M_codecvt): Add cached member.Benjamin Kosnik17-172/+494