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 other/47313] New: ICE: PHI argument is not a GIMPLE value


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

           Summary: ICE: PHI argument is not a GIMPLE value
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: other
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: marc.glisse@normalesup.org


$ g++ -O2 -c a.cc
a.cc: In function 'Periodic_3_Delaunay_triangulation_3<
<template-parameter-1-1> >::Vertex_handle Periodic_3_Delaunay_triangulation_3<
<template-parameter-1-1> >::nearest_vertex() const [with
<template-parameter-1-1> = Triangulation_data_structure_3,
Periodic_3_Delaunay_triangulation_3< <template-parameter-1-1> >::Vertex_handle
= internal::CC_iterator<Compact_container<int>, false>]':
a.cc:51:1: error: PHI argument is not a GIMPLE value
iftmp.0_2 = PHI <<retval>(2), D.2301_3(D)(3)>

<retval>
a.cc:51:1: internal compiler error: verify_stmts failed


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