changes to compile egcs-19991019 snapshot on MVS OpenEdition

Michael Gschwind mikeg@watson.ibm.com
Mon Oct 25 15:02:00 GMT 1999


Here are two patches necessary to compile the 10/19 snapshot on MVS.  The change to flow.c is worrisome,
since some files now test for defined (HAVE_*logue) while flow.c tests for the actual value.  However,
the guard is necessary in flow.c to avoid an undefined reference to prologue_epilogue_contains,
although control would never reach that function anyway.

Some cleanup may be in order on this, maybe by removing the guards and providing a stub for 
prologue_epilogue_contains ?


1999-10-25  Michael Gschwind  <mikeg@alagoas.watson.ibm.com>

        * flow.c (propagate_block): guard prologue_epilogue_contains with
        #if (HAVE_prologue) || (HAVE_epilogue).

        * basic-block.h (update_life_extent): remove trailing comma on
        enumeration type list.


-- 
Michael K. Gschwind
IBM T.J. Watson Research Center     phone (external): (914) 945-3162
PO Box 218                          phone (internal): T/L 862-3162
Yorktown Heights, NY 10598          e-mail: mikeg@watson.ibm.com
x

-------------- next part --------------
A non-text attachment was scrubbed...
Name: x
Type: text/x-c
Size: 1455 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/19991025/17a2c355/attachment.bin>


More information about the Gcc-patches mailing list