https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89867

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |needs-reduction
             Target|                            |arm-none-eabi
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2019-03-28
     Ever confirmed|0                           |1

--- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> ---
Confirmed with quite old trunk.

#2  0x00000000012b2916 in layout_type (type=0x7ffff547ebd0)
    at /space/rguenther/src/svn/trunk2/gcc/stor-layout.c:2589
warning: Source file is more recent than executable.
2589          gcc_unreachable ();
(gdb) p type
$1 = (tree) 0x7ffff547ebd0
(gdb) p type->base.code
$2 = TEMPLATE_TYPE_PARM

#0  internal_error (gmsgid=0x23feb0f "in %s, at %s:%d")
    at /space/rguenther/src/svn/trunk2/gcc/diagnostic.c:1536
#1  0x0000000001ee49e4 in fancy_abort (
    file=0x20e6370 "/space/rguenther/src/svn/trunk2/gcc/stor-layout.c", 
    line=2589, 
    function=0x20e6c26 <layout_type(tree_node*)::__FUNCTION__> "layout_type")
    at /space/rguenther/src/svn/trunk2/gcc/diagnostic.c:1607
#2  0x00000000012b2916 in layout_type (type=0x7ffff547ebd0)
    at /space/rguenther/src/svn/trunk2/gcc/stor-layout.c:2589
#3  0x00000000016728ef in type_hash_canon (hashcode=721902123, 
    type=0x7ffff547ebd0) at /space/rguenther/src/svn/trunk2/gcc/tree.c:7004
#4  0x0000000000b7912f in build_type_attribute_qual_variant (
    otype=0x7ffff547eb28, attribute=0x7ffff5478e60, quals=0)
    at /space/rguenther/src/svn/trunk2/gcc/attribs.c:1157
#5  0x0000000000b7a23c in build_type_attribute_variant (ttype=0x7ffff547eb28, 
    attribute=0x7ffff5478e60)
    at /space/rguenther/src/svn/trunk2/gcc/attribs.c:1369
#6  0x0000000000b7805e in decl_attributes (node=0x7fffffffd040, 
    attributes=0x7ffff5478e38, flags=0, last_decl=0x0)
    at /space/rguenther/src/svn/trunk2/gcc/attribs.c:785
#7  0x0000000000953060 in cplus_decl_attributes (decl=0x7fffffffd040, 
    attributes=0x7ffff5478e38, flags=0)
    at /space/rguenther/src/svn/trunk2/gcc/cp/decl2.c:1525

Reply via email to