aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2003-09-29target.c (FFETARGET_ATOF_): Delete.Zack Weinberg3-9/+12
2003-09-29trans.c (gigi): Use REAL_ARITHMETIC, not REAL_VALUE_ATOF, to initialize dcons...Zack Weinberg2-2/+7
2003-09-29dwarf2out.c (default_eh_frame_section): Split into ...Rainer Orth3-5/+31
2003-09-29* real.c (real_sqrt): Use get_canonical_qnan directly.Zack Weinberg2-2/+3
2003-09-29* dwarf2out.c (add_const_value_attribute): Use real_to_target.Zack Weinberg2-18/+3
2003-09-29varasm.c (assemble_real): Use real_to_target directly...Zack Weinberg2-82/+47
2003-09-29re PR c++/12175 (Tru64 UNIX bootstrap failure: multiply defined symbols linki...Jan Hubicka6-1/+39
2003-09-29re PR libgcj/10596 (Reference and String.intern don't work together)Tom Tromey4-26/+116
2003-09-29configure.in: Remove wildcard from Solaris 8-9/Intel and Solaris 2.3/SPARC...Rainer Orth9-12/+37
2003-09-29stl_algo.h (search_n): Improve the previous fix as suggested by Martin.Paolo Carlini2-2/+9
2003-09-29Remove extra comma in comment.Richard Kenner1-1/+1
2003-09-29[multiple changes]Paolo Carlini5-3/+96
2003-09-29fold-const.c (fold): Fold (A & ~B) - (A & B) into (A ^ B) - B, where B is any...Kazu Hirata2-0/+28
2003-09-29* g++.dg/init/array10.C: Add dg-options.Richard Henderson2-0/+5
2003-09-29* libgcov.c (gcov_exit): Fix two pastos.Jan Hubicka2-2/+6
2003-09-29h8300.md (*tst_extzv_1_n): Combine with the define_split immediately below to...Kazu Hirata2-13/+10
2003-09-29h8300.md (*tstsi_variable_bit): New.Kazu Hirata2-0/+41
2003-09-29MAINTAINERS: Move myself from "Write After Approval" to CPU platform maintain...Paul Koning2-1/+6
2003-09-29Fixed little typo.Michael Koch1-1/+1
2003-09-292003-09-29 Michael Koch <konqueror@gmx.de>Michael Koch2-13/+66
2003-09-29IndexColorModel.java: Reformated.Michael Koch2-168/+172
2003-09-29InetAddress.java, URL.java: Reformated.Michael Koch3-51/+64
2003-09-2912352.cc: Use __attribute__((unused)) for test.Paolo Carlini2-1/+6
2003-09-29boehm.cc (_Jv_BuildGCDescr): Put first word of object in most significant bit...Bryce McKinlay2-5/+18
2003-09-29cppopts.texi: Use 'dashMP' instead of '-MP' as a cross- reference name.Phil Edwards2-2/+7
2003-09-29* g++.dg/opt/unroll1.C: Change unsigned to __SIZE_TYPE__.Eric Botcazou2-1/+7
2003-09-29Daily bump.GCC Administrator2-2/+2
2003-09-28c-decl.c (duplicate_decls): Copy DECL_SOURCE_LOCATION, not file and line sepa...Richard Henderson10-35/+41
2003-09-28s390.md ("*adddi3_carry1_cc", [...]): New insns.Ulrich Weigand2-30/+92
2003-09-28stmt.c (expand_asm_operands): Take a location_t, instead of individual file a...Richard Henderson10-13/+29
2003-09-28expr.c (java_check_reference): Use the semantics of COND_EXPRs with void-type...Roger Sayle2-4/+7
2003-09-28decl.c (java_optimize_inline, [...]): Remove.Jeff Sturm5-53/+18
2003-09-28arm.c (legitimize_pic_address): Check SYMBOL_REF_LOCAL_P, not ENCODED_SHORT_C...Philip Blundell2-2/+8
2003-09-28pdp11-protos.h, [...]: Convert to ISO C90 function declarations and definitions.Steven Bosscher7-657/+372
2003-09-28friend19.C: Fix typo.Kriang Lerdsuwanakij3-5/+7
2003-09-28stormy16.c, [...]: Convert to ISO C90 function declarations and definitions.Steven Bosscher3-242/+138
2003-09-28mips.c (mips_constant_info): Add reloc field.Richard Sandiford2-16/+33
2003-09-28mips-protos.h (mips16_gp_pseudo_reg): Remove.Richard Sandiford8-106/+175
2003-09-28toplev.c (flag_evaluation_order): New global variable.Roger Sayle8-11/+34
2003-09-28c-decl.c (finish_function): Convert definition to ISO C90.Andreas Jaeger10-40/+55
2003-09-28DateFormat.java (format): Throw IllegalArgumentException if j' is not a Numbe...Bryce McKinlay3-24/+33
2003-09-28SimpleDateFormat (parse): Revert patch of 2003-09-25.Bryce McKinlay2-12/+15
2003-09-28Daily bump.GCC Administrator2-2/+2
2003-09-27* config.gcc (alpha*-dec-osf[45]*): Disable fixproto.Nathanael Nerode2-0/+2
2003-09-27* config.gcc (arm*-*-uclinux*): Disable fixproto.Nathanael Nerode2-0/+2
2003-09-27config.gcc (powerpc-*-eabispe*, [...]): Disable fixproto.Nathanael Nerode2-0/+8
2003-09-27* libjava.jacks/jacks.xfail: Updated for new passes.Tom Tromey2-23/+4
2003-09-27re PR java/1333 (private field access modifier not implemented correctly)Alexandre Petit-Bianco2-21/+31
2003-09-27re PR rtl-optimization/12340 (loop unroller + gcse produces wrong code)Eric Botcazou5-4/+448
2003-09-27name-lookup.h (get_global_value_if_present): New function.Gabriel Dos Reis8-47/+61