1. 10 Feb, 2015 3 commits
  2. 09 Feb, 2015 23 commits
  3. 08 Feb, 2015 12 commits
  4. 07 Feb, 2015 2 commits
    • extend.texi (Function Attributes [naked]): Copy-edit. · d719aff9
      2015-02-07  Sandra Loosemore  <sandra@codesourcery.com>
      
      	gcc/
      	* doc/extend.texi (Function Attributes [naked]): Copy-edit.
      	(Using Assembly Language with C): Expand introduction.
      	(Basic Asm): Copy-edit.  Add more information about uses of
      	basic asm.
      	(Extended Asm): Copy-edit.  Document new escape syntax and
      	%l[label] syntax.
      	(Global Reg Vars): Copy-edit.
      	(Local Reg Vars): Likewise.
      
      From-SVN: r220506
      Sandra Loosemore committed
    • re PR fortran/60956 (error reading (and writing) large text files in gfortran) · 1060d940
      2015-02-07  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
      
      	PR libgfortran/60956
      	* io/fbuf.c (fbuf_flush_list): New function that only flushes
      	if current fbuf position exceeds a limit.
      	* io/fbuf.h: Declare the new function.
      	* io/io.h (enum unit_mode): Add two new modes.
      	* io/list_read.c (list_formatted_read_scalar): Call new function.
      	* io/write.c: Include fbuf.h. (list_formatted_write_scalar):
      	Call new function.
      
      From-SVN: r220505
      Jerry DeLisle committed