From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19045 invoked by alias); 22 Jan 2008 11:40:48 -0000 Received: (qmail 18557 invoked by uid 48); 22 Jan 2008 11:40:03 -0000 Date: Tue, 22 Jan 2008 12:21:00 -0000 Message-ID: <20080122114003.18556.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug c++/34914] [4.1/4.2/4.3 regression] Broken diagnostic: 'offset_type' not supported by pp_c_type_specifier 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-01/txt/msg02527.txt.bz2 ------- Comment #3 from pinskia at gcc dot gnu dot org 2008-01-22 11:40 ------- (In reply to comment #2) > Actually I think vector should apply to int here rather than to the pointer to > member type. That is the following should be accepted and should be the correct type: struct A {}; void foo() { __attribute((vector_size(8))) int A::* p ; p == 0; } -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34914