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/11387] using stop without any argument


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia at physics dot uc dot edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


------- Additional Comments From pinskia at physics dot uc dot edu  2003-07-27 06:41 -------
Fixed by:
2003-07-26  Geoffrey Keating

        * varasm.c (output_constant_def_contents): Use
        ASM_DECLARE_CONSTANT_NAME if defined.
        * doc/tm.texi (Label Output): Document ASM_DECLARE_CONSTANT_NAME.
        * config/darwin.h (ASM_DECLARE_OBJECT_NAME): Ensure zero-sized
        objects get at least one byte to prevent assembler problems.
        (ASM_DECLARE_CONSTANT_NAME): New.


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