From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11154 invoked by alias); 27 Mar 2009 14:31:22 -0000 Received: (qmail 9461 invoked by uid 48); 27 Mar 2009 14:30:47 -0000 Date: Fri, 27 Mar 2009 14:31:00 -0000 Message-ID: <20090327143047.9460.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug c++/35652] [4.2/4.3 Regression] offset warning should be given in the front-end In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "dominiq at lps dot ens dot fr" 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: 2009-03/txt/msg01834.txt.bz2 ------- Comment #17 from dominiq at lps dot ens dot fr 2009-03-27 14:30 ------- The commit in comment #16 breaks bootstrap on *-darwin9: ... cc1: warnings being treated as errors ../../gcc-4.4-work/gcc/c-common.c: In function 'pointer_int_sum': ../../gcc-4.4-work/gcc/c-common.c:3320: error: format '%ld' expects type 'long int', but argument 4 has type 'long long int' ... -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35652