aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2004-07-15tree-ssa-operands.c (get_expr_operands): Use a switch.Richard Henderson2-231/+230
2004-07-16configure.in: Move as much as possible below AC_CANONICAL_SYSTEM.Nathanael Nerode5-453/+483
2004-07-16vec.h (VEC_address): New function.Mark Mitchell13-261/+275
2004-07-16re PR fortran/16404 (should reject invalid code with -pedantic -std=f95 ? (x8))Tobias Schlüter4-1/+15
2004-07-16re PR fortran/16404 (should reject invalid code with -pedantic -std=f95 ? (x8))Tobias Schlüter5-18/+142
2004-07-16fortran-torture.exp (fortran-torture): Don't test compile tests with fulllist...Tobias Schlüter3-3/+33
2004-07-16re PR rtl-optimization/16536 (Incorrect __restrict__ optimization in -O2)Volker Reichelt2-0/+35
2004-07-16Daily bump.GCC Administrator2-2/+2
2004-07-15re PR libgcj/16574 (java.sql.Timestamp#toString() does not deal with fraction...Bryce McKinlay2-15/+46
2004-07-15re PR middle-end/15885 (wrong va_start warning (and code))Jason Merrill4-28/+67
2004-07-15m68k.c (output_move_qimode): Abort on an attempt to generate code which is ge...Roman Zippel3-25/+8
2004-07-15combine.c (simplify_set): match the mode of the constant 0 with the tested op...Roman Zippel2-1/+7
2004-07-15rs6000.md ("bunordered"): Disable for e500.Aldy Hernandez2-2/+7
2004-07-15rs6000.md ("*cceq_ior_compare"): Allow unconditionally.Aldy Hernandez3-19/+7
2004-07-15[multiple changes]Arnaud Charlet48-1241/+2683
2004-07-15re PR fortran/13792 (lbound/ubound generates internal compiler error)Tobias Schlüter4-3/+13
2004-07-15mips.c (mips_adjust_insn_length): Fix handling of calls in mips16 code.Richard Sandiford2-3/+6
2004-07-15re PR fortran/15140 (assertion failed: (TREE_CODE (sym->backend_decl) == PARM...Tobias Schlüter4-1/+19
2004-07-15re PR fortran/15129 (assumed size characters passed to subroutines incorrect)Tobias Schlüter4-1/+43
2004-07-15lwg-active.html, [...]: Import Revision 30.Paolo Carlini4-3816/+4729
2004-07-15mips.md: In the mips16 li/neg splitter...Richard Sandiford2-6/+11
2004-07-15re PR libstdc++/14697 (libstdc++ couldn't find 32bit libgcc_s)Jakub Jelinek3-0/+88
2004-07-15* Fix for g++/15861Frank Ch. Eigler2-2/+12
2004-07-15* Fix for g++/15861Frank Ch. Eigler8-94/+133
2004-07-15libf2c: Removed.Toon Moene250-22694/+8
2004-07-15decl.c (xref_basetypes): Refactor.Nathan Sidwell4-212/+200
2004-07-15name-lookup.c (set_inherited_value_binding_p): Add class_type parameter.Mark Mitchell2-18/+14
2004-07-15class.c (finish_struct_bits): Don't set TYPE_HAS_CONVERSION here.Nathan Sidwell3-29/+18
2004-07-15re PR fortran/15324 (segfault / ICE with array of assumed length characters)Tobias Schlüter1-1/+1
2004-07-15re PR fortran/15324 (segfault / ICE with array of assumed length characters)Tobias Schlüter2-0/+27
2004-07-15loop.c (check_insn_for_givs): Restore check for code labels that was accident...Jeff Law2-1/+6
2004-07-15re PR libfortran/15234 (libgfortran doesn't compile on Tru64 UNIX V4.0F)Tobias Schlüter2-3/+27
2004-07-15Fix a ChangeLog typo.Jakub Jelinek1-1/+1
2004-07-15acinclude.m4: "Inline" LIBGCJ_CONFIGURE macro into...Nathanael Nerode5-835/+695
2004-07-15class.c (check_bases): Don't set CLASSTYPE_NON_AGGREGATE here.Nathan Sidwell3-27/+25
2004-07-15vec.h (VEC_T_truncate): Allow truncation of an empty vector.Nathan Sidwell2-8/+15
2004-07-15* print-tree.c (print_node): Fix casts last change.Richard Henderson2-2/+8
2004-07-15aclocal.m4: Rebuilt with aclocal gcj-1.4.Nathanael Nerode7-1470/+21
2004-07-14trans.c (add_decl_expr): Clear TREE_READONLY if clear DECL_INITIAL.Richard Kenner3-0/+11
2004-07-15lex.c (cxx_make_type): Remove call to get_pointer_type.Mark Mitchell2-5/+5
2004-07-15* gcc.dg/20020426-2.c: Improve type safety wrt unsignedness.Mike Stump2-3/+7
2004-07-15dwarf2out.c (dwarf2out_begin_prologue): Rename IA64_UNWIND_INFO to TARGET_UNW...Paul Brook14-20/+78
2004-07-15re PR libgcj/16204 (File I/O fails on files >= 2^31 bytes (2GB))Bryce McKinlay5-1/+50
2004-07-14* print-tree.c (print_node): Handle SSA_NAME.Richard Henderson2-0/+30
2004-07-14Fix MIPS SPEC95 FP 146.wave5 -fprofile-generate failure.James E Wilson4-2/+58
2004-07-15Daily bump.GCC Administrator2-2/+2
2004-07-15expr.c (expand_assignment): Reenable bitfield += optimizations.Jakub Jelinek5-21/+372
2004-07-14input.h: If USE_MAPPED_LOCATION...Per Bothner4-6/+26
2004-07-14re PR libstdc++/16505 ([3.4 only] std::uninitialized_fill_n() incorrect signa...Paolo Carlini5-27/+69
2004-07-14calls.c (expand_call): Fix typo in comment.Eric Christopher2-24/+28