From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29889 invoked by alias); 10 Sep 2002 12:16:06 -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 29869 invoked by uid 71); 10 Sep 2002 12:16:06 -0000 Date: Tue, 10 Sep 2002 05:16:00 -0000 Message-ID: <20020910121606.29868.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Ritzert@t-online.de Subject: c++/7828 - testcase Reply-To: Ritzert@t-online.de X-SW-Source: 2002-09/txt/msg00171.txt.bz2 List-Id: The following reply was made to PR c++/7828; it has been noted by GNATS. From: Ritzert@t-online.de To: snyder@fnal.gov, gcc-gnats@gcc.gnu.org, gcc-prs@gcc.gnu.org, gcc-bugs@gcc.gnu.org, nobody@gcc.gnu.org Cc: Subject: c++/7828 - testcase Date: Tue, 10 Sep 2002 14:12:36 +0200 (CEST) I have this propably minimal testcase for the bug: int bar = 7; const unsigned& foo = static_cast(bar);