Skip to content

Commit f61930e

Browse files
authored
Merge pull request #4882 from martin-frbg/issue4805-3
Restore the workaround in the POTRS utest as it is reportedly still needed on 3C6000/gcc14.2
2 parents 7129a64 + dfba3f8 commit f61930e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utest/test_potrs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3232
**********************************************************************************/
3333

3434
#include "openblas_utest.h"
35-
35+
#pragma GCC optimize("no-gcse")
3636
/*
3737
void BLASFUNC(cpotrf)(char*, BLASINT*, complex float*, BLASINT*, BLASINT*);
3838
void BLASFUNC(zpotrs_(char*, BLASINT*, BLASINT*, complex double*,

0 commit comments

Comments
 (0)