From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23356 invoked by alias); 8 Jan 2010 03:42:32 -0000 Received: (qmail 23313 invoked by uid 48); 8 Jan 2010 03:42:15 -0000 Date: Fri, 08 Jan 2010 03:42:00 -0000 Message-ID: <20100108034215.23312.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug c++/42655] [4.3/4.4/4.5 Regression] ! causes the qualified types for rvalue In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "pinskia at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2010-01/txt/msg00887.txt.bz2 ------- Comment #5 from pinskia at gcc dot gnu dot org 2010-01-08 03:42 ------- (In reply to comment #3) > The following are two other cases where GCC misses to drop qualifiers Those two works for me. they both call unused in GCC 4.4 and the trunk. Though replace const with volatile, it fails for intt() case on the trunk and both for 4.4. Though this is a way different issue than originally reported :). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42655