DARMA-tasking-internal / darma-frontend

Header library providing the frontend programming model for the DARMA asynchronous many-task model
Other
7 stars 0 forks source link

Compile-time error with GCC 6.1 on example codes #7

Closed lifflander closed 6 years ago

lifflander commented 7 years ago

With GCC 6.1, the DARMA examples do not compile at frontend commit:

e87077693dadc984ffd840158ab8a3738537b705

GCC 6.3 does work.

dhollman commented 7 years ago

Potentially depends on #21

jcbenne commented 7 years ago

is this still an issue?

dhollman commented 7 years ago

I can't tell, since Jonathan's backend currently doesn't compile with GCC. I don't see any issues in my frontend tests, but I don't have gcc 6.1 to test with currently — only 6.2 and 6.3. @lifflander do you know what machine you were seeing this issue on?