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]

Re: g77/egcs-19981019 - erro for a loop with assumed length array


>>>>> "Mako" == Mako Sasaki <sasaki@tyo.sci.jri.co.jp> writes:

 Mako> # Sorry if some othe person has reported this already.

It looks like the same problem we've already seen, but we didn't have
such a short testcase and set of conditions.  I hope that makes it
easier for someone to fix.  Thanks!

 Mako> Conditions to cause this error are ;

 Mako> (0) optimization is required.
 Mako> (1) loop iteration count is not a constant.
 Mako> (2) a single precision assumed-length array is referred.
 Mako>      ( r(n) in the case above.)
 Mako> (3) result of single presision floating multiplication is promoted to double precision.



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