[Bug 67] New: Array of vectors causes ICE

gdc-bugzilla at gdcproject.org gdc-bugzilla at gdcproject.org
Mon Jul 1 15:37:45 PDT 2013


http://bugzilla.gdcproject.org/show_bug.cgi?id=67

             Bug #: 67
           Summary: Array of vectors causes ICE
    Classification: Unclassified
           Product: GDC
           Version: development
          Platform: x86_64
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gdc
        AssignedTo: ibuclaw at gdcproject.org
        ReportedBy: ibuclaw at gdcproject.org


Minimal testcase:
---
__vector(float[4]) d[2];


simd.d:1: internal compiler error: in output_constructor_regular_field, at
varasm.c:4875
0xbe5190 output_constructor_regular_field
        ../../gcc-4.9-20130616/gcc/varasm.c:4875
0xbe5190 output_constructor
        ../../gcc-4.9-20130616/gcc/varasm.c:5192
0xbeb4a1 assemble_variable(tree_node*, int, int, int)
        ../../gcc-4.9-20130616/gcc/varasm.c:2113
0xbec010 varpool_assemble_decl(varpool_node*)
        ../../gcc-4.9-20130616/gcc/varpool.c:290
0x6d344e output_in_order
        ../../gcc-4.9-20130616/gcc/cgraphunit.c:1779
0x6d344e compile()
        ../../gcc-4.9-20130616/gcc/cgraphunit.c:2015
0x6d37f4 finalize_compilation_unit()
        ../../gcc-4.9-20130616/gcc/cgraphunit.c:2097
0x6151b4 d_write_global_declarations
        ../../gcc-4.9-20130616/gcc/d/d-lang.cc:619.

-- 
Configure bugmail: http://bugzilla.gdcproject.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.


More information about the D.gnu mailing list