From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6052 invoked by alias); 9 Oct 2003 08:39:41 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 6015 invoked by alias); 9 Oct 2003 08:39:40 -0000 Date: Thu, 09 Oct 2003 08:39:00 -0000 Message-ID: <20031009083940.6014.qmail@sources.redhat.com> From: "cvs-commit at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20020421061600.6392.schmid@snake.iap.physik.tu-darmstadt.de> References: <20020421061600.6392.schmid@snake.iap.physik.tu-darmstadt.de> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c++/6392] Problems with __restrict__ type qualifier (array) X-Bugzilla-Reason: CC X-SW-Source: 2003-10/txt/msg00584.txt.bz2 List-Id: PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org. http://gcc.gnu.org/bugzilla/show_bug.cgi?id=6392 ------- Additional Comments From cvs-commit at gcc dot gnu dot org 2003-10-09 08:39 ------- Subject: Bug 6392 CVSROOT: /cvs/gcc Module name: gcc Changes by: jason@gcc.gnu.org 2003-10-09 08:39:34 Added files: gcc/testsuite/g++.dg/ext: restrict1.C Log message: PR c++/6392 * cp/tree.c (build_cplus_array_type): Handle all quals the same. (cp_build_qualified_type_real): Look through arrays first. * c-common.c (c_build_qualified_type): Look through arrays first. (c_apply_type_quals_to_decl): Look through arrays. Patches: http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/ext/restrict1.C.diff?cvsroot=gcc&r1=NONE&r2=1.1