From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18135 invoked by alias); 18 Jun 2012 19:12:07 -0000 Received: (qmail 18118 invoked by uid 22791); 18 Jun 2012 19:12:05 -0000 X-SWARE-Spam-Status: No, hits=-3.4 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00,TW_BF,TW_MX,TW_XC X-Spam-Check-By: sourceware.org Received: from localhost (HELO gcc.gnu.org) (127.0.0.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 18 Jun 2012 19:11:49 +0000 From: "tango127 at epix dot net" To: gcc-bugs@gcc.gnu.org Subject: [Bug debug/53719] New: can't display x87 stack information Date: Mon, 18 Jun 2012 19:12:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: debug X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: tango127 at epix dot net X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 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: 2012-06/txt/msg01225.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53719 Bug #: 53719 Summary: can't display x87 stack information Classification: Unclassified Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: debug AssignedTo: unassigned@gcc.gnu.org ReportedBy: tango127@epix.net Xcode, using gcc 4.5, use to display 80-bit x87 stack values correctly. Now all I see is the following (notice no values shown for stack values), although generated answers are produced correctly and returned to memory variables. Did something go "bump" in the night with this newer release? Floating Point Registers fctrl unsigned short 0x037f fstat unsigned short 0x3800 ftag unsigned char 0x80 fop unsigned short 0x076d fioff unsigned int 0x00000da8 fiseg unsigned short 0x002b fooff unsigned int 0x5fbff848 foseg unsigned short 0x0023 mxcsr unsigned int 0x00001f80 mxcsrmask unsigned int 0x0000ffff stmm0 unsigned char __attribute__((ext_vector_type(10))) stmm1 unsigned char __attribute__((ext_vector_type(10))) stmm2 unsigned char __attribute__((ext_vector_type(10))) stmm3 unsigned char __attribute__((ext_vector_type(10))) stmm4 unsigned char __attribute__((ext_vector_type(10))) stmm5 unsigned char __attribute__((ext_vector_type(10))) stmm6 unsigned char __attribute__((ext_vector_type(10))) stmm7 unsigned char __attribute__((ext_vector_type(10))) xmm0 unsigned char __attribute__((ext_vector_type(16))) xmm1 unsigned char __attribute__((ext_vector_type(16))) xmm2 unsigned char __attribute__((ext_vector_type(16))) xmm3 unsigned char __attribute__((ext_vector_type(16))) xmm4 unsigned char __attribute__((ext_vector_type(16))) xmm5 unsigned char __attribute__((ext_vector_type(16))) xmm6 unsigned char __attribute__((ext_vector_type(16))) xmm7 unsigned char __attribute__((ext_vector_type(16))) xmm8 unsigned char __attribute__((ext_vector_type(16))) xmm9 unsigned char __attribute__((ext_vector_type(16))) xmm10 unsigned char __attribute__((ext_vector_type(16))) xmm11 unsigned char __attribute__((ext_vector_type(16))) xmm12 unsigned char __attribute__((ext_vector_type(16))) xmm13 unsigned char __attribute__((ext_vector_type(16))) xmm14 unsigned char __attribute__((ext_vector_type(16))) xmm15 unsigned char __attribute__((ext_vector_type(16)))