From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22994 invoked by alias); 22 Apr 2002 22:36:01 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 22948 invoked by uid 71); 22 Apr 2002 22:36:01 -0000 Date: Mon, 22 Apr 2002 15:36:00 -0000 Message-ID: <20020422223601.22947.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: zack@gcc.gnu.org Subject: c/6300 Reply-To: zack@gcc.gnu.org X-SW-Source: 2002-04/txt/msg01135.txt.bz2 List-Id: The following reply was made to PR c/6300; it has been noted by GNATS. From: zack@gcc.gnu.org To: gcc-gnats@gcc.gnu.org Cc: Subject: c/6300 Date: 22 Apr 2002 22:26:07 -0000 CVSROOT: /cvs/gcc Module name: gcc Branch: gcc-3_1-branch Changes by: zack@gcc.gnu.org 2002-04-22 15:26:07 Modified files: gcc : ChangeLog c-lex.c config.gcc gcc/doc : install.texi Log message: * 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. Patches: http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.13152.2.431&r2=1.13152.2.432 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/c-lex.c.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.164.2.2&r2=1.164.2.3 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config.gcc.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.167.2.14&r2=1.167.2.15 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/doc/install.texi.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.92.2.13&r2=1.92.2.14