http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50269
Tobias Burnus <burnus at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #10 from Tobias Burnus <burnus at gcc dot gnu.org> 2013-04-04
07:41:20 UTC ---
FIXED on the 4.9 trunk.
I have now updated some constraint checks, hopefully, -std=f2003/f2008/f2008ts
are now handled correctly.
Missing is a check whether the argument is not contiguous. But that's tracked
elsewhere. (Note: The standard does not demand simply contiguous but only
contiguous arrays - thus, the compiler can only reject simple-to-detect
noncontiguous arrays.)