This is the mail archive of the gcc-patches@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]

Re: [Patch, Fortran] gfc_notify_std cleanup


On 17/07/2012 12:03, Tobias Burnus wrote:
> On 07/17/2012 11:42 AM, Janus Weil wrote:
>> +    case GFC_STD_F2008_TS:
>> +      strcat (buffer, " TS 29113:");
>> +      break;
> 
> That's currently correct. However, there is another post-Fortran 2008
> Technical Specification in preparation. (Coarray extensions.)* How
> should be handled? "TS 29113 or TS 12345:"?
> 
Future extension:?
To be standardized feature:?
Bleeding edge stuff:?
Fortran 2015:?

If they are both in the next standard revision, they have to be under
the same flag anyway.

Mikael


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