summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 2000-06-21 Benjamin Kosnik <bkoz@soma.redhat.com>bkoz2000-06-225-457/+12137
| | | | | | | | | | | | | | Fix alpha, powerpc build failures. * acinclude.m4 (GLIBCPP_CHECK_MATH_SUPPORT): Substantially re-write. Need to check for both proper declaration when using a c++ compiler, and "C" linkage when linking. Do both, and if both exist, then define the HAVE_* bits in config.h. (GLIBCPP_CHECK_MATH_DECL_AND_LINKAGE_n): New, uber-macros. Does all. (GLIBCPP_CHECK_LINKER_FEATURES): Actually link and run this program, doh. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34643 138bc75d-0d04-0410-961f-82ee72b054a4
* 2000-06-21 Alexandre Petit-Bianco <apbianco@cygnus.com>apbianco2000-06-2211-624/+806
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * except.c (prepare_eh_table_type): Use `CATCH_ALL_TYPE'. 2000-06-20 Alexandre Petit-Bianco <apbianco@cygnus.com> * check-init.c (ENABLE_JC1_CHECKING): Replaces ENABLE_CHECKING for Java specific checks. * expr.c (build_instanceof): CLASS_INTERFACE and CLASS_FINAL usage screened by DECL_P. * java-tree.def (CASE_EXPR): Marked 'e'. (DEFAULT_EXPR): Likewise. * jcf-parse.c (set_source_filename): CLASS_COMPLETE_P usage screened by DECL_P. * jcf-write.c (ENABLE_JC1_CHECKING): Replaces ENABLE_CHECKING for Java specific checks. (generate_bytecode_insns): Test try_block for BLOCK before using BLOCK_EXPR_BODY. * parse.y (build_wfl_wrap): Added `location' argument. Set EXPR_WFL_LINECOL accordingly. (dim_expr:): Wrap constants with WFLs. (method_declarator): Use TREE_TYPE not TYPE_NAME on GET_CPC. (resolve_package): Check for `stmt' not being a BLOCK before building a debuggable statement with it. (make_qualified_primary): Added extra parameter to build_wfl_wrap invocation. (resolve_field_access): Make sure `decl' is a DECL before treating it as such. (maybe_build_primttype_type_ref): Make sure `wfl''s node is an IDENTIFIER_NODE before treating it as such. (patch_new_array_init): Make sure `elt' is a TREE_LIST before treating it as such. (find_applicable_accessible_methods_list): CLASS_INTERFACE macro to be applied only on non array types. 2000-06-16 Per Bothner <per@bothner.com> * java-tree.h (LABEL_RETURN_LABELS, LABEL_PENDING_CHAIN): Don't define in terms of DECL_RESULT, as that fails when --enable-checking. 2000-06-06 Alexandre Petit-Bianco <apbianco@cygnus.com> * parse.h (REGISTER_IMPORT): Use `chainon' to link new entries. * parse.y (find_in_imports): Returned type changed to void, leading comment fixed. (register_package): New function. (qualify_and_find): Likewise. (package_declaration:): Use `register_package'. (single_type_import_declaration:): Removed local variable `node'. Added missing `;' for consistency. (type_import_on_demand_declaration:): Use `chainon' to link new entries. (lookup_field_wrapper): Lookup local variables defined in outer contexts first. (java_complete_class): Don't reverse the list of imported on demand. (do_resolve_class): Reorganized. Removed local variable `original_name'. Call `qualify_and_find' with the current package name, invoke `find_in_imports_on_demand' right after. Call `qualify_and_find' with the packages we've seen so far. Fixed operations numbering in comments. (java_expand_class): Don't reverse `package_list'. (find_most_specific_methods_list): New local variables `abstract' and `candidates'. Use them to pick the right method. (Fixes for the ENABLE_TREE_CHECKING Java run-time build problem: http://gcc.gnu.org/ml/gcc-patches/2000-06/msg00551.html) git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34642 138bc75d-0d04-0410-961f-82ee72b054a4
* * cppfiles.c (cpp_make_system_header): New function.zack2000-06-215-8/+38
| | | | | | | | | | | | | * cpplib.h: Prototype it. * cpplib.c (do_line, do_pragma_system_header): Use it. * fix-header.c (read_scan_file): Use it. * fix-header.c (check_macro_names): Cast second arg of cpp_defined to const unsigned char *. (read_scan_file): Make getchar_call const unsigned char. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34641 138bc75d-0d04-0410-961f-82ee72b054a4
* 2000-06-21 Branko Cibej <branko.cibej@hermes.si>law2000-06-213-2/+7
| | | | | | | | * mh-sparcpic: Use single instead of double quotes. * mt-sparcpic: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34640 138bc75d-0d04-0410-961f-82ee72b054a4
* * libU77/dtime_.c, libU77/etime_.c: Include stdlib.h ifzack2000-06-213-0/+11
| | | | | | | HAVE_STDLIB_H is defined. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34639 138bc75d-0d04-0410-961f-82ee72b054a4
* * Make-lang.in (F77_SRCS): Remove all .j files.zack2000-06-2134-616/+134
| | | | | | | | | | | | | | | | | | | | | * Makefile.in (ASSERT_H, CONFIG_H, CONVERT_H, FLAGS_H, GGC_H, GLIMITS_H, HCONFIG_H, INPUT_H, OUTPUT_H, RTL_H, SYSTEM_H, TOPLEV_H, TREE_H): Remove references to .j files. (TCONFIG_H, TM_H): Remove entirely. (deps-kinda): Delete rule. Correct commentary. * assert.j, config.j, convert.j. flags.j, ggc.j, glimits.j, hconfig.j, input.j, output.j, rtl.j, system.j, toplev.j, tree.j, tconfig.j, tree.j: Delete. * ansify.c, bad.c, bit.c, com.c, com.h, intdoc.c, lex.c, parse.c, proj.c, proj.h, ste.c, target.c, target.h, top.c, where.c, where.h: Include parent-directory headers directly. * lex.c: Don't include tree.h twice. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34638 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in (SPLAY_TREE_H): New macro.zack2000-06-212-3/+7
| | | | | | | (cppfiles.o, cppinit.o): Update dependencies. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34637 138bc75d-0d04-0410-961f-82ee72b054a4
* * cppfiles.c: Include splay-tree.h, not hashtab.h.zack2000-06-218-579/+566
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (redundant_include_p, make_IHASH, hash_IHASH, eq_IHASH): Delete. (destroy_include_file_node): New. (_cpp_init_include_hash): Rename _cpp_init_include_table. Create a splay tree, not a hash table. (open_include_file): Look up the path in the include table, do the multiple include optimization here, etc. (cpp_included): Walk the path. (find_include_file): Just walk the path calling open_include_file, or call it directly for an absolute path. (_cpp_fake_ihash): Rename _cpp_fake_include and update for new scheme. (read_include_file): Update for new scheme. Don't close the file unless reading fails. (_cpp_execute_include, cpp_read_file): Tweak for new scheme. * cpphash.h (struct ihash, NEVER_REINCLUDE): Delete. (struct include_file): New. (NEVER_REREAD, DO_NOT_REREAD, CPP_IN_SYSTEM_HEADER): New macros. (CPP_PEDANTIC, CPP_WTRADITIONAL): Update. Update prototypes. * cppinit.c: Include splay-tree.h. (cpp_reader_init, cpp_cleanup): Update. * cpplib.h (struct cpp_buffer): Change ihash field to 'struct include_file *inc'. Remove system_header_p. (struct cpp_reader): Change all_include_files to a struct splay_tree_s *. * cpplex.c: Update all references to cpp_buffer->ihash and/or cpp_buffer->system_header_p. (cpp_pop_buffer): Close file here, only if DO_NOT_REREAD. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34636 138bc75d-0d04-0410-961f-82ee72b054a4
* 2000-06-20 Alexandre Petit-Bianco <apbianco@cygnus.com>apbianco2000-06-213-8/+19
| | | | | | | | | * class.c (push_lang_context): TYPE_NAME gets you to the Java types DECLs. * decl.c (check_goto): Computed gotos assumed OK. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34635 138bc75d-0d04-0410-961f-82ee72b054a4
* * invoke.texi (g++): "g++" is not a script anymore.law2000-06-212-1/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34634 138bc75d-0d04-0410-961f-82ee72b054a4
* * pt.c (tsubst_decl, case TYPE_DECL): Fix test for TYPE_DECLsjason2000-06-212-13/+11
| | | | | | | for which we don't need to look for instantiations. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34633 138bc75d-0d04-0410-961f-82ee72b054a4
* newjason2000-06-211-0/+26
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34632 138bc75d-0d04-0410-961f-82ee72b054a4
* * function.c (round_down): Delete obsolete prototype.law2000-06-212-3/+2
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34631 138bc75d-0d04-0410-961f-82ee72b054a4
* * pa.h (CPP_SPEC): Add whitespace after -D__STDC_EXT__.law2000-06-212-2/+6
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34630 138bc75d-0d04-0410-961f-82ee72b054a4
* * parse.y (program): Always call finish_translation_unit.nathan2000-06-213-807/+817
| | | | | | | * parse.c, parse.h: Rebuilt. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34629 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.law2000-06-215-5/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34628 138bc75d-0d04-0410-961f-82ee72b054a4
* 2000-06-21 Bryce McKinlay <bryce@albatross.co.nz>bryce2000-06-214-17/+42
| | | | | | | | | | | * java/lang/ThreadGroup.java (add(Thread)): Rename to addThread() to comply with classpath VM spec. (add(Group)): Rename to addGroup(). * java/lang/Thread.java (Thread): Use addThread(). * java/lang/natThread.cc (finish_): Use removeThread(). git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34627 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in: Use 'test a = b' not 'test a == b'.zack2000-06-213-5/+8
| | | | | | | * configure: Regen. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34624 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in (fix-header): Link with $(LIBS) not $(HOST_LIBS).zack2000-06-202-2/+6
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34623 138bc75d-0d04-0410-961f-82ee72b054a4
* 2000-06-20 Anthony Williams <anthony@anthonyw.cjb.net>bkoz2000-06-207-415/+445
| | | | | | | | | | | | | | | * bits/string.tcc: Fix find. * testsuite/21_strings/find.cc: Patch. 2000-06-20 Benjamin Kosnik <bkoz@purist.soma.redhat.com> * docs/install.html: Update where to get automake, where to get binutils. * acinclude.m4: Need -fno-builtins too, so gcc doesn't recognize builtins. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34622 138bc75d-0d04-0410-961f-82ee72b054a4
* * cpplex.c (parse_name): Don't warn about $ in identifiers ifzack2000-06-205-6/+17
| | | | | | | | | | | skipping. * Makefile.in: Remove all references to HOST_INTLLIBS. * cp/method.c: Don't include hard-reg-set.h. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34621 138bc75d-0d04-0410-961f-82ee72b054a4
* * g++.old-deja/g++.other/dyncast6.C: New test.nathan2000-06-202-0/+76
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34620 138bc75d-0d04-0410-961f-82ee72b054a4
* * rtti.c (get_base_offset): Cope when vbase field is in a base.nathan2000-06-202-2/+21
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34619 138bc75d-0d04-0410-961f-82ee72b054a4
* 2000-06-20 Philipp Thomas <pthomas@suse.de>jle2000-06-202-1/+6
| | | | | | | | * config/pa/pa.h (TARGET_SWITCHES): Require binutils 2.10 or later for PA 2.0. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34618 138bc75d-0d04-0410-961f-82ee72b054a4
* * call.c (build_conditional_expr): Use VOID_TYPE_P.nathan2000-06-2012-42/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | * cvt.c (cp_convert_to_pointer): Likewise. (convert_to_void): Likewise. * error.c (dump_expr): Likewise. * except.c (complete_ptr_ref_or_void_ptr_p): Likewise. * init.c (build_delete): Likewise. * method.c (emit_thunk): Likewise. * optmize.c (declare_return_variable): Likewise. * rtti.c (get_tinfo_decl_dynamic): Likewise. (get_typeid): Likewise. (build_dynamic_cast_1): Likewise. * typeck.c (composite_pointer_type): Likewise. (common_type): Likewise. (build_indirect_ref): Likewise. (build_binary_op): Likewise. (build_x_compound_expr): Likewise. (check_return_expr): Likewise. * typeck2.c (add_exception_specifier): Likewise. * mangle.c (write_method_parms): Use direct comparison for end of parmlist. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34617 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.law2000-06-205-5/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34616 138bc75d-0d04-0410-961f-82ee72b054a4
* 2000-06-20 Bryce McKinlay <bryce@albatross.co.nz>bryce2000-06-205-291/+457
| | | | | | | | | | | | | * java/lang/ThreadGroup.java: Merged with classpath. * prims.cc (_Jv_RunMain): Don't use ain_group'. * gnu/gcj/runtime/FirstThread.java: Remove ThreadGroup constructor argument. * java/lang/Thread.java (Thread): Bootstrap initial thread from ThreadGroup.root if Thread.currentThread is null. Honour the ThreadGroup's max priority setting. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34615 138bc75d-0d04-0410-961f-82ee72b054a4
* 2000-06-19 Benjamin Kosnik <bkoz@soma.redhat.com>bkoz2000-06-204-423/+406
| | | | | | | | | | | | | * acinclude.m4 ((GLIBCPP_CHECK_MATH_SUPPORT): Revert last change. Add -Werror-implicit-function-declaration instead. Regenerate with fixed maintainer-tools. * aclocal.m4: Regenerate. * configure: Regenerate. * libio/Makefile.in: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34614 138bc75d-0d04-0410-961f-82ee72b054a4
* 2000-06-19 Benjamin Kosnik <bkoz@soma.redhat.com>bkoz2000-06-205-426/+428
| | | | | | | | | | | Regenerate with fixed maintainer-tools. * aclocal.m4: Regenerate. * configure: Regenerate. * libio/Makefile.in: Regenerate. * src/Makefile.in: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34613 138bc75d-0d04-0410-961f-82ee72b054a4
* 2000-06-19 Russell Davidson <russell@ehess.cnrs-mrs.fr>bkoz2000-06-206-638/+882
| | | | | | | | * testsuite/27_io/istream_extractor_arith.cc: Patch. * bits/locale_factets.tcc: Tweak. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34612 138bc75d-0d04-0410-961f-82ee72b054a4
* 2000-06-20 Bryce McKinlay <bryce@albatross.co.nz>bryce2000-06-208-24/+55
| | | | | | | | Imported version 5.1. * acinclude.m4: Push version to 5.1. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34610 138bc75d-0d04-0410-961f-82ee72b054a4
* 2000-06-19 Raja R Harinath <harinath@cs.umn.edu>bkoz2000-06-196-333/+354
| | | | | | | | | | | | | | | * src/Makefile.am: change @WERROR@ to $(WERROR) so that this can be overridden on the command line for individual files. 2000-06-19 Benjamin Kosnik <bkoz@soma.redhat.com> * acinclude.m4 (GLIBCPP_CHECK_MATH_SUPPORT): Can't use AC_LANG_CPLUSPLUS as this tries to link in libstdc++, Which we are building. Use -x c++ instead, which does not attempt to link libstdc++. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34608 138bc75d-0d04-0410-961f-82ee72b054a4
* This commit was generated by cvs2svn to compensate for changes in r34605,bryce2000-06-192-6/+42
| | | | | | | which included commits to RCS files with non-trunk default branches. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34606 138bc75d-0d04-0410-961f-82ee72b054a4
* * Take REG_INC notes into account.amylaar2000-06-192-0/+14
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34603 138bc75d-0d04-0410-961f-82ee72b054a4
* * c-parse.in (undeclared_variable_notice): Moved to c-typeck.c.zack2000-06-1912-1665/+1137
| | | | | | | | | | | | | | | | | | | | | (primary: IDENTIFIER): Just call build_external_ref. * c-parse.y, c-parse.c, objc/objc-parse.y, objc/objc-parse.c: Regenerate. * c-lex.c (lastiddecl): Remove. (yylex): Replace all instances of lastiddecl with local variables. * c-typeck.c (build_external_ref): New function. Treat decls with C_DECL_ANTICIPATED mostly the same as nonexistent decls. Look up the decl from the id here. Call lookup_objc_ivar. * c-lang.c (lookup_objc_ivar): Stub. * objc/objc-act.c (lookup_objc_ivar): New function. * c-tree.h: Prototype lookup_objc_ivar and build_external_ref. * c-lex.h: Don't declare lastiddecl. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34602 138bc75d-0d04-0410-961f-82ee72b054a4
* 2000-06-19 Benjamin Kosnik <bkoz@soma.redhat.com>bkoz2000-06-1914-715/+798
| | | | | | | | | | | | | | | | | | | | | | | | * docs/17_intro/contribute.html: Add bits about getting to the LWG issues pages. * docs/documentation.html: Rename link to make more accurate and scary. * docs/gccrebuild.html: Edit for clarity as these are no longer separate projects. * docs/install.html: Add bits about binutils for -ffunction-sections, -fdata-sections, -Wl,--gc-sections * configure.in: Add call for GLIBCPP_CHECK_COMPLEX_MATH_SUPPORT. * math/Makefile.am (EXTRA_DIST): Change USE_LONG_DOUBLE to USE_COMPLEX_LONG_DOUBLE. * acinclude.m4 (GLIBCPP_CHECK_MATH_SUPPORT): Break into GLIBCPP_CHECK_MATH_SUPPORT and GLIBCPP_CHECK_COMPLEX_MATH_SUPPORT. Works around irregularies in powerpc "C" compiler, but a good idea anyway. * acinclude.m4 (GLIBCPP_CHECK_COMPLEX_MATH_COMPILER_SUPPORT): New. Merge both old compiler bug checks for complex into this. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34601 138bc75d-0d04-0410-961f-82ee72b054a4
* 2000-06-19 Anthony Williams <anthony@anthonyw.cjb.net>bkoz2000-06-192-16/+23
| | | | | | | | * testsuite/21_strings/find.cc: Empty strings can be found at all positions. Modified. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34600 138bc75d-0d04-0410-961f-82ee72b054a4
* 2000-06-19 Branko Cibej <branko.cibej@hermes.si>bkoz2000-06-191-0/+288
| | | | | | | | * testsuite/20_utilities: New directory. * testsuite/20_utilities/auto_ptr.cc: New file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34599 138bc75d-0d04-0410-961f-82ee72b054a4
* 2000-06-19 Andrew Haley <aph@cygnus.com>aph2000-06-192-1/+8
| | | | | | | * os_dep.c (read): Pass two dummy args to syscall(). git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34598 138bc75d-0d04-0410-961f-82ee72b054a4
* * c-common.h (IF_COND): Added documentation.chelf2000-06-1911-707/+1214
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (THEN_CLAUSE): Likewise. (ELSE_CLAUSE): Likewise. (WHILE_COND): Likewise. (WHILE_BODY): Likewise. (DO_COND): Likewise. (DO_BODY): Likewise. (RETURN_EXPR): Likewise. (EXPR_STMT_EXPR): Likewise. (FOR_INIT_STMT): Likewise. (FOR_COND): Likewise. (FOR_EXPR): Likewise. (FOR_BODY): Likewise. (SWITCH_COND): Likewise. (SWITCH_BODY): Likewise. (CASE_LOW): Likewise. (CASE_HIGH): Likewise. (GOTO_DESTINATION): Likewise. (COMPOUND_BODY): Likewise. (ASM_CV_QUAL): Likewise. (ASM_STRING): Likewise. (ASM_OUTPUTS): Likewise. (ASM_INPUTS): Likewise. (ASM_CLOBBERS): Likewise. (DECL_STMT_DECL): Likewise. (STMT_EXPR_STMT): Likewise. (LABEL_STMT_LABEL): Likewise. * c-common.def: Added documenetion for SRCLOC, EXPR_STMT, COMPOUND_STMT, DECL_STMT, IF_STMT, FOR_STMT, WHILE_STMT, DO_STMT, RETURN_STMT, BREAK_STMT, CONTINUE_STMT, SWITCH_STMT, GOTO_STMT, LABEL_STMT, ASM_STMT, SCOPE_STMT, CASE_LABEL, STMT_EXPR. * cp/cp-tree.h (genrtl_try_block): Declare function. (genrtl_handler): Likewise. (genrtl_catch_block): Likewise. (genrtl_ctor_stmt): Likewise. (genrtl_subobject): Likewise. (genrtl_decl_cleanup): Likewise. (genrtl_do_poplevel): Likewise. (genrtl_do_pushlevel): Likewise. (genrtl_clear_out_block): Likewise. (genrtl_goto_stmt): Likewise. (genrtl_expr_stmt): Likewise. (genrtl_decl_stmt): Likewise. (genrtl_if_stmt): Likewise. (genrtl_while_stmt): Likewise. (genrtl_do_stmt): Likewise. (genrtl_return_stmt): Likewise. (genrtl_for_stmt): Likewise. (genrtl_break_stmt): Likewise. (genrtl_continue_stmt): Likewise. (genrtl_scope_stmt): Likewise. (genrtl_switch_stmt): Likewise. (genrtl_case_label): Likewise. (genrtl_begin_compound_stmt): Likewise. (genrtl_finish_compound_stmt): Likewise. (genrtl_compound_stmt): Likewise. (genrtl_asm_stmt): Likewise. (genrtl_named_return_value): Likewise. (genrtl_begin_stmt_expr): Likewise. (genrtl_finish_stmt_expr): Likewise. (finish_for_stmt): Removed first argument. (finish_switch_stmt): Likewise. * cp/semantics.c (genrtl_try_block): Define function. (genrtl_handler): Likewise. (genrtl_catch_block): Likewise. (genrtl_ctor_stmt): Likewise. (genrtl_subobject): Likewise. (genrtl_decl_cleanup): Likewise. (genrtl_do_poplevel): Likewise. (genrtl_do_pushlevel): Likewise. (genrtl_clear_out_block): Likewise. (genrtl_goto_stmt): Likewise. (genrtl_expr_stmt): Likewise. (genrtl_decl_stmt): Likewise. (genrtl_if_stmt): Likewise. (genrtl_while_stmt): Likewise. (genrtl_do_stmt): Likewise. (genrtl_return_stmt): Likewise. (genrtl_for_stmt): Likewise. (genrtl_break_stmt): Likewise. (genrtl_continue_stmt): Likewise. (genrtl_scope_stmt): Likewise. (genrtl_switch_stmt): Likewise. (genrtl_case_label): Likewise. (genrtl_begin_compound_stmt): Likewise. (genrtl_finish_compound_stmt): Likewise. (genrtl_compound_stmt): Likewise. (genrtl_asm_stmt): Likewise. (genrtl_named_return_value): Likewise. (genrtl_begin_stmt_expr): Likewise. (genrtl_finish_stmt_expr): Likewise. (finish_for_stmt): Removed first argument and generate rtl specific code. (finish_switch_stmt): Likewise. (do_poplevel): Removed generate rtl specific code. (do_pushlevel): Likewise. (add_tree): Likewise. (finish_goto_stmt): Likewise. (finish_expr_stmt): Likewise. (begin_if_stmt): Likewise. (finish_if_stmt_cond): Likewise. (finish_then_clause): Likewise. (begin_else_clause): Likewise. (finish_else_clause): Likewise. (finish_if_stmt): Likewise. (clear_out_block): Likewise. (begin_while_stmt): Likewise. (finish_while_stmt_cond): Likewise. (finish_while_stmt): Likewise. (begin_do_stmt): Likewise. (finish_do_body): Likewise. (finish_do_stmt): Likewise. (finish_return_stmt): Likewise. (begin_for_stmt): Likewise. (finish_for_init_stmt): Likewise. (finish_for_cond): Likewise. (finish_for_expr): Likewise. (finish_break_stmt): Likewise. (finish_continue_stmt): Likewise. (begin_switch_stmt): Likewise. (finish_switch_cond): Likewise. (finish_case_label): Likewise. (begin_try_block): Likewise. (begin_function_try_block): Likewise. (finish_try_block): Likewise. (finish_cleanup_try_block): Likewise. (finish_cleanup): Likewise. (finish_function_try_block): Likewise. (finish_handler_sequence): Likewise. (finish_function_handler_sequence): Likewise. (begin_handler): Likewise. (finish_handler_parms): Likewise. (begin_catch_block): Likewise. (finish_handler): Likewise. (begin_compound_stmt): Likewise. (finish_compound_stmt): Likewise. (finish_asm_stmt): Likewise. (finish_label_stmt): Likewise. (finish_label_decl): Likewise. (finish_subobject): Likewise. (finish_decl_cleanup): Likewise. (finish_named_return_value): Likewise. (begin_stmt_expr): Likewise. (finish_stmt_expr): Likewise. * cp/decl.c (initialize_local_var): Changed call to finish_expr_stmt to call genrtl_expr_stmt when appropriate. * cp/init.c (begin_init_stmts): Changed calls to begin_stmt_expr and begin_compound_expr to call genrtl_begin_stmt_expr and genrtl_begin_compound_expr when appropriate. (finish_init_stmts): Changed calls to finish_compound_expr and finish_stmt_expr to call genrtl_finish_compound_expr and genrtl_finish_stmt_expr when appropriate. (expand_default_init): Changed call to finish_expr_stmt to call genrtl_expr_stmt when appropriate. (build_vec_init): Likewise. * cp/parse.y (simple_stmt): Removed first argument from call to finish_for_stmt. Removed first argument from call to finish_switch_stmt. * cp/parse.c: Regenerated. * cp/pt.c (tsubst_expr): Removed first argument from call to finish_for_stmt. Removed first argument from call to finish_switch_stmt. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34597 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in (--enable-checking): Update --help doc to reflectghazi2000-06-193-4/+9
| | | | | | | new defaults. Ensure $ac_save_IFS is set before $IFS is changed. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34596 138bc75d-0d04-0410-961f-82ee72b054a4
* gcc/po:pthomas2000-06-192-2/+6
| | | | | | | | | 2000-06-19 Philipp Thomas <pthomas@suse.de> * POTFILES.in: change entries for dyn-string.[ch] git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34595 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.law2000-06-195-5/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34594 138bc75d-0d04-0410-961f-82ee72b054a4
* 2000-06-14 Benjamin Kosnik <bkoz@purist.soma.redhat.com>bkoz2000-06-1913-1320/+870
| | | | | | | | | | | | | | | | | | | | | | | * src/Makefile.am (string_sources): Simplify, assuming that with -ffunction-sections, -fdata-sections, -Wl,--gc-sections, all this hacking is not necessary. (wstring_sources): Same. (OPTIMIZE_CXXFLAGS): Enable -fdata-sections -ffunction-sections -Wl,--gc-sections. * src/string-inst.cc: Remove macro blocks. * mkcheck.in (CXX_FLAG): Add bits here. * src/string-inst.cc: Remove iostream-related string instantiations. * src/misc-inst.cc: Add here. * acinclude.m4 (GLIBCPP_CHECK_COMPILER_VERSION): Change FMTFLAGS to WFMT_FLAGS. * aclocal.m4: Regenerate. * configure.in: Change up. * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34593 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcse.c (insert_insn_end_bb): Always put after NOTE_INSN_BASIC_BLOCK.kenner2000-06-192-4/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34592 138bc75d-0d04-0410-961f-82ee72b054a4
* * function.c (put_var_into_stack): Don't reference DECL_ fieldskenner2000-06-192-25/+17
| | | | | | | | if input is a SAVE_EXPR. Use set_mem_attributes in COMPLEX case. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34591 138bc75d-0d04-0410-961f-82ee72b054a4
* * java/lang/natClass.cc (forName): Removed dead code. Initializetromey2000-06-183-56/+24
| | | | | | | returned class. For PR gcj/260. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34590 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/ia64/ia64-protos.h (process_for_unwind_directive): Declare.rth2000-06-187-189/+340
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (ia64_file_start): Declare. * config/ia64/ia64.h (ADDL_REGNO_P): Don't compare unsigned against 0. (GR_REGNO_P): Likewise. * config/ia64/ia64.c: Many prototypes. (ia64_reg_numbers): Constify. (ia64_input_reg_names, ia64_local_reg_names): Likewise. (ia64_section_threshold): Make unsigned. (ia64_print_operand): Constify. (fix_range): Constify. (ia64_init_builtins): Don't compare signed vs unsigned. (ia64_expand_builtin): Likewise. * config/ia64/ia64.h (EXTRA_CONSTRAINT): New. (CONSTRAINT_OK_FOR_Q): New. * config/ia64/ia64.md (movdi_internal): Use Q for fp<->mem. (movsf_internal, movdf_internal): Likewise. (cmovdi_internal): Rewrite so that constraints and predicates match; simplify splitters. (cmovsi_internal): Likewise. * config/ia64/ia64.h (ASM_SPEC): Add -x for gas. (ASM_FILE_START): New. * config/ia64/ia64.c (ia64_file_start): New. (rtx_needs_barrier): Handle pred.rel.mutex. (emit_predicate_relation_info): New. * config/ia64/ia64.md (pred_rel_mutex): New. * config/ia64/linux.h (ASM_SPEC): Define. * config/ia64/sysv4.h (ASM_FILE_START): Define. * config/ia64/ia64.c (ia64_encode_section_info): Fix thinko filtering global register variables. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34589 138bc75d-0d04-0410-961f-82ee72b054a4
* * c-common.c (add_c_tree_codes): Fix definition for traditional C.ghazi2000-06-182-1/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34588 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.law2000-06-185-5/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34587 138bc75d-0d04-0410-961f-82ee72b054a4