aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2003-11-20Makefile.in (lang_checks): Add.Joseph Myers12-8/+41
2003-11-20[multiple changes]Arnaud Charlet55-326/+1187
2003-11-20re PR target/13131 (internal compiler error: in AT_flag, at dwarf2out.c:4480)Scott Snyder2-1/+7
2003-11-20arc-protos.h: Update to C90 prototypes.Kelley Cook4-195/+129
2003-11-20re PR rtl-optimization/13024 (gcj can't build current rhug)Jeff Sturm2-9/+17
2003-11-20stmt.c (expand_goto): Memory clobbers added.Andreas Krebbel2-0/+11
2003-11-20reload.c (find_reloads): Added missing type casts.Andreas Krebbel2-2/+6
2003-11-20Daily bump.GCC Administrator1-1/+1
2003-11-19* combine.c (sets_function_arg_p): Delete unused function.James E Wilson2-40/+4
2003-11-19reload1.c (reload): Revert 2 previous checkins.Eric Christopher1-8/+2
2003-11-19reload1.c (reload): Revert 2 previous checkins.Eric Christopher1-0/+4
2003-11-19cpptrad.c (_cpp_scan_out_logical_line): Improve test for whether directive be...Nathanael Nerode4-1/+27
2003-11-19* config/frv/frv.c (frv_init_libfuncs): Correct ufix_optab entries.Richard Sandiford2-3/+7
2003-11-19install.texi (Specific): Remove information on old versions of glibc versus o...Gerald Pfeifer2-14/+5
2003-11-19emit-rtl.c (gen_lowpart): Don't force MEMs into a register unless the registe...Richard Sandiford2-0/+7
2003-11-18i386.c (print_reg): Handle QI and HI modes for non Q regs.Richard Henderson2-0/+10
2003-11-19config.gcc (powerpc-*-darwin*): Add libgcc build specification file.Andreas Tobler6-1/+257
2003-11-19compat.exp: Add DYLD_LIBRARY_PATH for darwin.Andreas Tobler5-0/+17
2003-11-19* config/ns32k/ns32k.h: Remove obsolete comment.Nathanael Nerode2-8/+5
2003-11-19Daily bump.GCC Administrator1-1/+1
2003-11-18re PR middle-end/11821 (Operator implementation as a library call fails with ...Roger Sayle2-1/+9
2003-11-18re PR c++/12932 (ICE with use of ptr-to-function as template arg)Kriang Lerdsuwanakij6-1/+38
2003-11-18* cgraph.c (change_decl_assembler_name): Avoid bogus warnings.Jan Hubicka2-1/+6
2003-11-18sysv4.h: OpenBSD hooks.Marc Espie2-2/+51
2003-11-18* gcc.dg/nested-func-1.c: New test.Joseph Myers2-0/+39
2003-11-18[multiple changes]Arnaud Charlet7-16/+117
2003-11-18expr.c (expand_expr): Don't look through constant arrays if they don't bind l...Richard Henderson2-1/+7
2003-11-18re PR java/12857 (Illegal method modifier when loading a generated .class)Jeff Sturm4-35/+110
2003-11-18re PR java/12739 (gcj emits dead bytecode)Jeff Sturm3-3/+16
2003-11-17expr.c (convert_move): Use GET_MODE_PRECISION instead of bitsize when seeing ...Richard Kenner2-2/+7
2003-11-18reload1.c (reload): Fix previous change.Eric Christopher2-6/+10
2003-11-18Daily bump.GCC Administrator1-1/+1
2003-11-17fix size_tJason Merrill2-2/+2
2003-11-17add commentJason Merrill1-0/+3
2003-11-17init.c (build_new_1): Preevaluate placement args.Jason Merrill4-24/+71
2003-11-17re PR debug/11325 (nested class debug info missing)Scott Snyder2-3/+32
2003-11-17java-tree.h (LOCAL_VAR_OUT_OF_SCOPE_P): New.Andrew Haley3-7/+27
2003-11-17re PR c++/11266 ([tree-ssa] ICE with placement new)Jason Merrill1-0/+10
2003-11-17Resync.Arnaud Charlet1-0/+113
2003-11-17[multiple changes]Arnaud Charlet29-1525/+2510
2003-11-17Replace use of poisoned BUILD_VA_LIST_TYPE macro with a target function.Nick Clifton4-8/+14
2003-11-17h8300-protos.h: Add the prototype for same_cmp_following_p.Kazu Hirata4-2/+29
2003-11-17h8300.md: Don't use REGNO when its operand is not guaranteed to be a REG.Kazu Hirata2-4/+9
2003-11-17Daily bump.GCC Administrator1-1/+1
2003-11-16* gcc.dg/cpp/assert4.c: New test.Kaveh R. Ghazi2-0/+376
2003-11-16Makefile.in (expr.o): Depend on $(TARGET_H).Richard Sandiford11-228/+301
2003-11-16* doc/install.texi (--enable-checking): Update valgrind's URL.Kazu Hirata2-1/+5
2003-11-16h8300.md: Fix warnings by replacing -2147483648 with -2147483647 - 1.Kazu Hirata2-2/+7
2003-11-16Fix links in online manuals.Gerald Pfeifer2-2/+8
2003-11-16Makefile.in, [...]: Create TAGS.sub files in each directory and TAGS files th...Jason Merrill11-21/+57