1. 27 Nov, 2005 6 commits
    • re PR libfortran/24919 ([4.0] CRLF support in libgfortran) · 8824fd4c
      	PR libfortran/24919
      
      	* io/list_read.c (eat_separator, finish_separator,
      	read_character): Handle CRLF separators correctly during reads.
      	(nml_query): Use the HAVE_CRLF macro to print adequate newlines.
      	* io/io.h (st_parameter_dt): Add comment about the possible
      	values for sf_seen_eor.
      	* io/unix.c (tempfile, regular_file): HAVE_CRLF doesn't imply
      	that O_BINARY is defined, so we add that condition.
      	(stream_at_bof): Fix typo in comment.
      	* io/transfer.c (read_sf): Handle correctly CRLF, setting
      	sf_seen_eor value to 2 instead of 1.
      	(formatted_transfer_scalar): Use the sf_seen_eor value to
      	handle CRLF the right way.
      	* io/write.c (nml_write_obj, namelist_write): Use CRLF as newline
      	when HAVE_CRLF is defined.
      
      	* gfortran.dg/ftell_1.f90: Modify testcase so that it doesn't
      	fail on CRLF platforms.
      	* gfortran.dg/ftell_2.f90: Likewise.
      
      From-SVN: r107563
      Francois-Xavier Coudert committed
    • intmax_t-1.c: Remove mips xfail. · 8edbdaf7
      2005-11-26  Eric Christopher  <echristo@apple.com>
      
              * gcc.dg/intmax_t-1.c: Remove mips xfail.
      
      From-SVN: r107562
      Eric Christopher committed
    • i386.md (*zero_extendqihi2_movzbw): Avoid partial register stalls by zero… · 0d9e7244
      i386.md (*zero_extendqihi2_movzbw): Avoid partial register stalls by zero extending to the full register.
      
      2005-11-26  Eric Christopher  <echristo@apple.com>
      
      	* config/i386/i386.md (*zero_extendqihi2_movzbw): Avoid partial
      	register stalls by zero extending to the full register.
      
      From-SVN: r107559
      Eric Christopher committed
    • floatunsisf.c, [...]: New files. · 2a3ebe77
      	* config/floatunsisf.c, config/floatunsidf.c,
      	config/floatunsixf.c, config/floatunsitf.c: New files.
      	* config/ia64/t-hpux: Add floatunsitf.c.
      	* config/ia64/ia64.c (ia64_init_libfuncs): Use
      	_U_Qfcnvxuf_dbl_to_quad for unsigned DImode-to-TFmode conversion.
      
      From-SVN: r107558
      Joseph Myers committed
    • gnu-runtime-3.m: Simplify. · b48a88cd
      2005-11-26  Andrew Pinski  <pinskia@physics.uc.edu>
      
              * objc.dg/gnu-runtime-3.m: Simplify.
      
      From-SVN: r107556
      Andrew Pinski committed
    • Daily bump. · 34051eb9
      From-SVN: r107553
      GCC Administrator committed
  2. 26 Nov, 2005 9 commits
  3. 25 Nov, 2005 25 commits