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]

[Bug fortran/29962] Initialization expressions checking in gfc_intrinsic_func_interface



------- Comment #2 from burnus at gcc dot gnu dot org  2006-11-23 21:58 -------
One other thing we need to change:
 real, parameter :: d = 2.0**0.5
                               1
Error: Exponent at (1) must be INTEGER for an initialization expression

This is now also allowed in F2003.


-- 


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


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