|
Message-ID: <CAC4WxJ587DPn5LcXwk_FWyhsNqr+CKWXYK=PBU-bavUkn=-MYA@mail.gmail.com>
Date: Mon, 27 May 2013 09:22:21 +0200
From: Guth <guth@...posor.com>
To: john-dev@...ts.openwall.com
Subject: Compile error with (linux-x86-64) - contest edition
It might be a GCC bug, but FYI:
I got the next error on 1 box (over 2) with make linux-x86-64-gpu (same
goes with cpu only)
c3_fmt.c:434:8: error: ‘warned’ not specified in enclosing parallel
GNU Make 3.82
$ gcc --version
gcc (GCC) 4.5.2
compiling with openmp + MPI
During contest, the issue was (quick&dirty) adressed with a #undef _OPENMP
at beginning of file.
Solar suggested as well:
"As a workaround, you may remove "default(none)" or add "warned" to
"shared(...)". This is on line 403."
removing "default(none)" did the trick, but adding "warned" to "shared()"
resulted in:
c3_fmt.c:403:123: error: ‘warned’ undeclared (first use in this function)
Content of type "text/html" skipped
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.