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 tree-optimization/79347] [7 regression] vect_do_peeling is messing up profile


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

--- Comment #13 from amker at gcc dot gnu.org ---
(In reply to Rainer Orth from comment #10)
> The new testcase FAILs on sparc-sun-solaris2.12, both 32 and 64-bit:
> 
> +FAIL: gcc.dg/vect/pr79347.c -flto -ffat-lto-objects  scan-tree-dump-times
> vect "Invalid sum of " 2
> +FAIL: gcc.dg/vect/pr79347.c scan-tree-dump-times vect "Invalid sum of " 2
> 
> "Invalid sum of " doesn't occur in the dump file at all.
> 
>   Rainer

As noted in comment #12, though "Invalid sum " doesn't occur in this case, the
counter is still wrong.  This issue should be resolved by proposed patch at
https://gcc.gnu.org/ml/gcc-patches/2017-02/msg01057.html
Thanks.

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