http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56850
Tobias Burnus <burnus at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |burnus at gcc dot gnu.org --- Comment #1 from Tobias Burnus <burnus at gcc dot gnu.org> 2013-04-05 20:30:13 UTC --- On a related note: As http://www.open-mpi.org/community/lists/users/2013/04/21684.php shows, the following error is misleading: > real*16, intent(in) :: x > 1 > Error: Old-style type declaration REAL*16 not supported at (1) The problem is not the old-style type declaration but that kind=16 is not supported. We should improve the error message.