This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug tree-optimization/45921] New: [4.6 Regression] ICE: verify_stmts failed: invalid conversion in gimple call at -O1


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

           Summary: [4.6 Regression] ICE: verify_stmts failed: invalid
                    conversion in gimple call at -O1
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: tree-optimization
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: zsojka@seznam.cz


This might be the same as PR45875 comment #6 (the testcase is very similiar)

Command line:
$ gcc -O testcase.C

Compiler output:
$ gcc -O testcase.C 
testcase.C: In function 'void* foo()':
testcase.C:16:1: error: invalid conversion in gimple call
void *

int

# .MEM_8 = VDEF <.MEM_11>
D.2143_4 = D.2145_3 (&obj.D.2078);

testcase.C:16:1: internal compiler error: verify_stmts failed
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.

Tested revisions:
r165058 - ICE
r164716 - ICE
r163636 - segfault
r159696 - segfault
r158095 - OK


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]