sctincman / freeocl

OpenCL 1.2 implementation targeting CPUs, utilizing an external C++ compiler
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Compilation with gcc4.7 is broken #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Use GCC4.7.0 or later
2. cmake -> make
3. error will occur

What is the expected output? What do you see instead?
Compilation successful

What version of the product are you using? On what operating system?
latest svn, Arch Linux 32bit with gcc 4.7.0

Please provide any additional information below.
Patch included fixes it.

Original issue reported on code.google.com by bren...@fridu.net on 21 May 2012 at 10:15

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks. Fixed in r174.

Original comment by zuzu...@gmail.com on 21 May 2012 at 5:39