- 09 Feb, 2002 2 commits
-
-
From-SVN: r49626
Anthony Green committed -
From-SVN: r49625
Richard Henderson committed
-
- 08 Feb, 2002 27 commits
-
-
mips.md (casesi_internal, [...]): Protect jump delay slot instructions with .set noreorder and .set nomacro. 2002-02-08 Chris Demetriou <cgd@broadcom.com> * config/mips/mips.md (casesi_internal, casesi_internal_di): Protect jump delay slot instructions with .set noreorder and .set nomacro. [Also, fix date on my previous checkin to the ChangeLog file. It should have been today's date.] From-SVN: r49624
Chris Demetriou committed -
2002-02-07 Chris Demetriou <cgd@broadcom.com> * config/mips/mips.md (casesi_internal_di): Calculate the index into the target offset table correctly. From-SVN: r49623
Chris Demetriou committed -
* expr.c (expand_expr): Mind EXPAND_INITIALIZER for truncation also. * final.c (output_addr_const): Accept and discard SUBREG. * varasm.c (decode_addr_const): Don't abort on unknown expressions -- mark them unknown instead. (simplify_subtraction): Handle RTX_UNKNOWN. (initializer_constant_valid_p): Strip NOP_EXPRs that narrow the mode. * gcc.c-torture/compile/labels-3.c: New. From-SVN: r49622
Richard Henderson committed -
* interpret.cc (convert): New function. (continue1) [insn_d2i, insn_d2l, insn_f2i, insn_f2l]: Use convert. Include Long.h. From-SVN: r49621
Tom Tromey committed -
From-SVN: r49620
David Edelsohn committed -
* gcc_release: Substitute dates in snapshot-README and snapshot-index.html files rather than directly using the old files on the FTP site. Set QMAILHOST. From-SVN: r49619
Joseph Myers committed -
2002-02-08 Chris Demetriou <cgd@broadcom.com> * MAINTAINERS: Belatedly add myself to write after approval list. From-SVN: r49618
Chris Demetriou committed -
From-SVN: r49617
Gerald Pfeifer committed -
From-SVN: r49616
Anthony Green committed -
2002-02-08 Martin Kahlert <martin.kahlert@infineon.com> * jni.cc (_Jv_JNI_NewLocalRef): Make sure, that NULL frame is not dereferenced. (_Jv_JNI_AttachCurrentThread): Produce full featured env->locals frame. From-SVN: r49615
Martin Kahlert committed -
* include/bits/locale_facets.h (numpunct<_CharT>::_M_initialize_numpunct): Remove definition. (__timepunct<_CharT>::_M_initialize_timepunct): Same. (__timepunct<_CharT>::_M_put_helper): Same. (moneypunct<_CharT, _Intl>::_M_initialize_moneypunct): Same. * include/bits/fstream.tcc (filebuf::underflow): Remove __codecvt_type typedef. (filebuf::_M_convert_to_external): Same. From-SVN: r49614
Benjamin Kosnik committed -
From-SVN: r49612
GCC Administrator committed -
From-SVN: r49611
Richard Henderson committed -
* config.gcc (x86_64-*-linux): Add t-linux64 makefile fragment. * config/i386/t-linux64: New file. From-SVN: r49610
Andreas Jaeger committed -
* c-common.c (c_expand_expr): Revert 2002-02-06 patch. * c-parse.in (compstmt): Clear last_expr_type. * parse.y (primary, primary_no_id): Use compstmt_or_stmtexpr instead of compstmt. (compstmt_or_stmtexpr): Renamed from compstmt. (compstmt): In addition to compstmt_or_stmtexpr clear last_expr_type. * gcc.c-torture/execute/20020206-1.c: Test whether nesting 2 expression statements work instead. * gcc.dg/noncompile/20020207-1.c: New test. From-SVN: r49609
Jakub Jelinek committed -
2002-02-08 Phil Edwards <pme@gcc.gnu.org> * docs/doxygen/TODO: Update. * docs/doxygen/doxygroups.cc: Tweak __gnu_cxx description. * docs/doxygen/mainpage.html: Add TODO list link. * docs/doxygen/user.cfg.in: Add @doctodo hook. * docs/doxygen/tables.html: New file, emoty structure only. * include/bits/stl_iterator.h: Doxygenate just about everything. * include/bits/stl_iterator_base_funcs.h: Ditto, clean up spaces. * include/bits/stl_iterator_base_types.h: Add notes. From-SVN: r49608
Phil Edwards committed -
* java/io/natFile.cc (_access): Use __builtin_alloca. (_stat): Likewise. (attr): Likewise. (getCanonicalPath): Likewise. (performList): Likewise. (performMkdir): Likewise. (performSetReadOnly): Likewise. (performRenameTo): Likewise. (performSetLastModified): Likewise. (performCreate): Likewise. (performDelete): Likewise. From-SVN: r49607
Tom Tromey committed -
* loop.c (strength_reduce): Sink final_value when not eliminating a biv. From-SVN: r49606
Richard Henderson committed -
From-SVN: r49605
Richard Henderson committed -
From-SVN: r49604
Adam Megacz committed -
2002-02-07 David O'Brien <obrien@FreeBSD.org> * config/sparc/freebsd.h: Fix mismatched spec {. From-SVN: r49603
David O'Brien committed -
2002-02-07 Stephan Buys <sbproxy@icon.co.za> * include/bits/stl_map.h: Tweak doxygen markup. * include/bits/stl_multimap.h: Doxygenate and remove extra spaces. * include/bits/stl_vector.h: Likewise. From-SVN: r49602
Stephan Buys committed -
2002-02-07 Benjamin Kosnik <bkoz@redhat.com> libstdc++/5286 libstdc++/3860 * include/std/std_fstream.h (filebuf::__file_type): Change to __basic_file<char>. (filebuf::_M_convert_to_external): Declare. * include/bits/fstream.tcc (filebuf::_M_convert_to_external): Define codecvt bits for wide streams. (filebuf::_M_really_overflow): Use it. (filebuf::underflow): Use codecvt. * config/locale/codecvt_specializations_ieee_1003.1-200x.h: (codecvt<__enc_traits>::do_out): Deal with partial. (codecvt<__enc_traits>::do_encoding): Return something useful. * src/codecvt.cc (codecvt<wchar_t>::do_encoding): Return sizeof wchar_t. * testsuite/22_locale/codecvt_members_unicode_char.cc (test01): Change expected encoding output. (test02): Same. * testsuite/22_locale/codecvt_members_wchar_t_char.cc (test01): Same. (test02): Same. From-SVN: r49601
Benjamin Kosnik committed -
From-SVN: r49600
Bryce McKinlay committed -
2002-02-07 David Billinghurst <David.Billinghurst@riotinto.com> * lib/prune.exp: Remove "In (program|subroutine"block-data)" message from g77 * lib/g77-dg.exp: Trim g77 error messages so that they are recognised by dg.exp. From-SVN: r49599
David Billinghurst committed -
* cfgrtl.c: Include recog.h and insn-config.h. (keep_with_call_p): Fix general_operand invocation. * Makefile.in (cfgrtl.o): Update dependencies. From-SVN: r49598
Richard Henderson committed -
* config/h8300/h8300.c (two_insn_adds_subs_operand): Revise a comment. Accept HImode only if TARGET_H8300. From-SVN: r49597
Kazu Hirata committed
-
- 07 Feb, 2002 11 commits
-
-
* adaint.c (__gnat_to_gm_time): First arg is int, not time_t. * adaint.h (__gnat_to_gm_time): Update prototype. From-SVN: r49596
Richard Henderson committed -
2002-02-07 Eric Christopher <echristo@redhat.com> * config/mips/crtn.asm: Cleanup #ifdefs. Add ChangeLog entry for previous patch that didn't seem to make it. From-SVN: r49595
Eric Christopher committed -
2002-02-07 David Billinghurst <David.Billinghurst@riotinto.com> PR fortran/5473 * g77.dg/pr5473.f: Now dg-error. Add additional cases. From-SVN: r49594
David Billinghurst committed -
From-SVN: r49593
Tom Rix committed -
* g++.old-deja/g++.brendan/new2.C: Arrange for allocated memory to be sufficiently aligned for integers. From-SVN: r49592
Richard Henderson committed -
* cp-tree.h (instantiate_type_flags): Rename to ... (tsubst_flags_t): ... here. Rename itf_complain to tf_error, add tf_warning flag. (instantiate_type): Adjust prototype. (tsubst, tsubst_expr, tsubst_copy, lookup_template_class, do_type_instantiation, cp_build_qualified_type_real): Likewise. cp_build_qualified_type: Adjust. * class.c (instantiate_type): Adjust parameter. Rename itf_* to tf_*. * call.c (standard_conversion): Rename itf_* to tf_*. (reference_binding): Likewise. (convert_like_real): Likewise. * cvt.c (cp_convert_to_pointer): Likewise. (convert_to_reference): Likewise. * decl.c (lookup_namespace_name): Use tf_* flags. (make_typename_type): Likewise. (grokdeclarator): Likewise. * pt.c (convert_nontype_argument): Adjust COMPLAIN usage. (coerce_template_template_parms, convert_template_argument, coerce_template_parms, maybe_get_template_decl_from_type_decl, lookup_template_class, tsubst_friend_function, tsubst_friend_class, instantiate_class_template, tsubst_template_arg_vector, tsubst_template_parms, tsubst_aggr_type, tsubst_default_argument, tsubst_decl, tsubst_arg_types, tsubst_function_type, tsubst_call_declarator_parms, tsubst, tsubst_copy, tsubst_expr, instantiate_template, fn_type_unification, resolve_overloaded_unification, verify_class_unification, unify, get_bindings_real, do_type_instantiation, regenerate_decl_from_template, instantiate_decl, tsubst_initializer_list, tsubst_enum, get_mostly_instantiated_function_type, invalid_nontype_parm_type_p): Likewise. * tree.c (cp_build_qualified_type_real): Likewise. * typeck.c (build_binary_op): Rename itf_* to tf_*. (build_ptrmemfunc): Likewise. (convert_for_assignment): Likewise. From-SVN: r49591
Nathan Sidwell committed -
2002-02-07 Benjamin Kosnik <bkoz@redhat.com> Wolfgang Bangerth <wolfgang.bangerth@iwr.uni-heidelberg.de> * include/bits/basic_ios.tcc (basic_ios::narrow): Add default value. (basic_ios::widen): Same. Co-Authored-By: Wolfgang Bangerth <wolfgang.bangerth@iwr.uni-heidelberg.de> From-SVN: r49590
Benjamin Kosnik committed -
cp: PR c++/109 * decl.c (grokdeclarator): Allow friend declarations from dependant types. * decl2.c (handle_class_head): Don't push into template parm contexts. * pt.c (push_template_decl_real): Template parm contexts are never being defined. testsuite: * g++.dg/template/friend4.C: New test. From-SVN: r49589
Nathan Sidwell committed -
* gcj.texi (Input Options): --CLASSPATH does not suppress system path. From-SVN: r49588
Tom Tromey committed -
2002-02-07 Paolo Carlini <pcarlini@unitus.it> * testsuite/22_locale/money_get_members_char.cc: Add comment, tidy up. (test01): more "en_HK" tests (without showbase). * testsuite/22_locale/money_get_members_wchar_t.cc: Ditto. From-SVN: r49587
Paolo Carlini committed -
* java/lang/natThrowable.cc: Updated copyright. * java/io/natFileWin32.cc: Updated copyright. * java/io/natFileDescriptorWin32.cc: Updated copyright. * win32-threads.cc: Updated copyright. * name-finder.cc: Updated copyright. * include/name-finder.h: Updated copyright. From-SVN: r49586
Tom Tromey committed
-