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 testsuite/77317] x86_64 --target_board=''unix/ unix/-m32'' parallel testrun gives inconsistent results in gcc.dg/vect


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

--- Comment #1 from Robert Suchanek <robert.suchanek at imgtec dot com> ---
I see what the problem is.

During mechanical change I "fixed" global variable name(s) in this and in a few
other procedures that appeared that they should have cached the result.

A quick look at my patch reveals the following other procedures might also be
affected:

check_effective_target_vect_natural_alignment
check_effective_target_vector_alignment_reachable
check_effective_target_vector_alignment_reachable_for_64bit

I will post a patch to revert either one or all of the changes for the
concerned procedures.

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