1. 14 Jun, 2000 5 commits
    • tree.h (TYPE_USER_ALIGN, [...]): Define. · 11cf4d18
      	* tree.h (TYPE_USER_ALIGN, DECL_USER_ALIGN): Define.
      	(struct tree_type, struct tree_decl): Add user_align member.
      	* stor-layout.c (layout_decl): Set DECL_USER_ALIGN.
      	(place_union_field): If BIGGEST_FIELD_ALIGNMENT is defined
      	and DECL_USER_ALIGN 0, cap alignment to this value.
      	(place_field): Likewise.
      	(finalize_type_size): Set TYPE_USER_ALIGN.
      	(layout_type): Likewise.
      	(initialize_sizetypes): Likewise.
      	* c-common.c (decl_attributes): Set TYPE_USER_ALIGN resp.
      	DECL_USER_ALIGN to 1.
      	* c-decl.c (duplicate_decls): Set DECL_USER_ALIGN.
      	(xfer_tag): Set TYPE_USER_ALIGN.
      	(finish_struct): Set DECL_USER_ALIGN resp. TYPE_USER_ALIGN.
      	(finish_enum): Likewise.
      	* stmt.c (expand_decl): Set DECL_USER_ALIGN.
      	(expand_anon_union_decl): Likewise.
      	* tree.c (make_node): Set DECL_USER_ALIGN resp. TYPE_USER_ALIGN.
      	(build_index_type): Set TYPE_USER_ALIGN.
      	(build_range_type): Likewise.
      	(build_common_tree_nodes_2): Likewise.
      	* tm.texi (BIGGEST_FIELD_ALIGNMENT): Document the changed meaning.
      
      ch/:
      	* decl.c (init_decl_processing): Set TYPE_USER_ALIGN.
      	(layout_enum): Set DECL_USER_ALIGN resp. TYPE_USER_ALIGN.
      	* typeck.c (layout_chill_range_type): Set TYPE_USER_ALIGN.
      	(apply_chill_field_layout): Set DECL_USER_ALIGN.
      	(layout_chill_struct_type): Set TYPE_USER_ALIGN.
      
      cp/:
      	* class.c (build_secondary_vtable): Set DECL_USER_ALIGN.
      	(check_bitfield_decl, check_field_decl): Likewise.
      	(build_vtbl_or_vbase_field, build_base_field): Likewise.
      	(layout_class_type): Set DECL_USER_ALIGN resp. CLASSTYPE_USER_ALIGN.
      	* decl.c (record_unknown_type): Set TYPE_USER_ALIGN.
      	(xfer_tag, finish_enum): Likewise.
      	* decl2.c (finish_builtin_type): Likewise.
      	* init.c (init_init_processing): Likewise.
      	* pt.c (instantiate_class_template): Likewise.
      	* rtti.c (get_tinfo_decl, synthesize_tinfo_fn): Set DECL_USER_ALIGN.
      	* cp-tree.h (struct lang_type): Add user_align member.
      	(CLASSTYPE_USER_ALIGN): Define.
      
      f/:
      	* com.c (ffecom_transform_common_): Set DECL_USER_ALIGN.
      	(ffecom_transform_equiv_, ffecom_decl_field): Likewise.
      	(ffecom_init_0): Set DECL_USER_ALIGN resp. TYPE_USER_ALIGN.
      	(duplicate_decls): Set DECL_USER_ALIGN.
      
      java/:
      	* typeck.c (build_java_array_type): Set TYPE_USER_ALIGN.
      	* parse.y (java_complete_class): Set DECL_USER_ALIGN.
      	* parse.c: Rebuilt.
      
      From-SVN: r34541
      Jakub Jelinek committed
    • configure.in: Use --enable-checking=misc,tree,gc by default if... · 51d0e20c
              * configure.in: Use --enable-checking=misc,tree,gc by default if
              no --enable-checking option is given and for
              --enable-checking=yes.
              * configure: Rebuilt.
      
      From-SVN: r34540
      Andreas Jaeger committed
    • [multiple changes] · 5ae55a2e
      
      2000-06-13  Steven King  <sxking@uswest.net>
      
              * acinclude.m4:  Fixup some of the builtin math tests and add tests for
              __builtin_fmod* and test libm for fmodf, fmodl or _fmodf, _fmodl.
              * acconfig.h: Add entries for fmod*.
      
      2000-06-13  Branko Cibej  <branko.cibej@hermes.si>
      
              * bits/std_cmath.h:  Fix typos in tests (*_FMODFF -> *_FMODF).
              Test  *_MODFF not *_MODF for modf(float, float*).
              (modf(float, float*)): Remove reference to _C_legacy.
      
      From-SVN: r34539
      Benjamin Kosnik committed
    • acinclude.m4 (enable_cshadow_headers): Change CSHADOWFLAGS to _GNU_SOURCE… · cc12edec
      acinclude.m4 (enable_cshadow_headers): Change CSHADOWFLAGS to _GNU_SOURCE instead of _ISOC9X_SOURCE...
      
      
      2000-06-13  Benjamin Kosnik  <bkoz@redhat.com>
      
             	* acinclude.m4 (enable_cshadow_headers): Change CSHADOWFLAGS to
      	_GNU_SOURCE instead of _ISOC9X_SOURCE, as _GNU_SOURCE is the
      	superset, and already defined at top level.
              * aclocal.m4: Regenerate.
              * configure: Regenerate.
      
      	* docs/17_intro/contribute.html: Plead with people to use -cp.
      
      From-SVN: r34538
      Benjamin Kosnik committed
    • acinclude.m4 (enable_cshadow_headers): Change CSHADOWFLAGS to _GNU_SOURCE… · e95706d5
      acinclude.m4 (enable_cshadow_headers): Change CSHADOWFLAGS to _GNU_SOURCE instead of _ISOC9X_SOURCE...
      
      
      2000-06-13  Benjamin Kosnik  <bkoz@redhat.com>
      
             	* acinclude.m4 (enable_cshadow_headers): Change CSHADOWFLAGS to
      	_GNU_SOURCE instead of _ISOC9X_SOURCE, as _GNU_SOURCE is the
      	superset, and already defined at top level.
              * aclocal.m4: Regenerate.
              * configure: Regenerate.
      
      From-SVN: r34537
      Benjamin Kosnik committed
  2. 13 Jun, 2000 26 commits
  3. 12 Jun, 2000 9 commits