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 middle-end/30715] [4.3 regression]: ICE in operand_equal_p() with -O



------- Comment #2 from burnus at gcc dot gnu dot org  2007-02-06 17:45 -------
> Reduced test case:
The line "xvector = 0.0" can also be removed. The dump-tree-original looks then
as follows:

xcc_v_convert (iepoch)
{
  real4 xvector[3];
  real4 yvector[3];

  if (*iepoch)
    {
      (void) __builtin_memcpy ((void *) &yvector, (void *) &xvector, 12);
    }
}


-- 

burnus at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|fortran                     |middle-end


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


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