c-lex.c (lex_string): Use charwidth to compute bytemask.
authorJakub Jelinek <jakub@redhat.com>
Tue, 12 Sep 2000 23:45:51 +0000 (01:45 +0200)
committerUlrich Drepper <drepper@gcc.gnu.org>
Tue, 12 Sep 2000 23:45:51 +0000 (23:45 +0000)
commit5c80f6e6b1be7ad5fc64b015e87ee44896595ae6
tree3127d7f2db514a65686b5436b98e35f8d6e6c8bc
parent8cfccbf35553860b13562b8f60612386e19c39b0
c-lex.c (lex_string): Use charwidth to compute bytemask.

* c-lex.c (lex_string): Use charwidth to compute bytemask.
  * expr.c (expand_expr): Don't optimize constant array references
  initialized with wide string constants.

From-SVN: r36380
gcc/ChangeLog
gcc/c-lex.c
gcc/expr.c