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

Re: RFC: reloading sums


Joern Rennecke wrote:
> 
> For gcc/20020426-2.c I see a reload failure for sh5-compact -ml .

P.S.: The failure mode was:
failure using sh64-elf-run .
success using sh64-elf-gdb .
failure when re-loading / re-running with sh64-elf-gdb .

... which was all because ininitialized memory beyond the stack
was read (i.e. a smidge outside of all the sections that the program
claimed to use), and the zero-initialized memory of gdb happended to
give the right result.
			
-- 
--------------------------
SuperH (UK) Ltd.
2410 Aztec West / Almondsbury / BRISTOL / BS32 4QX
T:+44 1454 465658


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