- 02 Mar, 2004 2 commits
-
-
From-SVN: r78730
GCC Administrator committed -
From-SVN: r78727
Bernardo Innocenti committed
-
- 01 Mar, 2004 22 commits
-
-
From-SVN: r78725
Per Bothner committed -
PR c++/14369 * error.c (dump_expr): Handle THROW_EXPR. From-SVN: r78723
Gabriel Dos Reis committed -
PR c++/14324 * lex.c (retrofit_lang_decl): Treat entities with no linkage as having C++ linkage for name-mangling purposes. PR c++/14260 * parser.c (cp_parser_direct_declarator): Recognize constructor declarators that use a template-id to name the class being constructed. PR c++/14337 * pt.c (tsubst_qualified_id): Handle dependent qualifying scopes. (tsubst_expr): Do not call tsubst_copy, even when processing_template_decl. PR c++/14324 * g++.dg/abi/mangle21.C: New test. PR c++/14260 * g++.dg/parse/constructor2.C: New test. PR c++/14337 * g++.dg/template/sfinae1.C: New test. From-SVN: r78720
Mark Mitchell committed -
* config/mips/mips-protos.h (enum mips_symbol_type): Move from mips.h. (NUM_SYMBOL_TYPES): Likewise. (SYMBOL_64_HIGH, SYMBOL_64_MID, SYMBOL_64_LOW): New symbol types. (mips_unspec_address): Declare. (mips_gotoff_page, mips_gotoff_global): Delete. * config/mips/mips.h (PREDICATE_CODES): Add general_symbolic_operand. * config/mips/mips.c (enum mips_symbol_type, NUM_SYMBOL_TYPES): Delete. (mips_symbolic_constant_p, mips_symbolic_address_p) (mips_symbol_insns): Handle new symbol types. (general_symbolic_operand): New predicate. (mips_unspec_address): Make extern. (mips_gotoff_page, mips_gotoff_global): Delete. (override_options): Allow -mabi=64 -mno-abicalls -mexplicit-relocs. Handle new symbol types. * config/mips/mips.md (*lea_high64, *lea64): New patterns. (*xgot_hi[sd]i, *xgot_lo[sd]i, *got_disp[sd]i, *got_disp[sd]i): Call mips_unspec_address directly. * doc/invoke.texi: Remove the -mabi=64 -mno-abicalls exception from the documentation of -mexplicit-relocs. From-SVN: r78718
Richard Sandiford committed -
* configure.in (mips64*-*-linux*): Override mips*-*-linux* case and disable libgcj. * configure: Regenerated. From-SVN: r78717
Richard Sandiford committed -
2004-03-01 Benjamin Kosnik <bkoz@redhat.com> * acinclude.m4: Quote correctly. * aclocal.m4: Regenerate. * linkage.m4: Same. From-SVN: r78715
Benjamin Kosnik committed -
* fold-const.c (fold): An equality comparison of a non-weak object against zero has a known result. Similarly an equality comparison of the address of two non-weak, unaliased symbols has a known result. * ggc-page.c (struct page_entry): New field PREV. (ggc_alloc): Update PREV field appropriately. (sweep_pages): Likewise. (ggc_free): Likewise. Use PREV field rather than loop to improve ggc_free performance. cp/ * init.c (build_vec_delete_1): Convert 2nd argument to NE_EXPR to the proper type. From-SVN: r78713
Jeff Law committed -
* config/mips/mips.c (mips_output_division): Use the division instruction to fill the delay slot of a zero check. (mips_idiv_insns): Adjust accordingly. From-SVN: r78712
Richard Sandiford committed -
2004-03-01 Benjamin Kosnik <bkoz@redhat.com> * docs/html/test.html: Add multilib RUNTESTFLAGS example. * docs/html/18_support/howto.html: Add bit about writing to stderr, mostly by Zack. From-SVN: r78709
Benjamin Kosnik committed -
2004-03-01 Paolo Carlini <pcarlini@suse.de> * include/bits/locale_facets.tcc (money_get<>::_M_extract, money_get<>::do_get(string_type&)): ... and two more. From-SVN: r78708
Paolo Carlini committed -
locale_facets.tcc (money_get<>::_M_extract): Fix thinkos in the switch from string_type& to string& as last argument. 2004-03-01 Paolo Carlini <pcarlini@suse.de> * include/bits/locale_facets.tcc (money_get<>::_M_extract): Fix thinkos in the switch from string_type& to string& as last argument. From-SVN: r78707
Paolo Carlini committed -
From-SVN: r78706
Michael Matz committed -
* config.gcc: Create a default tmake_file for linux, and use it in all but two linux clauses. Comment those two. From-SVN: r78704
Nathanael Nerode committed -
From-SVN: r78703
Brian Booth committed -
locale_facets.tcc (num_get<>::_M_extract_float): Also when parsing exponent sign, first look for thousands_sep and decimal_point... 2004-03-01 Paolo Carlini <pcarlini@suse.de> * include/bits/locale_facets.tcc (num_get<>::_M_extract_float): Also when parsing exponent sign, first look for thousands_sep and decimal_point; tweak a bit. * testsuite/22_locale/num_get/get/char/15.cc: New. * testsuite/22_locale/num_get/get/wchar_t/15.cc: New. * include/bits/locale_facets.tcc (num_get<>::_M_extract_float, num_get<>::_M_extract_int): Reorder some conditionals. 2004-03-01 Paolo Carlini <pcarlini@suse.de> * include/bits/locale_facets.tcc (money_get<>::_M_extract): Consistently with numpunct, enforce the requirements in 22.2.6.3, p3 for the thousands separators; tweak a bit. * testsuite/22_locale/money_get/get/char/15.cc: New. * testsuite/22_locale/money_get/get/wchar_t/15.cc: New. From-SVN: r78699
Paolo Carlini committed -
2004-03-01 Paolo Bonzini <bonzini@gnu.org> * combine.c (try_combine): Do not refer to is_replaced. (gen_lowpart_for_combine): Perverse subregs now have a more politically correct name. * cse.c (cse_insn): Likewise. * jump.c: Fix bogus reference to delete_insn. From-SVN: r78698
Paolo Bonzini committed -
From-SVN: r78697
Paolo Bonzini committed -
PR c++/14138 * name-lookup.h (push_scope): Change prototype. * name-lookup.c (push_scope): Do not reenter the current class scope. * decl.c (grokfndecl): Check return code from push_scope before calling pop_scope. * decl2.c (check_classfn): Likewise. * parser.c (cp_parser_conversion_function_id): Likewise. (cp_parser_init_declarator): Likewise. (cp_parser_direct_declarator): Likewise. (cp_parser_class_specifier): Likewise. (cp_parser_class_head): Likewise. (cp_parser_lookup_name): Likewise. (cp_parser_constructor_declarator_p): Likewise. * pt.c (instantiate_class_template): Likewise. (resolve_typename_type): Likewise. From-SVN: r78696
Mark Mitchell committed -
libstdc++.exp (v3-list-tests): Use testsuite_files from correct multilib blddir when running testsuite. 2004-03-01 David Billinghurst <David.Billinghurst@riotinto.com> * testsuite/lib/libstdc++.exp (v3-list-tests): Use testsuite_files from correct multilib blddir when running testsuite. From-SVN: r78692
David Billinghurst committed -
PR debug/14328 * dwarf2out.c (gen_enumeration_type_die): Output all enumeration constants as signed values. From-SVN: r78690
Mark Mitchell committed -
PR c++/14267 * typeck.c (build_modify_expr): Remove more of the cast-as-lvalue extension. PR c++/14267 * g++.dg/expr/crash2.C: New test. From-SVN: r78689
Mark Mitchell committed -
From-SVN: r78686
GCC Administrator committed
-
- 29 Feb, 2004 16 commits
-
-
PR middle-end/13448 * c-tree.h (readonly_warning): Rename to ... (readonly_error): ... this. * c-typeck.c (build_unary_op): Adjust accordingly. (readonly_warning): Rename to ... (readonly_error): ... this and issue errors, not warnings. (build_modify_expr): Call readonly_error, not readonly_warning. (c_expand_asm_operands): Likewise. * tree-inline.c (optimize_inline_calls): Do not inline functions after errors have occurred. PR middle-end/13448 * gcc.dg/inline-5.c: New test. * gcc.dg/always-inline.c: Split out tests into ... * gcc.dg/always-inline2.c: ... this and ... * gcc.dg/always-inline3.c: ... this. From-SVN: r78682
Mark Mitchell committed -
re PR debug/12103 (-g only crash (segfault) with a forward declared class used as a template parameter) PR debug/12103 * class.c (update_vtable_entry_for_fn): Do not go through covariance machinery if the type returned by an overrider is the same as the original. PR debug/12103 * g++.dg/debug/crash1.C: New test. From-SVN: r78680
Mark Mitchell committed -
* configure.ac: Rearrange some threading code for clarity; add section comment. * configure: Regenerate. From-SVN: r78678
Nathanael Nerode committed -
gcc/ * passes.c, config/frv/frv.c, config/sh/sh.c: Fix comment typos. * doc/cppopts.texi: Fix a typo. gcc/cp/ * call.c: Fix a comment typo. From-SVN: r78676
Kazu Hirata committed -
From-SVN: r78674
Kazu Hirata committed -
2004-02-29 Andrew Pinski <pinskia@physics.uc.edu> * gcc_update (files_and_dependencies): Update intl/configure.in to intl/configure.ac. From-SVN: r78673
Andrew Pinski committed -
From-SVN: r78672
Nathanael Nerode committed -
From-SVN: r78671
Nathanael Nerode committed -
From-SVN: r78670
Nathanael Nerode committed -
From-SVN: r78669
Nathanael Nerode committed -
* configure.in: Convert to autoconf 2.57, gratuitous stylistic cleanup, rename to configure.ac. * configure.ac: Renamed from configure.in. * config.h.in: Rebuilt with autoheader 2.57. * configure: Rebuilt with autoconf 2.57 * README: Update to reflect rename of configure.in to configure.ac. From-SVN: r78668
Nathanael Nerode committed -
From-SVN: r78667
Kazu Hirata committed -
* Makefile.am, configure.in: Updated accordingly. From-SVN: r78666
Per Bothner committed -
natPosixProcess.cc (startProcess): Implement standard streams using FileChannelImpl, not FileDescriptor. * java/lang/natPosixProcess.cc (startProcess): Implement standard streams using FileChannelImpl, not FileDescriptor. * java/lang/natWin32Process.cc (startProcess): Likewise. From-SVN: r78664
Per Bothner committed -
* gnu/java/nio/FileLockImpl.java (fd): Remove field, replacing it by: (ch): New FileChannelImpl field. Update constructor to match. (releaseImpl): Remove native method. Instead ... (release): Call unlock on channel. * gnu/java/nio/natFileLockImpl.cc: Removed file. From-SVN: r78663
Per Bothner committed -
* java/nio/MappedByteBuffer.java: (forceImpl, isLoadedImpl, loadImpl, unmapImpl): New dummy methods, to be overridden by subclass. (finalize, isLoaded, load, force): New methods. * java/nio/MappedByteBufferImpl.java: More-or-less rewrite. Now works, at least for read mapping. From-SVN: r78662
Per Bothner committed
-