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 target/11709] [3.3 only] g77 does not work with new dev tools


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

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


geoffk at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2003-07-29 18:05:35
               date|                            |
            Summary|g77 does not work with new  |[3.3 only] g77 does not work
                   |dev tools                   |with new dev tools


------- Additional Comments From geoffk at gcc dot gnu dot org  2003-07-29 18:05 -------
This (and a related issue involving computed gotos in C) is fixed in mainline by:

        * config/rs6000/rs6000.c (rs6000_output_function_epilogue): Don't
        insert a label at the end of an function under Mach-O.

        * 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]