Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <005c01c2caf1$f2781400$78d96f83@pomello> From: "Max Bowsher" To: Subject: bison-1.875-1 generates code incompatible with g++ Date: Sun, 2 Feb 2003 19:33:22 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 (Ran into this when building setup) bison 1.875 produces this code fragment: | yyerrlab1: | | /* Suppress GCC warning that yyerrlab1 is unused when no action | invokes YYERROR. */ | #if defined (__GNUC_MINOR__) && 2093 <= (__GNUC__ * 1000 + __GNUC_MINOR__) | __attribute__ ((__unused__)) | #endif which compiles with gcc, but g++ doesn't accept attributes on labels. This seems to be a g++ bug. Comments? Max. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/