struct-layout-encoding-1_generate.c (base_types): Change C++ style comments to C...
authorAndrew Pinski <pinskia@physics.uc.edu>
Fri, 16 Dec 2005 05:01:38 +0000 (05:01 +0000)
committerAndrew Pinski <pinskia@gcc.gnu.org>
Fri, 16 Dec 2005 05:01:38 +0000 (21:01 -0800)
commita075400701ad4fa485acb0308b318506bf32dd0d
tree9b6b85c5c14c8f65d756be4397657a8ddcb89852
parent6d7f0973defffd092202e7c9711738b16caed540
struct-layout-encoding-1_generate.c (base_types): Change C++ style comments to C style comments.

2005-12-16  Andrew Pinski  <pinskia@physics.uc.edu>

        * objc.dg/gnu-encoding/struct-layout-encoding-1_generate.c (base_types):
        Change C++ style comments to C style comments.
        Remove aligned types from the array.
        Keep Enums disabled.
        (complex_types): Remove aligned types from the array.
        Comment out "_Complex long double".
        (attrib_types): Remove.
        (complex_attrib_types): Remove.
        (attrib_array_types): Remove.
        (complex_attrib_array_types): Remove.
        (aligned_bitfld_types): Remove.
        (n_aligned_bitfld_types): Remove.
        (FEATURE_ALIGNEDPACKED): Delete.
        (ALL_FEATURES): Remove FEATURE_ALIGNEDPACKED.
        (singles): Remove support for adding attributes.
        (choose_type): Remove support for attributed types.
        (generate_fields): Remove support for attributed bit-fields.
        Remove support for adding attributes.
        (generate_random_tests): Remove support for adding attributes.
        (features): Add back "[0] :0" and "complex vector [0]".
        (main): Remove support for attributed bit-fields.
        Uncomment the calling of generate_random_tests for the rests of
        the tests.

From-SVN: r108623
gcc/testsuite/ChangeLog
gcc/testsuite/objc.dg/gnu-encoding/struct-layout-encoding-1_generate.c