From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13554 invoked by alias); 5 May 2006 16:37:21 -0000 Received: (qmail 13537 invoked by uid 48); 5 May 2006 16:37:15 -0000 Date: Fri, 05 May 2006 16:37:00 -0000 Message-ID: <20060505163715.13536.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug middle-end/27445] create_tmp_var_raw (gimplify.c) inadventently asserts 'volatile' on temps In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "gary at intrepid dot com" 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 X-SW-Source: 2006-05/txt/msg00529.txt.bz2 List-Id: ------- Comment #5 from gary at intrepid dot com 2006-05-05 16:37 ------- (In reply to comment #4) > Then the real question is why do you think this is a bug? 1. it is a bug to create temporaries and assert 'volatile' on them 2. there is code in create_tmp_var_raw() that creates a type with qualifiers removed, but this new_type is then not used at the moment. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27445