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]

Re: optimization/9015: bc segfaults when compiled with optimization


Found it.

This turns out to be a bug in GNU bc. As luck would have it, it only seems to cause damage when compiled with optimization on and a recent gcc. :-(

Sorry to have bothered you.

(In case you're interested... load_code saves data in a local variable on one call, and then tries to retrieve that data on a subsequent call.)
--
patsmith@pobox.com


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