This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: optimization bug
- To: andrea dot latina at lnl dot infn dot it
- Subject: Re: optimization bug
- From: "Martin v. Loewis" <martin at loewis dot home dot cs dot tu-berlin dot de>
- Date: Sat, 25 Mar 2000 18:00:40 +0100
- CC: gcc-bugs at gcc dot gnu dot org
- References: <38D89445.E19D40D6@lnl.infn.it>
> When I execute this little program (runge-kutta with adaptive step)
> compiled with the option -On (where 'n' > 0), it goes in an infinite
> loop. Without optimization runs correctly.
Thanks for your bug report. The mainline compiler (2.96 20000317
(experimental)) produces a terminating program, so the bug appears to
be fixed.
Regards,
Martin