c-common.c (expand_tree_builtin): Ensure creal and cimag functions do not return...
authorJoseph Myers <jsm@polyomino.org.uk>
Mon, 20 Oct 2003 22:03:34 +0000 (23:03 +0100)
committerJoseph Myers <jsm28@gcc.gnu.org>
Mon, 20 Oct 2003 22:03:34 +0000 (23:03 +0100)
commitac054e28e69292ed10814619d7c822042b318d0a
treea16b9dae3d728b41ee5440ba9e0129514a33e701
parentd1132e0bef04e44f652a0ac5e0141022d2d77e0a
c-common.c (expand_tree_builtin): Ensure creal and cimag functions do not return lvalues.

* c-common.c (expand_tree_builtin): Ensure creal and cimag
functions do not return lvalues.

testsuite:
* gcc.dg/builtins-28.c: New test.

From-SVN: r72727
gcc/ChangeLog
gcc/c-common.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/builtins-28.c [new file with mode: 0644]