From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14361 invoked by alias); 14 May 2003 00:33:29 -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 14341 invoked by uid 48); 14 May 2003 00:33:29 -0000 Date: Wed, 14 May 2003 00:33:00 -0000 Message-ID: <20030514003329.14340.qmail@sources.redhat.com> To: gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, jason@gcc.gnu.org, jason@redhat.com, schmid@snake.iap.physik.tu-darmstadt.de From: bangerth@dealii.org Reply-To: bangerth@dealii.org, gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, jason@gcc.gnu.org, jason@redhat.com, schmid@snake.iap.physik.tu-darmstadt.de, gcc-gnats@gcc.gnu.org Subject: Re: c++/6392: [2003-05-12] Problems with __restrict__ type qualifier (array) X-SW-Source: 2003-05/txt/msg01527.txt.bz2 List-Id: Old Synopsis: Problems with __restrict__ type qualifier (array) New Synopsis: [2003-05-12] Problems with __restrict__ type qualifier (array) State-Changed-From-To: analyzed->feedback State-Changed-By: bangerth State-Changed-When: Wed May 14 00:33:29 2003 State-Changed-Why: Jason, you had a patch that was also applied to CVS, but the code still doesn't compile. The error message used to be x.cc:3: `int*[10]' cannot be `restrict'-qualified x.cc:3: invalid use of `restrict' but the first line is now missing. I don't know what the expected behavior, but either a) this is expected behavior, in which case the report should be closed, or b) this has been broken again in the meantime. Can you take a look? Thanks Wolfgang http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=6392