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]

Re: sched/flow problem with memory corruption due to mark_set_resources


On Mon, 30 Aug 1999, Richard Henderson wrote:
> 	* flow.c (new_insn_dead_notes): Use sets_reg_or_subreg not
> 	mark_set_resources.

With this patch, bootstrapping on sparc-sun-solaris2.6 proceeds a bit
farther (no more sig11), but still is broken:

stage1/xgcc -Bstage1/ -B/sw/test/gcc/SunOS/sparc-sun-solaris2.6/bin/ -c
-DIN_GCC  -DSVR4  -W -Wall -O2 -g -O2  -DHAVE_CONFIG_H    -I.
-I/sw/test/gcc/gcc/gcc -I/sw/test/gcc/gcc/gcc/config
-I/sw/test/gcc/gcc/gcc/../include /sw/test/gcc/gcc/gcc/fold-const.c
/sw/test/gcc/gcc/gcc/fold-const.c: In function `add_double':
/sw/test/gcc/gcc/gcc/fold-const.c:248: warning: comparison between signed
and
unsigned
/sw/test/gcc/gcc/gcc/fold-const.c: In function `mul_double':
/sw/test/gcc/gcc/gcc/fold-const.c:334: Internal compiler error in
`create_reg_dead_note', at haifa-sched.c:4426

Gerald
-- 
Gerald "Jerry" pfeifer@dbai.tuwien.ac.at http://www.dbai.tuwien.ac.at/~pfeifer/


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