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



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



           What    |Removed                     |Added

----------------------------------------------------------------------------

           Keywords|                            |openmp

             Status|UNCONFIRMED                 |NEW

   Last reconfirmed|                            |2013-02-06

     Ever Confirmed|0                           |1



--- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> 2013-02-06 
09:52:48 UTC ---

Confirmed.  On trunk we ICE with



t.C: In function 'ptr<int> f()':

t.C:15:15: error: invalid conversion in return statement

        return pt;

               ^

struct ptr



struct ptr &



return pt.5;



t.C:15:15: internal compiler error: verify_gimple failed

0xcfd441 verify_gimple_in_cfg(function*)

        /space/rguenther/src/svn/trunk/gcc/tree-cfg.c:4747

Reply via email to