From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7630 invoked by alias); 8 Apr 2010 10:43:20 -0000 Received: (qmail 7591 invoked by uid 48); 8 Apr 2010 10:43:09 -0000 Date: Thu, 08 Apr 2010 10:43:00 -0000 Message-ID: <20100408104309.7590.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug lto/43212] [LTO] error: control flow in the middle of basic block In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "steven 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: 2010-04/txt/msg00755.txt.bz2 ------- Comment #2 from steven at gcc dot gnu dot org 2010-04-08 10:43 ------- Should LTO reject function declarations with incompatible attributes? Or should the "discovery" of the attribute in one translation unit be used to update the control flow graph in the other units (e.g. by writing out summaries for the attributes and have a stage in LTO that merges them)? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43212