- 06 Jul, 2002 5 commits
-
-
* toplev.c (set_fast_math_flags): Don't use ISO C style function definitions. * gengtype.c (open_base_files): Likewise. (close_output_files): Likewise. * tracer.c (find_best_predecessor): Likewise. (find_best_successor): Likewise. (ignore_bb_p): Likewise. From-SVN: r55286
Andreas Jaeger committed -
From-SVN: r55285
GCC Administrator committed -
2002-07-05 Tony Kimball <alk@pobox.com> * java/lang/natRuntime.cc (nativeGetLibname): Added missing `#'. From-SVN: r55280
Tony Kimball committed -
2002-07-05 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> PR c++/7099 * g++.dg/warn/noreturn1.C: New test. From-SVN: r55277
Kaveh R. Ghazi committed -
PR c++/7099 * builtin-attrs.def: Define new attribute lists for use in builtins.def. * builtins.def [DEF_BUILTIN]: Modify to take an additional ATTRS argument, an enumerated value defined in builtin-attrs.def that represents the attribute list for the builtins. Modify all builtin functions to pass an appropriate attribute list. Specify "abort", "exit", "_exit" and "_Exit" builtins here with their required noreturn attributes. * tree.h (enum_builtin_function): Ignore the additional parameter to DEF_BUILTIN. * builtins.c (built_in_names): Likewise. * c-common.c: (builtin_function_2): Replace the "int noreturn_p" argument with a tree representing the functions attribute list. Pass this "attrs" argument to builtin_function. No longer handle the noreturn_p processing manually. (built_in_attributes): Move the definitions from builtin-attrs.def before c_common_nodes_and_builtins. (c_common_nodes_and_builtins): Handle the new ATTRS parameter in DEF_BUILTIN, passing it to both builtin_function and the changed builtin_function_2. * doc/extend.texi: Document __builtin_abort, __builtin_exit, __builtin__exit and __builtin__Exit. * java/builtins.c (initialize_builtins): Ignore the additional parameter to DEF_BUILTIN. Handle more C/C++ specific junk in the builtins.def file. From-SVN: r55276
Roger Sayle committed
-
- 05 Jul, 2002 14 commits
-
-
* config/m68hc11/m68hc11.md ("*movqi_68hc12"): Avoid allocating QI mode registers in soft registers. ("zero_extendqihi2"): Do not take into account soft registers for register allocation (use '*' constraint). From-SVN: r55274
Stephane Carrez committed -
* cvt.c (cp_convert_to_pointer): Call force_fit_type for null pointers. From-SVN: r55272
Jason Merrill committed -
* config/m68hc11/m68hc11.md ("*ashlsi3"): Avoid saving y if we know it is dead. ("*ashrsi3"): Likewise. ("*lshrsi3"): Likewise. From-SVN: r55270
Stephane Carrez committed -
2002-07-05 Vladimir Makarov <vmakarov@redhat.com> * genautomata.c (output_max_insn_queue_index_def): Take latencies into account. From-SVN: r55269
Vladimir Makarov committed -
* config/m68hc11/m68hc11.md (peephole2): New peephole2 to optimize address computation and memory moves. From-SVN: r55267
Stephane Carrez committed -
2002-07-04 Tom Tromey <tromey@redhat.com> Jeff Sturm <jsturm@one-point.com> Fix for PR libgcj/7060: * java/lang/Class.h (_getMethod): Renamed from getMethod. * java/lang/natClass.cc (_getMethod): Renamed from getMethod. Recurse into superinterfaces. Don't throw NoSuchMethodException. * java/lang/Class.java (getMethod): New Java implementation; complies with spec. (_getMethod): New native method. Co-Authored-By: Jeff Sturm <jsturm@one-point.com> From-SVN: r55266
Tom Tromey committed -
PR c++/6706 * dwarfout.c (output_reg_number): Fix warning message. (output_bound_representation): Check SAVE_EXPR_RTL is not NULL before using it. PR c++/6706 * g++.dg/debug/debug6.C: New test. * g++.dg/debug/debug7.C: New test. From-SVN: r55264
Mark Mitchell committed -
re PR rtl-optimization/7145 (g++ -O with structure initializer & return value optimization generates bad code) PR optimization/7145 * tree.c (cp_copy_res_decl_for_inlining): Also copy DECL_INITIAL. [[Split portion of a mixed commit.]] From-SVN: r55262.2
Jason Merrill committed -
re PR rtl-optimization/7145 (g++ -O with structure initializer & return value optimization generates bad code) PR optimization/7145 * tree.c (cp_copy_res_decl_for_inlining): Also copy DECL_INITIAL. From-SVN: r55261
Jason Merrill committed -
From-SVN: r55260
Nathan Sidwell committed -
* gcc/gcc.c (asm_debug): Move initialization ... (init_spec): ... here. From-SVN: r55259
Rainer Orth committed -
* c-parse.in (extdef): Append ';'. (old_style_parm_decls): Append ';'. From-SVN: r55258
Nathan Sidwell committed -
* cp-tree.h (import_export_tinfo): Add parameter. * decl2.c (import_export_tinfo): Add parameter, post adjust DECL_COMDAT. * rtti.c (emit_tinfo_decl): DECL_COMDAT is (nearly) always setup by import_export_tinfo. From-SVN: r55257
Nathan Sidwell committed -
From-SVN: r55256
GCC Administrator committed
-
- 04 Jul, 2002 10 commits
-
-
From-SVN: r55250
Steve Ellcey committed -
* configure.in: Correct typos: gcc_cv_as_gdwarf2_debug_flag to gcc_cv_as_gdwarf2_flag and gcc_cv_as_gstabs_debug_flag to gcc_cv_as_gstabs_flag. * configure: Rebuilt. From-SVN: r55249
Daniel Jacobowitz committed -
From-SVN: r55247
Geoffrey Keating committed -
2002-07-04 Benjamin Kosnik <bkoz@redhat.com> Jack Reeves <jackw_reeves@hotmail.com> * include/std/std_streambuf.h (basic_streambuf::_M_buf): Change to size_t, from int_type. (basic_streambuf::_M_buf_size_opt): Same. (basic_streambuf::_S_pback_sizex): Same. * include/bits/streambuf.tcc: Same. * include/std/std_streambuf.h (basic_streambuf::snextc): Use eq_int_type. (basic_streambuf::uflow): Same. * include/bits/sstream.tcc (basic_stringbuf::overflow): Use to_char_type. * include/bits/basic_ios.tcc (basic_ios::init): Use _CharT(). * include/bits/streambuf.tcc (basic_streambuf::xsgetn): Use eq_int_type. (basic_streambuf::xsputn): Same. (__copy_streambufs): Same. Co-Authored-By: Jack Reeves <jackw_reeves@hotmail.com> From-SVN: r55242
Benjamin Kosnik committed -
2002-07-03 Benjamin Kosnik <bkoz@redhat.com> * include/std/std_memory.h: Fix formatting. * testsuite/20_util/auto_ptr_neg.cc: New. * testsuite/20_util/auto_ptr.cc: Tweaks. * testsuite/23_containers/map_operators.cc (test01): Split into.. * testsuite/23_containers/map_operators_neg.cc (test01): ...this. New. * testsuite/23_containers/set_operators.cc: Move to... * testsuite/23_containers/set_operators_neg.cc: ...here. * testsuite/README: Add some more naming rules. From-SVN: r55241
Benjamin Kosnik committed -
From-SVN: r55240
GCC Administrator committed -
* sh.md (mshfhi_b, mshflo_b, mshfhi_l, mshflo_l, mshfhi_w): Add DONE. (mshflo_w): Likewise. From-SVN: r55235
J"orn Rennecke committed -
simplify-rtx.c (simplify_subreg): Reduce problem of finding vector mode subregs of constants to finding integer... gcc: * simplify-rtx.c (simplify_subreg): Reduce problem of finding vector mode subregs of constants to finding integer mode subregs of constants. * cse.c (cse_insn): Use simplify_gen_subreg. * convert.c (convert_to_integer): Don't strip a NOP_EXPR From a vector mode expression of different size than the target mode. gcc/testsuite: * gcc.c-torture/compile/simd-3.c: New test. From-SVN: r55234
J"orn Rennecke committed -
2002-07-03 Eric Christopher <echristo@redhat.com> * config/mips/linux.h: Add #undef for SUBTARGET_CPP_SPEC. * config/mips/mips.h: Remove deprecated -m<processor> options and cc1_cpu_spec associated. (CONSTANT_ADDRESS_P): Fix last patch. (ASM_DECLARE_FUNCTION_NAME): Declare. Fix comment. * config/mips/mips.md (bungt, bunge, sungt_df, sungt_sf, sunge_df, sunge_sf): Remove. From-SVN: r55233
Eric Christopher committed -
2002-07-03 Steev Wilcox <steev@paradigmds.com> PR libstdc++/7057 * include/ext/stl_hashtable.h: Fix. * testsuite/ext/hash_map.cc: New. From-SVN: r55229
Steev Wilcox committed
-
- 03 Jul, 2002 11 commits
-
-
2002-07-03 Chris Demetriou <cgd@broadcom.com> * g++.dg/abi/mangle6.C: Run for mipsisa64*-*-* targets. * gcc.dg/20020620-1.c: Likewise. From-SVN: r55228
Chris Demetriou committed -
From-SVN: r55226
Nathanael Nerode committed -
2002-07-03 Jack Reeves <jackw_reeves@hotmail.com> Kenny Simpson <theonetruekenny@yahoo.com> Phil Edwards <pme@gcc.gnu.org> PR libstdc++/3946 * testsuite/20_util/auto_ptr.cc (test08): New test. * include/std/std_memory.h (auto_ref_ptr): Make constructor explicit. (auto_ptr::operator auto_ptr_ref): Fix typo. General reformatting and doxygenating of the whole file. Co-Authored-By: Kenny Simpson <theonetruekenny@yahoo.com> Co-Authored-By: Phil Edwards <pme@gcc.gnu.org> From-SVN: r55223
Jack Reeves committed -
* config/darwin.h (APPLE_CC): Remove, not meaningful in FSF GCC. (STRINGIFY_THIS, REALLY_STRINGIFY): Remove. (CPP_SPEC): Remove insertion of APPLE_CC definition. From-SVN: r55222
Stan Shebs committed -
* combine.c (struct_undo): Change types of recorded substitutions to be either "int" or "rtx", instead of "unsigned int" and "rtx". (do_SUBST_INT): Change types of the substitution from unsigned int to int, to avoid compilation warning from SUBST_INT's only caller. (make_extraction): Add cast to avoid compilation warning. (force_to_mode): Remove cast to avoid compilation warning. From-SVN: r55221
Roger Sayle committed -
2002-07-03 Benjamin Kosnik <bkoz@redhat.com> PR libstdc++/7097 * include/c/std_cwchar.h: Fix. From-SVN: r55216
Benjamin Kosnik committed -
* i386.md (length_immediate attribute): Fix typo. (length_address attribute): Likewise. (modrm attribute): Set it to 0 for immediate call instructions. (jcc_1 pattern): Set modrm attribute to 0. (jcc_2 pattern ): Likewise. (jump pattern): Likewise. (doloop_end_internal pattern): Explicitly set length. (leave pattern): Fix typo. (leave_rex64 pattern): Likewise. Co-Authored-By: Jeff Law <law@redhat.com> From-SVN: r55215
Eric Botcazou committed -
PR c++/6944 * init.c (build_aggr_init): Remove qualifiers of init before calling build_vec_init. (build_vec_init): Flatten multi-dimensional array during cleanup. (build_vec_delete_1): Abort if the type of each element is array. * g++.dg/init/array4.C: New test. * g++.dg/init/array5.C: New test. From-SVN: r55214
Kriang Lerdsuwanakij committed -
* config/rs6000/rs6000.md (fix_truncdfsi2_internal): Ignore DImode in FPR as preference. (fctiwz): Same. (floatdidf2, fix_truncdfdi2): Same. (floatdisf2, floatditf2, fix_trunctfdi2): Same. (floatditf2): Same. (floatsitf2, fix_trunctfsi2): SImode in GPR. (ctrdi): Remove FPR alternative and splitter. From-SVN: r55212
David Edelsohn committed -
2002-07-02 Will Cohen <wcohen@redhat.com> * config/i386/i386.c (x86_integer_DFmode_moves): Disable for PPro. From-SVN: r55211
Will Cohen committed -
From-SVN: r55210
Graham Stott committed
-