1. 25 Jul, 2004 31 commits
    • re PR c++/9283 (__attribute__((visibility ("hidden"))) not supported for class/struct) · d7afec4b
      	PR c++/9283
      	PR c++/15000
      	* c-common.c (c_common_attribute_table): Allow
      	handle_visibility_attribute to be called for types.
      	(handle_visibility_attribute) When given a type, set the visibility
      	bits on the TYPE_NAME.  When given a decl, don't set no_add_attrs
      	so that we can check later whether the attribute was present. Added
      	warning if attribute applied to non class type.
      	* c-decl.c (diagnose_mismatched_decls): Updated rules for merging
      	decls and checking that they are consistent.
      	* common.opt: Added -fvisibility.
      	* c.opt, c-opts.c: Added -fvisibility-inlines-hidden.
      	* c-pragma.h, c-pragma.c: Added handle_pragma_visibility().
      	* flags.h, tree.h: Added assorted support defines for overall patch
      	* opts.c: Added parsing support for -fvisibility.
      	* tree.c (build_decl): Set visibility for all decls to be whatever
      	is in force at that time.
      	* varasm.c (default_binds_local_p_1): Reworked logic determining
      	when to make a symbol locally bound.
      	* doc/invoke.texi: Added documentation for -fvisibility and
      	-fvisibility-inlines-hidden.
      
      	PR c++/15000
      	PR c++/9283
      	* class.c (check_field_decls): Apply hidden visibility if
      	-fvisibility-inlines-hidden and inlined unless otherwise specified
      	(build_vtable): Set vtable visibility to class visibility.
      	(check_field_decls): Default static member visibility to class
      	visibility.
      	(check_methods): Default method visibility to class visibility.
      	* cp-tree.h: Added CLASSTYPE_VISIBILITY and
      	CLASSTYPE_VISIBILITY_SPECIFIED macro.
      	* decl.c (duplicate_decls): New logic for merging definition decls
      	with declaration decls. Added ignore & warning when non default
      	applied to global operator new or delete.
      	* method.c, optimize.c, rtti.c: Added setting of VISIBILITY_SPECIFIED
      	wherever VISIBILITY was changed
      	* rtti.c (get_tinfo_decl): Set typeinfo visibility to class
      	visibility.
      	(tinfo_base_init): Set typeinfo name visibility to class visibility.
      
      	PR c++/9283
      	PR c++/15000
      	* gcc.dg/visibility-9.c, gcc.dg/visibility-a.c: New tests.
      	* g++.dg/ext/visibility/: New directory.
      	* g++.dg/ext/visibility-1.C, g++.dg/ext/visibility-2.C
      	g++.dg/ext/visibility-3.C, g++.dg/ext/visibility-4.C,
      	g++.dg/ext/visibility-5.C, g++.dg/ext/visibility-6.C,
      	g++.dg/ext/visibility-7.C: Move to g++.dg/ext/visibility/.
      	* g++.dg/ext/visibility/fvisibility.C,
      	g++.dg/ext/visibility/fvisibility-inlines-hidden.C,
      	g++.dg/ext/visibility/fvisibility-override1.C
      	g++.dg/ext/visibility/fvisibility-override2.C
      	g++.dg/ext/visibility/memfuncts.C
      	g++.dg/ext/visibility/noPLT.C
      	g++.dg/ext/visibility/pragma.C
      	g++.dg/ext/visibility/pragma-override1.C
      	g++.dg/ext/visibility/pragma-override2.C
      	g++.dg/ext/visibility/staticmemfuncts.C
      	g++.dg/ext/visibility/virtual.C: New tests.
      
      Co-Authored-By: Brian Ryner <bryner@brianryner.com>
      
      From-SVN: r85167
      Niall Douglas committed
    • basic-block.h (reorder_block_def): Rename to reorder_block_def_p. · 28dab132
      	* basic-block.h (reorder_block_def): Rename to reorder_block_def_p.
      	* c-common.c: Add missing casts from void * to other types.
      	* c-decl.c: Likewise.
      	* c-format.c: Likewise.
      	* c-lex.c: Likewise.
      	* c-pragma.c: Likewise.
      	* c-typeck.c: Likewise.
      	* defaults.h: Likewise.
      	* genconstants.c: Likewise.
      	* gengtype-lex.l: Likewise.
      	* genmodes.c: Likewise.
      	* read-rtl.c: Likewise.
      	* rtl.c: Likewise.
      
      From-SVN: r85166
      Bernardo Innocenti committed
    • Add a few missing items to a ChangeLog entry of mine. · 4f3d87d6
      From-SVN: r85164
      Bernardo Innocenti committed
    • bitmap.c: Use type-safe memory allocation macros from libiberty. · 5d038c4c
      	* bitmap.c: Use type-safe memory allocation macros from libiberty.
      	* c-common.c: Likewise.
      	* c-decl.c: Likewise.
      	* c-lang.c: Likewise.
      	* c-lex.c: Likewise.
      	* c-opts.c: Likewise.
      	* c-parse.in: Likewise.
      	* c-typeck.c: Likewise.
      	* genconditions.c: Likewise.
      	* gengtype-lex.l: Likewise.
      	* gengtype-yacc.y: Likewise.
      	* gengtype.c: Likewise.
      	* genmodes.c: Likewise.
      	* gensupport.c: Likewise.
      	* read-rtl.c: Likewise.
      	* read-rtl.c (read_constants): Use INSERT instead of TRUE in call to
      	htab_find_slot().
      
      From-SVN: r85163
      Bernardo Innocenti committed
    • Fix a ChangeLog entry. · b12a6482
      From-SVN: r85162
      Bernardo Innocenti committed
    • c-decl.c (groktypename, [...]): Rename variable typename to type_name. · 89658955
      	* c-decl.c (groktypename, groktypename_in_param_context): Rename
      	variable typename to type_name.
      	* c-lex.c (interpret_float): Likewise.
      
      From-SVN: r85161
      Bernardo Innocenti committed
    • convert.c (convert_to_real, [...]): Replace calls to build with calls to buildN. · 3244e67d
      
      	* convert.c (convert_to_real, convert_to_integer,
      	convert_to_complex): Replace calls to build with calls to buildN.
      	* coverage.c (tree_coverage_counter_ref): Likewise.
      	* dojump.c (do_jump): Likewise.
      	* dwarf2out.c (loc_descriptor_from_tree): Likewise.
      	* emit-rtl.c (component_ref_for_mem_expr,
      	set_mem_attributes_minus_bitpos): Likewise.
      	* explow.c (update_nonlocal_goto_save_area): Likewise.
      	* expmed.c (expand_shift, make_tree, const_mult_add_overflow_p,
      	expand_mult_add): Likewise.
      	* expr.c (emit_block_move_via_libcall, clear_storage_via_libcall,
      	store_constructor, get_inner_reference, expand_expr_real_1,
      	try_casesi, try_tablejump): Likewise.
      	* function.c (expand_function_start): Likewise.
      	* stmt.c (emit_case_bit_tests, expand_end_case_type,
      	node_has_low_bound, node_has_high_bound, emit_case_nodes): Likewise.
      	* stor-layout.c (place_union_field, layout_type): Likewise.
      	* tree.c (substitute_in_expr, tree_fold_gcd): Likewise.
      	* varasm.c (copy_constant): Likewise.
      
      From-SVN: r85160
      Roger Sayle committed
    • c-common.c: Rename all identifiers named `new'. · 53ed1a12
      	* c-common.c: Rename all identifiers named `new'.
      	* c-decl.c: Likewise.
      	* gensupport.c: Likewise.
      	* simplify-rtx.c: Likewise.
      
      From-SVN: r85159
      Bernardo Innocenti committed
    • re PR c/15360 (c99: extern w/initializer; extern w/internal linkage) · bbbcb2e1
      	PR c/15360
      	* c-decl.c (start_decl): Do not set DECL_EXTERNAL for initialized
      	declarations until after calling pushdecl.
      	(grokdeclarator): Set DECL_EXTERNAL for variables based on use of
      	"extern" and not on whether the declaration is initialized.
      
      testsuite:
      	* gcc.dg/pr15360-1.c: New test.
      
      From-SVN: r85156
      Joseph Myers committed
    • * config.gcc (i[34567]86-*-solaris2*, sparc64-*-solaris2*) · 07a43492
      	(sparc-*-solaris2*): Include sol2.o and sol2-protos.h.
      	* config/sol2-c.c: Include "tm.h", "tm_p.h", "toplev.h",
      	"cpplib.h", "c-pragma.h", "c-common.h".
      	(solaris_pragma_align, solaris_pragma_init, solaris_pragma_fini)
      	(solaris_register_pragmas): New functions.
      	* config/sol2-protos.h: New file.
      	* config/sol2.c: New file.
      	* config/sol2.h (SOLARIS_ATTRIBUTE_TABLE, ASM_DECLARE_FUNCTION_SIZE)
      	(REGISTER_TARGET_PRAGMAS): New macros.
      	(solaris_pending_aligns, solaris_pending_inits)
      	(solaris_pending_finis): New variables.
      	* config/t-sol2 (sol2-c.o): Update dependencies.
      	(sol2.o): New rule.
      	* config/i386/i386.c (TARGET_INSERT_ATTRIBUTES): Define in terms of
      	SUBTARGET_INSERT_ATTRIBUTES.
      	(ix86_attribute_table): Include SUBTARGET_ATTRIBUTE_TABLE.
      	* config/i386/sol2.h (SUBTARGET_INSERT_ATTRIBUTES)
      	(SUBTARGET_ATTRIBUTE_TABLE, ASM_OUTPUT_CALL): Define.
      	* config/sparc/elf.h (ASM_DECLARE_FUNCTION_SIZE): Redefine.
      	* config/sparc/sp64-elf.h (ASM_DECLARE_FUNCTION_SIZE): Redefine.
      	* config/sparc/sol2.h (SUBTARGET_INSERT_ATTRIBUTES)
      	(SUBTARGET_ATTRIBUTE_TABLE, ASM_OUTPUT_CALL): Define.
      	* config/sparc/sparc.c (sparc_attribute_table): New.
      	(TARGET_INSERT_ATTRIBUTES): Define in terms of
      	SUBTARGET_INSERT_ATTRIBUTES.
      	(TARGET_ATTRIBUTE_TABLE): Define if SUBTARGET_ATTRIBUTE_TABLE
      	is defined.
      	* doc/extend.texi (Solaris Pragmas): New section.
      
      From-SVN: r85155
      Daniel Jacobowitz committed
    • pragma-align-2.c: New test. · dfe79cab
      	* gcc.dg/pragma-align-2.c: New test.
      	* gcc.dg/pragma-init-fini.c: New test.
      	* gcc.dg/pragma-align.c: Change from compile to run.  Run on Solaris
      	targets.
      
      From-SVN: r85154
      Daniel Jacobowitz committed
    • c-common.c: Rename all identifiers named `class' to `cl'. · e3a64162
      	* c-common.c: Rename all identifiers named `class' to `cl'.
      	* c-decl.c: Likewise.
      	* c-common.h: Likewise.
      	* c-parse.in: Likewise.
      	* c-typeck.c: Likewise.
      	* genmodes.c: Likewise.
      	* real.c: Likewise.
      	* real.h: Likewise.
      	* recog.c: Likewise.
      	* recog.h: Likewise.
      	* regrename.c: Likewise.
      	* tree.h: Likewise.
      
      From-SVN: r85153
      Bernardo Innocenti committed
    • decl.c: Rename all identifiers named `class' to `cl'. · eab03d5a
      	* decl.c: Rename all identifiers named `class' to `cl'.
      	* cp-tree.h: Likewise.
      
      From-SVN: r85151
      Bernardo Innocenti committed
    • cp-tree.h (TYPE_SET_PTRMEMFUNC_TYPE): Use GGC_CNEW. · 99dd239f
              * cp-tree.h (TYPE_SET_PTRMEMFUNC_TYPE): Use GGC_CNEW.
              * typeck2.c (abstract_virtuals_error): Use GGC_NEW.
              * name-lookup.c (binding_entry_make): Use GGC_NEW.
              (binding_table_construct): Use GGC_CNEWVEC.
              (binding_table_new): Use GGC_NEW.
              (cxx_binding_make): Likewise.
              (begin_scope): Likewise.
              (push_to_top_level): Use GCC_CNEW.
              * parser.c (cp_token_cache_new): Likewise.
              (cp_token_cache_push_token): Likewise.
              (cp_lexer_new_main): Likewise.
              (cp_lexer_new_from_tokens): Likewise.
              (cp_parser_context_new): Likewise.
              (cp_parser_new): Likewise.
              (cp_lexer_new_from_tokens): Use GGC_NEWVEC.
              * lex.c (cxx_make_type): Use GGC_CNEW.
              (retrofit_lang_decl): Use GGC_NEWVAR.
              (cxx_dup_lang_specific_decl): Likewise.
              (copy_lang_type): Likewise.
              * decl.c (use_label): Use GGC_NEW instead of ggc_alloc.
              (save_function_data): Likewise.
              (lookup_label): Use GGC_CNEW instead of ggc_alloc_cleared.
              (cxx_push_function_context): Likewise.
      
      From-SVN: r85150
      Gabriel Dos Reis committed
    • regmove.c (optimize_reg_copy_1): Don't try to replace call-used hard registers. · 97b69e51
      	* regmove.c (optimize_reg_copy_1): Don't try to replace call-used
      	hard registers.
      
      From-SVN: r85149
      Daniel Jacobowitz committed
    • tree-ssa-operands.c (get_stmt_operands, [...]): Handle ARRAY_RANGE_REF like ARRAY_REF. · a9315f66
      	* tree-ssa-operands.c (get_stmt_operands, get_expr_operands):
      	Handle ARRAY_RANGE_REF like ARRAY_REF.
      
      From-SVN: r85148
      Richard Kenner committed
    • Remove obsolete text in comment. · a3546141
      From-SVN: r85147
      Richard Kenner committed
    • c-typeck.c (digest_init): Don't allow arrays of signed or unsigned variants of… · 197463ae
      c-typeck.c (digest_init): Don't allow arrays of signed or unsigned variants of wchar_t to be initialized...
      
      	* c-typeck.c (digest_init): Don't allow arrays of signed or
      	unsigned variants of wchar_t to be initialized by wide string
      	constants.  Do allow arrays of enumerated types compatible with
      	wchar_t to be initialized by wide string constants.  Refine tests
      	distinguishing wide and narrow strings and arrays.  Give specific
      	error for arrays of other integer types initialized by string
      	constants.
      	(output_init_element, process_init_element): Check for
      	INTEGRAL_TYPE_P rather than just for INTEGER_TYPE when
      	initializing with string constants.
      
      testsuite:
      	* gcc.dg/init-string-2.c: New test.
      
      From-SVN: r85146
      Joseph Myers committed
    • c-decl.c (start_function): Set DECL_ARTIFICIAL and DECL_IGNORED_P on the RESULT_DECL. · b785f485
              * c-decl.c (start_function): Set DECL_ARTIFICIAL and DECL_IGNORED_P
              on the RESULT_DECL.
              * cgraphunit.c (cgraph_build_static_cdtor): Likewise.
              * integrate.c (copy_decl_for_inlining): Copy DECL_ARTIFICIAL and
              DECL_IGNORED_P to new decl.
      ada/
              * utils.c (create_subprog_decl): Set DECL_ARTIFICIAL and
              DECL_IGNORED_P on RESULT_DECL.
      cp/
              * decl.c (start_preparsed_function): Set DECL_ARTIFICIAL and
              DECL_IGNORED_P on RESULT_DECL.
              * semantics.c (finalize_nrv): Copy them too.
      fortran/
              * trans-decl.c (gfc_build_function_decl): Set DECL_ARTIFICIAL
              and DECL_IGNORED_P on RESULT_DECL.
              (gfc_generate_constructors): Likewise.
      java/
              * decl.c (build_result_decl): Set DECL_ARTIFICIAL and DECL_IGNORED_P.
      
      From-SVN: r85145
      Richard Henderson committed
    • [multiple changes] · 78d8e0f9
      2004-07-24  Zack Weinberg  <zack@codesourcery.com>
      
      	* config/ia64/ia64.c (general_xfmode_operand)
      	(destination_xfmode_operand): Delete.
      	* config/ia64/ia64.h (PREDICATE_CODES): Remove them.
      	* config/ia64/ia64.md (*movxf_internal): Use general_operand
      	and destination_operand.
      
      2004-07-24  Alexander Kabaev  <kan@freebsd.org>
      
      	* config/ia64/ia64.h (SUBTARGET_EXTRA_SPECS): Default to nothing.
      	(EXTRA_SPECS): Use SUBTARGET_EXTRA_SPECS.
      
      From-SVN: r85141
      Zack Weinberg committed
    • Zack Weinberg <zack@codesourcery.com · c5e36c09
      2004-07-24  Alexander Kabaev  <kan@freebsd.org>
      	    Zack Weinberg  <zack@codesourcery.com
      
      	PR 16684
      	* c-decl.c (diagnose_mismatched_decls): Don't issue a
      	redundant-declaration warning the first time a builtin is
      	declared explicitly.
      testsuite:
      	* gcc.dg/Wredundant-decls-1.c: New test case.
      
      From-SVN: r85140
      Zack Weinberg committed
    • * tree.h (staticp): Change return type to bool. · 9d55a966
      From-SVN: r85139
      Bernardo Innocenti committed
    • c-common.h (c_staticp): Change return type from int to bool. · ea06b166
      	* c-common.h (c_staticp): Change return type from int to bool.
      	* tree.c (staticp): Likewise.
      	* langhooks.h (staticp): Likewise.
      
      From-SVN: r85137
      Bernardo Innocenti committed
    • langhooks-def.h (lhd_staticp): Change return type from int to bool in prototype… · 02a0b1f2
      langhooks-def.h (lhd_staticp): Change return type from int to bool in prototype to match definition.
      
      	* langhooks-def.h (lhd_staticp): Change return type from int to
      	bool in prototype to match definition.
      
      From-SVN: r85136
      Bernardo Innocenti committed
    • system.h (bool, [...]): Don't redefine as preprocessor macros in C++. · ca79179c
      	* system.h (bool, true, false): Don't redefine as preprocessor macros
      	in C++.
      
      From-SVN: r85135
      Bernardo Innocenti committed
    • expmed.c (init_expmed): A signed modulus by a power of two is considered cheap if... · 8b91e18c
      
      	* expmed.c (init_expmed): A signed modulus by a power of two is
      	considered cheap if its less than or equal to four instructions.
      
      From-SVN: r85134
      Roger Sayle committed
    • ggc.h (GGC_NEW, [...]): New macros. · c32118f9
      	* ggc.h (GGC_NEW, GGC_CNEW, GGC_NEWVEC, GGC_CNEWVEC, GGC_NEWVAR,
      	GGC_CNEWVAR): New macros.
      
      From-SVN: r85133
      Bernardo Innocenti committed
    • Daily bump. · 264c4bdc
      From-SVN: r85131
      GCC Administrator committed
    • c-common.c: Convert ATTRIBUTE_UNUSED to ARG_UNUSED in parameter lists. · e18476eb
      	* c-common.c: Convert ATTRIBUTE_UNUSED to ARG_UNUSED in parameter
      	lists.
      	* c-decl.c: Likewise.
      	* c-format.c: Likewise.
      	* c-lex.c: Likewise.
      	* c-opts.c: Likewise.
      	* c-pragma.c: Likewise.
      	* c-typeck.c: Likewise.
      	* gencheck.c: Likewise.
      	* genconditions.c: Likewise.
      	* genconfig.c: Likewise.
      	* genflags.c: Likewise.
      	* gengtype.c: Likewise.
      	* gensupport.c: Likewise.
      	* ggc-none.c: Likewise.
      	* langhooks.c: Likewise.
      	* statistics.h: Likewise.
      	* stub-objc.c: Likewise.
      	* java/decl.c: Likewise.
      
      From-SVN: r85128
      Bernardo Innocenti committed
  2. 24 Jul, 2004 9 commits