builtins.c (expand_builtin_strlen): Make sure that we have something at the beginning...
authorJason Merrill <jason@casey.cygnus.com>
Fri, 10 Mar 2000 19:50:09 +0000 (19:50 +0000)
committerJason Merrill <jason@gcc.gnu.org>
Fri, 10 Mar 2000 19:50:09 +0000 (14:50 -0500)
commitdd1ba632e78c78e10bdc5c70fa07b1946ffa9ae9
tree11522170f443932489f0ab341701a866c7b110ce
parent8ad52449ba05e1481e381daebca6cf152ea68986
builtins.c (expand_builtin_strlen): Make sure that we have something at the beginning of the sequence.

        * builtins.c (expand_builtin_strlen): Make sure that we have something
        at the beginning of the sequence.

        * toplev.c (rest_of_compilation): Also set TREE_NOTHROW for
        deferred inlines.

        * invoke.texi (C++ Dialect Options): Document -fno-enforce-eh-specs.

From-SVN: r32473
gcc/ChangeLog
gcc/builtins.c
gcc/invoke.texi
gcc/toplev.c