This is the mail archive of the gcc-patches@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]

[dataflow][PATCH] Regression fixes for SPARC


Hi,

The attached patch fixes all extra regressions of dataflow branch on SPARC.
Bootstrapped and reg-tested on SPARC.

OK?

PS. Thanks to Steven Bosscher for pointing me in the right direction
for gcse.c fix.


2007-06-04 Seongbae Park <seongbae.park@gmail.com>


       * df-scan.c (df_get_exit-block_use_set): Always add the stack pointer
       to the exit block use set.
       * gcse.c (cpro_jump): Don't emit barrier in cfglayout mode.
       * config/sparc/sparc.c (sparc_check_64): Check df != NULL.
--
#pragma ident "Seongbae Park, compiler, http://seongbae.blogspot.com";

Attachment: df-sparc-regressions.diff.txt
Description: Text document


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