public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug go/54649] New: Go bootstrap failed
@ 2012-09-21  1:11 dehao at google dot com
  2012-09-21  1:15 ` [Bug go/54649] " dehao at google dot com
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: dehao at google dot com @ 2012-09-21  1:11 UTC (permalink / raw)
  To: gcc-bugs


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

             Bug #: 54649
           Summary: Go bootstrap failed
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: go
        AssignedTo: ian@airs.com
        ReportedBy: dehao@google.com


In r191494, the bootstrap for go is broken.

Ian has a small testcase to reproduce this:

#include <string>

std::string
f(bool is_string, bool is_constant)
{
  if (is_string)
    {
      std::string left_string;
      std::string right_string;
      if (is_constant)
        {
          return left_string + right_string;
        }
    }

  return "";
}

When I compile that with current mainline with -O -g I get a crash
(the backtrace is a local patch of mine):

foo.cc: In function ‘std::string f(bool, bool)’:
foo.cc:17:1: internal compiler error: tree check: expected block, have
function_decl in change_scope, at final.c:1544
 }
 ^
0xe388bd tree_check_failed(tree_node const*, char const*, int, char const*,
...)
        ../../trunk/gcc/tree.c:8892
0x50c495 tree_check(tree_node*, char const*, int, char const*, tree_code)
        ../../trunk/gcc/tree.h:3659
0x9372a1 change_scope
        ../../trunk/gcc/final.c:1544
0x937646 reemit_insn_block_notes
        ../../trunk/gcc/final.c:1613
0x937822 final_start_function(rtx_def*, _IO_FILE*, int)
        ../../trunk/gcc/final.c:1670
0x93c6ad rest_of_handle_final
        ../../trunk/gcc/final.c:4291
Please submit a full bug report,
with preprocessed source if appropriate.
Please include the complete backtrace with any bug report.
See <http://gcc.gnu.org/bugs.html> for instructions.


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

end of thread, other threads:[~2012-10-02 16:38 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-09-21  1:11 [Bug go/54649] New: Go bootstrap failed dehao at google dot com
2012-09-21  1:15 ` [Bug go/54649] " dehao at google dot com
2012-09-21  8:53 ` [Bug middle-end/54649] [4.8 Regression] " rguenth at gcc dot gnu.org
2012-09-21 14:02 ` markus at trippelsdorf dot de
2012-09-21 15:36 ` dehao at gcc dot gnu.org
2012-09-21 17:02 ` dehao at gcc dot gnu.org
2012-10-02 16:38 ` dehao at google dot com

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).