This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/20063] n*'xxxx' disables padding


------- Additional Comments From tobi at gcc dot gnu dot org  2005-02-18 21:35 -------
>From the generated assembly
        .ascii  "a       "
        .zero   4294967292
        .ascii  "    "
        .zero   4
        .ascii  "    "
        .zero   4
        .zero   4
i.e. the elements that are filled in with a repeat count are not padded to the
correct length.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|gfortran assembler error,   |n*'xxxx' disables padding
                   |n*'xxxx' is broken          |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20063


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]