From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27517 invoked by alias); 28 Dec 2008 05:13:39 -0000 Received: (qmail 27339 invoked by uid 48); 28 Dec 2008 05:12:16 -0000 Date: Sun, 28 Dec 2008 05:13:00 -0000 Message-ID: <20081228051216.27338.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug c++/36168] Incorrect (and strange) warnings with -Wuninitialized 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: 2008-12/txt/msg02541.txt.bz2 ------- Comment #9 from pinskia at gcc dot gnu dot org 2008-12-28 05:12 ------- >* Find out if we can get the "original form" of 'q.COLOUR8::r' to print something closer to the original code. Actually this is a good thing we print out "COLOUR8::" really, sometimes there are different r's in a class so knowing which one is being used here makes it easy to understand. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36168