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 libgomp/78468] [7 regression] libgomp.c/reduction-10.c and many more FAIL


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

--- Comment #8 from Dominik Vogt <vogt at linux dot vnet.ibm.com> ---
Some things to try with reduction-10.c:

1) Remove all OMP pragmas from the code.  If it still fails it's not a limbgomp
bug.
2) Replace "p7" in foo with just "7".  If it still fails we know the bug is not
triggered by the dynamic allocation of a or b.

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