- 13 Sep, 2000 2 commits
-
-
* decl.c (maybe_deduce_size_from_array_init): Set do_default for all non-extern arrays. * decl.c (grokdeclarator): Complain about 'friend T' for implicit typenames, too. Downgrade complaint to pedwarn. (xref_tag): Warn about surprising behavior of 'friend struct T'. * decl2.c (handle_class_head): Generate a TYPENAME_TYPE for 'class This::Inherited'. From-SVN: r36382
Jason Merrill committed -
From-SVN: r36381
Jason Merrill committed
-
- 12 Sep, 2000 37 commits
-
-
* c-lex.c (lex_string): Use charwidth to compute bytemask. * expr.c (expand_expr): Don't optimize constant array references initialized with wide string constants. From-SVN: r36380
Jakub Jelinek committed -
From-SVN: r36379
Jeff Law committed -
* expr.c (pop_type_0): Return `Object' if trying to merge two interface types. * verify.c (merge_types): Don't return `TYPE_UNKNOWN' for interface types; `Object' is always a valid supertype. From-SVN: r36378
Tom Tromey committed -
Fix for PR gcj/33: * jv-scan.c (help): Document --encoding. (options): Added `encoding' entry. (OPT_ENCODING): New define. (main): Handle --encoding. Include <langinfo.h> if nl_langinfo exists. * lang-options.h: Document --classpath, --CLASSPATH, --main, and --encoding. * jcf-parse.c Include <langinfo.h> if we have nl_langinfo. (parse_source_file): Correctly call java_init_lex. Added `finput' argument. Use nl_langinfo to determine default encoding. * java-tree.h (current_encoding): Declare. * parse.y (java_parser_context_restore_global): Don't restore `finput'. (java_parser_context_save_global): Don't set `finput' field. (java_pop_parser_context): Don't restore `finput'. Free old lexer if required. * lang.c (current_encoding): New global. (lang_decode_option): Recognize `-fencoding='. (finish_parse): Don't close finput. * parse.h (struct parser_ctxt): Removed `finput' and `unget_utf8_value' fields. Added `lexer' field. (java_init_lex): Fixed declaration. * lex.c (java_new_lexer): New function. (java_destroy_lexer): Likewise. (java_read_char): Added `lex' argument. Handle iconv case. (java_read_unicode): Added `lex' argument. Count backslashes in lexer structure. (java_init_lex): Added `finput' and `encoding' arguments. Set `lexer' field in ctxp. (BAD_UTF8_VALUE): Removed. (java_lex): Handle seeing UEOF in the middle of a string literal. * lex.h: Include <iconv.h> if HAVE_ICONV defined. (java_lexer): New structure. (UNGETC): Removed. (GETC): Removed. (DEFAULT_ENCODING): New define. (java_destroy_lexer): Declare. From-SVN: r36377
Tom Tromey committed -
Fix for PR gcj/343: * lex.c (java_init_lex): Initialize java_io_serializable. * parse.y (java_io_serializable): New global. (valid_ref_assignconv_cast_p): An array can be cast to serializable. From-SVN: r36376
Tom Tromey committed -
From-SVN: r36375
Michael Hayes committed -
From-SVN: r36374
William Cohen committed -
* ifcvt.c (noce_process_if_block): If A and B are the same, and no else block, and X has side-effects, then fail. From-SVN: r36373
Jim Wilson committed -
2000-09-12 Benjamin Kosnik <bkoz@purist.soma.redhat.com> * testsuite/22_locale/global_templates.cc (test01): Add negative tests for use_facet. * bits/localefwd.h (locale::operator()): Minor tweaks. * bits/locale_facets.tcc (locale::operator()): Same. * testsuite/22_locale/operators.cc: New file. * testsuite/22_locale/facet.cc (output_iterator): Remove gnu_input_iterator, gnu_output_iterator. From-SVN: r36372
Benjamin Kosnik committed -
(trap_cmp_op, mips_gen_conditional_trap): New func decls. * config/mips/mips.h (ISA_HAS_COND_TRAP): New macro. (PREDICATE_CODES): Add "trap_cmp_op". * config/mips/mips.c (trap_cmp_op, mips_gen_conditional_trap): New functions. * config/mips/mips.md (trap, conditional_trap): New patterns. From-SVN: r36371
Greg McGary committed -
From-SVN: r36370
Bernd Schmidt committed -
* gcc.c-torture/execute/widechar-2.c: New test for wchar_t constant by Ulrich Drepper <drepper@redhat.com>. From-SVN: r36369
Andreas Jaeger committed -
From-SVN: r36368
J"orn Rennecke committed -
From-SVN: r36367
Kazu Hirata committed -
From-SVN: r36366
Kaveh Ghazi committed -
* decl.c (finish_case_label): Given the LABEL_DECL a DECL_CONTEXT. From-SVN: r36365
Mark Mitchell committed -
From-SVN: r36364
Kazu Hirata committed -
* builtins.c (built_in_decls): New array. (expand_builtin_fputs): New function. (expand_builtin): Handle BUILT_IN_FPUTC and BUILT_IN_FPUTS. * builtins.def (BUILT_IN_FPUTC, BUILT_IN_FPUTS): New members. * c-common.c (c_common_nodes_and_builtins): Handle fputc/fputs. * tree.h (built_in_decls): New array. From-SVN: r36363
Kaveh R. Ghazi committed -
* convex.md: Use "+" instead of "=" for outputs wrapped in a STRICT_LOW_PART. * i370.md, i386.md, ns32k.md, sh.md, vax.md: Likewise. From-SVN: r36362
Jeffrey A Law committed -
From-SVN: r36361
Kazu Hirata committed -
* c-common.h (genrtl_clear_out_block): Remove. * c-semantics.c (genrtl_clear_out_block): Remove. (genrtl_while_stmt): Don't call it. (genrtl_for_stmt): Likewise. From-SVN: r36360
Mark Mitchell committed -
From-SVN: r36359
Bruce Korb committed -
* c-typeck.c (process_init_element): Avoid union init warnings on floating point zero. Don't crash on unions containing structs. testsuite: * gcc.dg/wtr-union-init-2.c, gcc.dg/wtr-union-init-3.c: New tests. From-SVN: r36358
Kaveh R. Ghazi committed -
* config/sh/sh.h (PREDICATE_CODES): Add CONST_DOUBLE to general_movsrc_operand, and remove CONST_INT from general_movdst_operand. From-SVN: r36357
Alexandre Oliva committed -
* error.c (TFF_PLAIN_IDENTIFIER, TFF_NAMESPACE_SCOPE, TFF_CLASS_SCOPE, TFF_CHASE_NAMESPACE_ALIAS, TFF_CHASE_TYPDEF, TFF_DECL_SPECIFIERS, TFF_CLASS_KEY_OR_ENUM, TFF_RETURN_TYPE, TFF_FUNCTION_DEFAULT_ARGUMENTS, TFF_EXCEPTION_SPECIFICATION, TFF_TEMPLATE_HEADER, TFF_TEMPLATE_DEFAULT_ARGUMENTS, TFF_SCOPE): New macros. (sorry_for_unsupported_tree, print_scope_operator, print_left_paren, print_right_paren, print_left_bracket, print_right_bracket, print_whitespace): Likewise. (aggr_variety): Rename to class_key_or_enum. (print_type): Rename to print_type_id. (print_type_specifier_seq, print_simple_type_specifier, print_elaborated_type_specifier, print_rest_of_abstract_declarator, print_parameter_declaration_clause, print_exception_specification, print_nested_name_specifier, print_template_id, typedef_original_name, print_template_argument_list_start, print_template_argument_list_end): New functions. From-SVN: r36356
Gabriel Dos Reis committed -
From-SVN: r36355
Gabriel Dos Reis committed -
From-SVN: r36354
Bernd Schmidt committed -
From-SVN: r36353
Jeff Law committed -
2000-09-12 Philipp Thomas <pthomas@suse.de> * POTFILES.in: Remove yet more files caught by the new checking target. * gcc.pot: Regenerated. * cat-id-tbl.c: Likewise. From-SVN: r36352
Philipp Thomas committed -
From-SVN: r36351
Alexandre Oliva committed -
* c-common.h (genrtl_clear_out_block): Remove. * c-semantics.c (genrtl_clear_out_block): Remove. (genrtl_while_stmt): Don't call it. (genrtl_for_stmt): Likewise. * cp-tree.h (struct saved_scope): Remove x_function_parms. (current_function_parms): Don't define. (struct cp_language_function): Remove parms_stored. (current_function_just_assigned_this): Don't define. (current_function_parms_stored): Likewise. (static_ctors): Declare. (static_dtors): Likewise. (SF_EXPAND): Don't define. (expand_start_early_try_stmts): Remove declaration. (store_parm_decls): Likewise. * decl.c (static_ctors): Don't declare. (static_dtors): Likewise. (struct binding_level): Remove this_block. (poplevel): Remove dead code. (set_block): Likewise. (mark_binding_level): Don't mark this_block. (mark_saved_scope): Don't mark x_function_parms. (init_decl_processing): Don't add current_function_parms as a GC root. (check_function_type): Change prototype. (start_function): Remove RTL-generation code. (expand_start_early_try_stmts): Remove. (store_parm_decls): Give it internal linkage. Remove RTL-generation code. (finish_function): Remove RTL-generation code. * decl2.c (static_ctors): Fix formatting. (static_dtors): Likewise. * method.c (use_thunk): Don't call store_parm_decls. (synthesize_method): Likewise. * optimize.c (maybe_clone_body): Likewise. * parse.y (fn.def2): Likewise. (.set_base_init): Likewise. (nodecls): Likewise. * pt.c (instantiate_decl): Likewise. * rtti.c (synthesize_tinfo_fn): Likewise. * semantics.c (genrtl_try_block): Simplify. (expand_body): Use genrtl_start_function and genrtl_finish_function. (genrtl_start_function): New function. (genrtl_finish_function): Likewise. From-SVN: r36350
Mark Mitchell committed -
2000-09-12 Philipp Thomas <pthomas@suse.de> * POTFILES.in: Remove c-gperf.h, c-iterate.c, cp/hash.h, cp/input.c, c-parse.h and cppulp.c. From-SVN: r36349
Philipp Thomas committed -
2000-09-12 Philipp Thomas <pthomas@suse.de> * Makefile.in.in (stamp-check-pot): Don't use $@ in rule. From-SVN: r36348
Philipp Thomas committed -
* cppfiles.c: Move all default-#defines to top of file. (open_include_file): Replace by lookup_include_file. (read_with_read, read_file): Merged into read_include_file. (stack_include_file, purge_cache): New functions. (close_cached_fd): Delete. (lookup_include_file, read_include_file, _cpp_pop_file_buffer): Cache the in-memory buffer, not the file descriptor. * cpphash.h (struct include_file): Add buffer, st, refcnt, mapped fields. (xcnew): New utility macro. (DO_NOT_REREAD, NEVER_REREAD): Move up by struct include_file. * cpplib.h (struct cpp_buffer): Remove mapped field. * cpplex.c (parse_string): Accept backslash space newline as a line continuation. (lex_line): Likewise. (_cpp_get_token): Remove hard limit on macro nesting. testsuite: * gcc.dg/cpp/backslash.c: New test. From-SVN: r36347
Zack Weinberg committed -
2000-09-12 Philipp Thomas <pthomas@suse.de> * Makefile.in.in (stamp-check-pot): New target used for checking POTFILES. * gcc.pot: Regenerated. * cat-tbl-id.c: Likewise. From-SVN: r36346
Philipp Thomas committed -
2000-09-12 Philipp Thomas <pthomas@suse.de> * aclocal.m4 (AM_WITH_NLS): Don't force use of included gettext. * configure: Rebuilt. From-SVN: r36345
Philipp Thomas committed -
2000-09-11 Benjamin Kosnik <bkoz@purist.soma.redhat.com> * acinclude.m4 (GLIBCPP_CHECK_GNU_MAKE): Remove test != "0". * aclocal.m4: Regenerate. * configure: Regenerate. * bits/c++config (__GLIBCPP__): Update, in the hopes of making a snapshot release soon. (_GNU_SOURCE): Define this in the header files, as ISO C99 support is pretty much assumed. * testsuite/22_locale/global_templates.cc: New file. Add tests for use_facet and has_facet. * bits/codecvt.h (codecvt<_InT, _ExT, __enc_traits>::do_out): Modify/correct iconv signatures for glibc2.2. From-SVN: r36344
Benjamin Kosnik committed
-
- 11 Sep, 2000 1 commit
-
-
* flow.c (split_block): Fix update of registers live at end of split block. From-SVN: r36343
Michael Hayes committed
-