#205 DGFParser does not work with icc 7.0
Metadata
| Property | Value |
|---|---|
| Reported by | Christian Engwer (christi@conan.iwr.uni-heidelberg.de) |
| Reported at | Nov 22, 2006 14:19 |
| Type | Bug Report |
| Version | Git (pre2.4) [autotools] |
| Operating System | Unspecified / All |
| Closed by | Robert K (robertk@posteo.org) |
| Closed at | Nov 25, 2006 19:10 |
| Closed in version | Unknown |
| Resolution | Fixed |
| Comment |
Description
dune-grid/grid/io/file/dgfparser/test/* fails with huge number of errors when built with icc.
I.e. icc complains about a valid c++ statement in the albertagrid constructor. This makes me think that dgfparser somehow confuses the icc and this leads to an errors at a totally unrelatet position.
Not shure weather this is an icc bug or a dgf bug and if how to fix it.