]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/config.gcc
* c-lex.c (lex_charconst): Call convert to get constant in
authorzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 22 Apr 2002 22:25:14 +0000 (22:25 +0000)
committerzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 22 Apr 2002 22:25:14 +0000 (22:25 +0000)
commitc2527f80d5b4fffc08c6175cef2578f9a6105081
tree9867c8f862eae0149e86442f8e9896c6c9dd2ce8
parent3af89ec6df4466b91fb6473376b353218432e734
* c-lex.c (lex_charconst): Call convert to get constant in
proper type; don't just smash the type field.
Fixes PR c/6300.

* config.gcc: Add list of obsolete configurations.  Disallow
building these without --enable-obsolete.
* doc/install.texi: Document --enable-obsolete and obsoletion
policy.  Mention obsoletion of individual targets in
appropriate places.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52639 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/c-lex.c
gcc/config.gcc
gcc/doc/install.texi