public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug lto/43212]  New: [LTO] error: control flow in the middle of basic block
@ 2010-02-28 15:21 d dot g dot gorbachev at gmail dot com
  2010-03-01 10:44 ` [Bug lto/43212] " rguenth at gcc dot gnu dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: d dot g dot gorbachev at gmail dot com @ 2010-02-28 15:21 UTC (permalink / raw)
  To: gcc-bugs

======================== 1.c ========================
extern void baz(void);

void foo(void)
{
  baz();
}
======================== 2.c ========================
extern __attribute__((__noreturn__)) void baz(void);

void bar(void)
{
  baz();
}
=====================================================
$ gcc -r -nostdlib -O2 -flto 1.c 2.c

In file included from :0:0:
1.c: In function 'foo':
1.c:3:6: error: control flow in the middle of basic block 2
1.c:3:6: internal compiler error: verify_flow_info failed
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
lto-wrapper: /usr/local/bin/i686-pc-linux-gnu-gcc-4.5.0 returned 1 exit status
collect2: lto-wrapper returned 1 exit status


-- 
           Summary: [LTO] error: control flow in the middle of basic block
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: lto
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: d dot g dot gorbachev at gmail dot com
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43212


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2010-07-24 16:50 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-02-28 15:21 [Bug lto/43212] New: [LTO] error: control flow in the middle of basic block d dot g dot gorbachev at gmail dot com
2010-03-01 10:44 ` [Bug lto/43212] " rguenth at gcc dot gnu dot org
2010-04-08 10:43 ` steven at gcc dot gnu dot org
2010-04-08 11:24 ` rguenth at gcc dot gnu dot org
2010-04-23 16:25 ` rguenth at gcc dot gnu dot org
2010-07-24 16:47 ` rguenth at gcc dot gnu dot org
2010-07-24 16:50 ` rguenth at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).