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

gcc/gcc ChangeLog.dfp c-format.h c-format.c te ...


CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	dfp-branch
Changes by:	janis@gcc.gnu.org	2005-06-14 01:40:26

Modified files:
	gcc            : ChangeLog.dfp c-format.h c-format.c 
	gcc/testsuite  : ChangeLog.dfp 
Added files:
	gcc/testsuite/gcc.dg/format: dfp-printf-1.c dfp-scanf-1.c 

Log message:
	* c-format.h (FMT_LEN_H, FMT_LEN_D, FMT_LEN_DD): New.
	* c-format.c (printf_length_specs, scanf_length_specs): Add entries
	for H, D, DD.
	(print_char_table, scan_char_table): Use new entries.
	(asm_fprintf_char_table, gcc_diag_char_table, gcc_cdiag_char_table,
	gcc_cxxdiag_char_table): Adjust for longer length arrays.
	testsuite:
	gcc.dg/format/dfp-printf-1.c: New test.
	gcc.dg/format/dfp-scanf-1.c: New test.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.dfp.diff?cvsroot=gcc&only_with_tag=dfp-branch&r1=1.1.2.66&r2=1.1.2.67
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/c-format.h.diff?cvsroot=gcc&only_with_tag=dfp-branch&r1=2.2.12.1&r2=2.2.12.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/c-format.c.diff?cvsroot=gcc&only_with_tag=dfp-branch&r1=1.68.12.3&r2=1.68.12.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.dfp.diff?cvsroot=gcc&only_with_tag=dfp-branch&r1=1.1.2.41&r2=1.1.2.42
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.dg/format/dfp-printf-1.c.diff?cvsroot=gcc&only_with_tag=dfp-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.dg/format/dfp-scanf-1.c.diff?cvsroot=gcc&only_with_tag=dfp-branch&r1=NONE&r2=1.1.2.1


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