]> git.ipfire.org Git - thirdparty/gcc.git/commit
* expr.c (expand_expr): If an ABS_EXPR has a complex type, abort.
authorsayle <sayle@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 12 Aug 2003 01:45:23 +0000 (01:45 +0000)
committersayle <sayle@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 12 Aug 2003 01:45:23 +0000 (01:45 +0000)
commit71d5a7589f52d87fc2527887efddccf12663b2a2
treea8d42fe56d075487227b2ad0039a17a20b332091
parentc9192f9ab6c55bea7984ebb8a042d69130bb31a8
* expr.c (expand_expr): If an ABS_EXPR has a complex type, abort.
* c-typeck.c (build_unary_op): COMPLEX_TYPE is not a valid
typecode for an ABS_EXPR.

* doc/c-tree.texi: Document ABS_EXPR.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70349 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/c-typeck.c
gcc/doc/c-tree.texi
gcc/expr.c