c-common.c (c_expand_builtin_printf): Set the TREE_TYPE of a new STRING_CST by callin...
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Mon, 9 Oct 2000 16:30:43 +0000 (16:30 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Mon, 9 Oct 2000 16:30:43 +0000 (16:30 +0000)
commit1092710d9c9d80bae32e13a1dd8c2fa3a8717cfb
tree1b99b46292cea5ff4dc4fac7d356e278137b5264
parentca356f3a96aa192514ee77a4d4fc56ff4838e564
c-common.c (c_expand_builtin_printf): Set the TREE_TYPE of a new STRING_CST by calling combine_strings.

* c-common.c (c_expand_builtin_printf): Set the TREE_TYPE of a new
STRING_CST by calling combine_strings.

From-SVN: r36810
gcc/ChangeLog
gcc/c-common.c