[Bug fortran/49011] Wrong repeat count in error message for REPEAT intrinsic

dominiq at lps dot ens.fr gcc-bugzilla@gcc.gnu.org
Mon May 16 09:32:00 GMT 2011


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49011

Dominique d'Humieres <dominiq at lps dot ens.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2011.05.16 09:22:14
     Ever Confirmed|0                           |1

--- Comment #1 from Dominique d'Humieres <dominiq at lps dot ens.fr> 2011-05-16 09:22:14 UTC ---
On x86_64-apple-darwin10, the test returns

Fortran runtime error: Argument NCOPIES of REPEAT intrinsic is negative (its
value is -1)

with -m64 (default). The value returned with -m32 depends on the version:
72057598332895231 for 4.4.4 and 4.5.2, 118064355999743 for 4.6.0 (r169227), and
4294967295 for trunk (r173786).



More information about the Gcc-bugs mailing list