This is the mail archive of the gcc-patches@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]

[patch] PR37152 fix


Fix a "gcc_assert (ncopies = 1)".... (changed to "gcc_assert (ncopies ==
1)".
Committed after bootstrap and regression testing on i386-linux.

dorit

        PR bootstrap/37152
        * tree-vect-transform.c (vect_create_epilog_for_reduction): Change
=.
        to == in assert statement.
        (vectorizable_reduction): Fix typo.

(See attached file: pr37152.txt)

Attachment: pr37152.txt
Description: Text document


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