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] Large transfer support for IO library


Thomas Koenig wrote:
>>@@ -641,6 +794,60 @@ mem_alloc_w_at (unix_stream * s, int *le
>> }
>> 
>> 
>>+/* Stream read function for internal units. This is not actually used
>>+   at the moment, as all internal IO is formatted and the formatted IO
>>+   routines use mem_alloc_r_at.  */
> 
> 
> Do you actually plan to use these?  Otherwise, you could just replace
> their bodies with a tail call to gcc_unreachable().

Not inside the library, use internal_error ().

Thanks,
- Tobi


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