gcc/gcc ChangeLog.dfp builtin-types.def c-comm ...
bje@gcc.gnu.org
bje@gcc.gnu.org
Wed Mar 9 00:15:00 GMT 2005
CVSROOT: /cvs/gcc
Module name: gcc
Branch: dfp-branch
Changes by: bje@gcc.gnu.org 2005-03-09 00:15:16
Modified files:
gcc : ChangeLog.dfp builtin-types.def c-common.c
c-common.h c-decl.c c-format.h c-parser.c
c-tree.h tree.c tree.h
gcc/testsuite : ChangeLog.dfp
gcc/testsuite/gcc.dg/dfp: Wbad-function-cast-1.c ctypes.c
typespec.c
Log message:
2005-03-09 Jon Grimm <jgrimm2@us.ibm.com>
* builtin-types.def: Add new type_nodes for decimal float.
* c-common.c (c_common_type_for_mode): Return type from DFP mode.
(c_common_nodes_and_builtins): Record builtin dfp types.
* c-common.h: Add RID_DFLOAT32, RID_DFLOAT64, RID_DFLOAT128.
* c-decl.c (declspecs_add_type): Verify combos on qualifiers.
(finish_declspecs): Return type from DFP typespec_word.
* c-format.h: Add macros for dfp type format processing.
* c-parser.c (c_token_starts_typename, c_token_starts_declspecs,
c_parser_declspecs, c_parser_attributes): Add _Decimal reserved
words.
* c-tree.h: Add enums for DFP typespec_words.
* tree.c (build_common_tree_nodes_2): Make type nodes.
* tree.h: Allocate storage for DFP type nodes.
[testsuite]
2005-03-09 Jon Grimm <jgrimm2@us.ibm.com>
* gcc.dg/dfp/Wbad-function-cast-1.c: Fix typo.
* gcc.dg/dfp/ctypes.c: Likewise.
* gcc.dg/dfp/typespec.c: Likewise.
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.5&r2=1.1.2.6
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/builtin-types.def.diff?cvsroot=gcc&only_with_tag=dfp-branch&r1=1.28&r2=1.28.32.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/c-common.c.diff?cvsroot=gcc&only_with_tag=dfp-branch&r1=1.603.2.1&r2=1.603.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/c-common.h.diff?cvsroot=gcc&only_with_tag=dfp-branch&r1=1.276.4.1&r2=1.276.4.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/c-decl.c.diff?cvsroot=gcc&only_with_tag=dfp-branch&r1=1.630.2.2&r2=1.630.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/c-format.h.diff?cvsroot=gcc&only_with_tag=dfp-branch&r1=2.2&r2=2.2.12.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/c-parser.c.diff?cvsroot=gcc&only_with_tag=dfp-branch&r1=2.2.6.2&r2=2.2.6.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/c-tree.h.diff?cvsroot=gcc&only_with_tag=dfp-branch&r1=1.192.4.2&r2=1.192.4.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree.c.diff?cvsroot=gcc&only_with_tag=dfp-branch&r1=1.464.2.1&r2=1.464.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree.h.diff?cvsroot=gcc&only_with_tag=dfp-branch&r1=1.688.2.1&r2=1.688.2.2
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.5&r2=1.1.2.6
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.dg/dfp/Wbad-function-cast-1.c.diff?cvsroot=gcc&only_with_tag=dfp-branch&r1=1.1.2.1&r2=1.1.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.dg/dfp/ctypes.c.diff?cvsroot=gcc&only_with_tag=dfp-branch&r1=1.1.2.2&r2=1.1.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.dg/dfp/typespec.c.diff?cvsroot=gcc&only_with_tag=dfp-branch&r1=1.1.2.1&r2=1.1.2.2
More information about the Gcc-cvs
mailing list