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/55404] [4.8 Regression] Lots of failures at -O3


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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |DUPLICATE

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> 2012-11-20 00:03:31 UTC ---
      *overlap_iterations_a = conflict_fn (1, affine_fn_cst
(integer_zero_node));


static conflict_function *
conflict_fn (unsigned n, ...)

static affine_fn
affine_fn_cst (tree cst)

tree-data-ref.h:typedef vec<tree> affine_fn;


So yes this is the same issue as PR 55398 in the end.

*** This bug has been marked as a duplicate of bug 55398 ***


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