re PR middle-end/11821 (Operator implementation as a library call fails with constants)
[gcc.git] / gcc /
2003-11-18 Roger Saylere PR middle-end/11821 (Operator implementation as...
2003-11-18 Kriang Lerdsuwanakijre PR c++/12932 (ICE with use of ptr-to-function as...
2003-11-18 Jan Hubicka* cgraph.c (change_decl_assembler_name): Avoid bogus...
2003-11-18 Marc Espiesysv4.h: OpenBSD hooks.
2003-11-18 Joseph Myers* gcc.dg/nested-func-1.c: New test.
2003-11-18 Arnaud Charlet[multiple changes]
2003-11-18 Richard Hendersonexpr.c (expand_expr): Don't look through constant array...
2003-11-18 Jeff Sturmre PR java/12857 (Illegal method modifier when loading...
2003-11-18 Jeff Sturmre PR java/12739 (gcj emits dead bytecode)
2003-11-18 Richard Kennerexpr.c (convert_move): Use GET_MODE_PRECISION instead...
2003-11-18 Eric Christopherreload1.c (reload): Fix previous change.
2003-11-18 GCC AdministratorDaily bump.
2003-11-17 Jason Merrillfix size_t
2003-11-17 Jason Merrilladd comment
2003-11-17 Jason Merrillinit.c (build_new_1): Preevaluate placement args.
2003-11-17 Scott Snyderre PR debug/11325 (nested class debug info missing)
2003-11-17 Andrew Haleyjava-tree.h (LOCAL_VAR_OUT_OF_SCOPE_P): New.
2003-11-17 Jason Merrillre PR c++/11266 ([tree-ssa] ICE with placement new)
2003-11-17 Arnaud CharletResync.
2003-11-17 Arnaud Charlet[multiple changes]
2003-11-17 Nick CliftonReplace use of poisoned BUILD_VA_LIST_TYPE macro with...
2003-11-17 Kazu Hiratah8300-protos.h: Add the prototype for same_cmp_following_p.
2003-11-17 Kazu Hiratah8300.md: Don't use REGNO when its operand is not guara...
2003-11-17 GCC AdministratorDaily bump.
2003-11-16 Kaveh R. Ghazi* gcc.dg/cpp/assert4.c: New test.
2003-11-16 Richard SandifordMakefile.in (expr.o): Depend on $(TARGET_H).
2003-11-16 Kazu Hirata* doc/install.texi (--enable-checking): Update valgrind...
2003-11-16 Kazu Hiratah8300.md: Fix warnings by replacing -2147483648 with...
2003-11-16 Gerald PfeiferFix links in online manuals.
2003-11-16 Jason MerrillMakefile.in, [...]: Create TAGS.sub files in each direc...
2003-11-16 Tom Tromey* gjavah.c (print_stub_or_jni): Pass `env' to FatalError.
2003-11-16 GCC AdministratorDaily bump.
2003-11-15 Kazu Hiratalib1funcs.asm (divnorm): Store the sign in bit 3 of...
2003-11-15 Kazu Hiratah8300.h (DO_GLOBAL_CTORS_BODY): Fix warnings.
2003-11-15 Jason Merrillupdate comment
2003-11-15 Joseph Myersinstall.texi (Prerequisites): Refine documentation...
2003-11-15 Bernardo Innocentire PR c++/2294 (using declaration confusion)
2003-11-15 GCC AdministratorDaily bump.
2003-11-14 Jason Merrillfunction.c (assign_parms): Use TREE_TYPE to determine...
2003-11-14 Giovanni Bajore PR c++/2294 (using declaration confusion)
2003-11-14 Kazu Hiratalib1funcs.asm (___udivsi3): Peel off the first iteration.
2003-11-14 Giovanni Bajore PR c++/2294 (using declaration confusion)
2003-11-14 Fariborz JahanianFixed bug saving vararg registers in -mpowerpc64 mode.
2003-11-14 Fariborz JahanianFix bug saving vararg registers on stack in -mpowerpc64...
2003-11-14 Bernardo Innocentim68k.c: Use C statements instead of #ifdef's when testi...
2003-11-14 Kelley Cookfrv-protos.h: Update for C90.
2003-11-14 Geoffrey Keatingrs6000.md: Add 'DEFAULT_ABI == ABI_DARWIN' to each...
2003-11-14 Geoffrey Keatingcppfiles.c (_cpp_find_file): Make 'one or more PCH...
2003-11-14 Mark Mitchellre PR c++/12762 (Much worse error message when using...
2003-11-14 Richard Kennerfunction.c (struct epi_info): New field const_equiv.
2003-11-14 Andreas Jaegerlang.opt: Change -Wno-long-long to -Wlong-long since...
2003-11-14 Andreas JaegerMakefile.in (LIBGNAT_TARGET_PAIRS): Add rules for x86_6...
2003-11-14 Arnaud Charlet* comperr.adb: Fix logic in previous change.
2003-11-14 Kazu Hirata* config/h8300/lib1funcs.asm (___udivsi3): Add a comment.
2003-11-14 Kazu Hiratalib1funcs.asm (modsi3): Don't save unused registers.
2003-11-14 Arnaud Charlet* sinfo.h, treeprs.ads: Regenerated.
2003-11-14 Arnaud Charlet* nmake.ads, nmake.adb: Regenerated.
2003-11-14 Nick Cliftonconfig/fr30/fr30.c: Include toplev.h
2003-11-14 Richard Earnshaw* except.c (sjlj_emit_function_enter): Mark internal...
2003-11-14 Richard Earnshawarm.c (arm_emit_vector_const, [...]): Use ISO C functio...
2003-11-14 Arnaud Charlet[multiple changes]
2003-11-14 Eric Christopherreload1.c (reload): Revert previous patch.
2003-11-14 Arnaud CharletMakefile.in (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
2003-11-14 Richard Sandifordfrv.c (frv_in_small_data_p): Return false for unknown...
2003-11-14 Arnaud Charletre PR ada/13035 (Ada testsuite uses installed gcc)
2003-11-14 Jason Merrillre PR middle-end/12526 ([tree-ssa] internal compiler...
2003-11-14 Jason Merrillre PR middle-end/12526 ([tree-ssa] internal compiler...
2003-11-14 Jason Merrillre PR c++/13033 ([tree-ssa] ICE in lower_stmt)
2003-11-14 Arnaud CharletRemoved, unused and does not compile on all platforms.
2003-11-14 Richard HendersonNew test.
2003-11-14 Giovanni Bajore PR c++/2094 (unimplemented: use of `ptrmem_cst'...
2003-11-14 Giovanni Bajore PR c++/2094 (unimplemented: use of `ptrmem_cst'...
2003-11-14 Kazu Hiratalib1funcs.asm (__udivsi3): Remove.
2003-11-14 Kaveh R. Ghazilibgcc2.c (__negdi2, [...]): Const-ify and/or initializ...
2003-11-14 Kazu Hiratalib1funcs.asm (divmodsi4): Replace all the uses of...
2003-11-14 Andrew Pinski+2003-11-13 Andrew Pinski <apinski@apple.com> + + ...
2003-11-14 GCC AdministratorDaily bump.
2003-11-13 Kazu Hiratalib1funcs.asm (___udivsi3): Jump to reti instead of...
2003-11-13 Steven Bosscher* tree-inline.c (walk_tree): Handle PLACEHOLDER_EXPR.
2003-11-13 Kazu Hirata* config/h8300/lib1funcs.asm: Fix comment typos.
2003-11-13 Kazu Hiratalib1funcs.asm (udivsi3): Don't save/restore unused...
2003-11-13 Mark Mitchellre PR c/13029 (static consts and -Wunused-variable)
2003-11-13 Pavel Pisalib1funcs.asm (DenHighNonZero): Optimize using the...
2003-11-13 Richard Earnshaw* decl.c (grokfndecl): Change OK to type tree.
2003-11-13 Richard Earnshawcombine.c (distribute_notes): When re-distributing...
2003-11-13 Eric Botcazoure PR rtl-optimization/12926 (Wrong value after assignm...
2003-11-13 Kazu Hiratalib1funcs.asm (divmodsi4): Clear S0P in DenHighNonZero.
2003-11-13 Jan Hubickare PR rtl-optimization/12275 ([unit-at-a-time] ICE...
2003-11-13 Jason Merrillre PR rtl-optimization/12547 ([tree-ssa] simple java...
2003-11-13 GCC AdministratorDaily bump.
2003-11-12 Mark Mitchelltree.c (build_target_expr_with_type): Treate VA_ARG_EXP...
2003-11-12 Kazu Hiratalib1funcs.asm (___mulsi3): Don't save/restore an unused...
2003-11-12 Richard Sandifordre PR bootstrap/12752 (irix bootstrap failure - genmult...
2003-11-12 Janis Johnsonrs6000-protos.h (rs6000_initial_elimination_offset...
2003-11-12 Mark Mitchell* g++.dg/parse/crash10.C: Remove bogus error marker.
2003-11-12 Mark Mitchelldecl.c (cp_make_fname_decl): When creating a top-level...
2003-11-12 Rainer Orthadadecode.c: Use <> form of include for ctype.h.
2003-11-12 Rainer Orthre PR target/6552 (make gnatlib_and_tools fails compili...
2003-11-12 Rainer Orthrun_acats (host_gnatmake): Use type in a /bin/sh script.
2003-11-12 Mark Mitchelldecl.c (finish_case_label): Do not check that we are...
next