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

            Bug ID: 58210
           Summary: 400.perlbench fails with ICE
           Product: gcc
           Version: 4.9.0
            Status: UNCONFIRMED
          Severity: major
          Priority: P3
         Component: rtl-optimization
          Assignee: unassigned at gcc dot gnu.org
          Reporter: Ganesh.Gopalasubramanian at amd dot com

400.perlbench fails with the following error.

pp_sort.c:1352:1: error: type mismatch in pointer plus expression
 S_qsortsv(pTHX_ gptr *list1, size_t nmemb, SVCOMPARE_t cmp, U32 flags)
 ^
struct SV * *

struct SV * *

struct SV * *

vect_vec_iv_.705_551 = vect_vec_iv_.705_565 + { 32B, 32B };
pp_sort.c:1352:1: error: type mismatch in pointer plus expression
struct SV * *

struct SV * *

struct SV * *

vect_vec_iv_.705_543 = vect_vec_iv_.705_565 + { 48B, 48B };
pp_sort.c:1352:1: error: type mismatch in pointer plus expression
struct SV * *

struct SV * *

struct SV * *

vect_vec_iv_.705_528 = vect_vec_iv_.705_565 + { 64B, 64B };
pp_sort.c:1352:1: internal compiler error: verify_gimple failed
0x55cdf4 ???
        ../sysdeps/x86_64/elf/start.S:113

Reply via email to