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 rtl-optimization/64081] [5/6/7 Regression] r217827 prevents RTL loop unroll


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64081

Aldy Hernandez <aldyh at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |aldyh at redhat dot com

--- Comment #41 from Aldy Hernandez <aldyh at redhat dot com> ---
Created attachment 40674
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=40674&action=edit
miscompiled tree-ssa-structalias.ii on AIX

It looks like tree-ssa-structalias.c is being miscompiled, particularly
build_pred_graph.  If I add __attribute__((optimize("-O0"))) to
build_pred_cgraph's definition and rebuild stage2's cc1 we have a
non-segfaulting cc1.

I wonder if we can now build a cross (with attachment 40673) to
--target=powerpc-ibm-aix7.2.0.0 and use the attached tree-ssa-structalias.ii to
compare before and after dumps.

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