[Dune] [#493] test failure: dune-common/common/test/sllisttest

Dune dune at dune-project.org
Thu Oct 8 18:14:18 CEST 2009


THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

The following task has a new comment added:

FS#493 - test failure: dune-common/common/test/sllisttest
User who did this - Elias Pipping (pipping)

----------
> Elias told me that he originally saw it just using O2 instead of this weird set of options, but I cannot confirm this.

Hm that's weird. I checked out these files from dune common:

alignment.hh
deprecated.hh
gcd.hh
lcm.hh
poolallocator.hh
static_assert.hh

put them into a directory, removed dune/common from the #includes and compiled your fs_493_testcase_a.cc in there. The result is

pipping at bogus ~/Downloads/dune $ g++ fs_493_testcase_a.cc -I . -O2
pipping at bogus ~/Downloads/dune $ ./a.out 
a.out: fs_493_testcase_a.cc:65: int main(): Assertion `alist.beforeHead_.next_->item_ == 1' failed.
Aborted
pipping at bogus ~/Downloads/dune $ g++ fs_493_testcase_a.cc -I . -O1
pipping at bogus ~/Downloads/dune $ ./a.out 
pipping at bogus ~/Downloads/dune $ 



pipping at bogus ~/Downloads/dune $ gcc -dumpversion
4.4.1
pipping at bogus ~/Downloads/dune $ gcc -dumpmachine
x86_64-pc-linux-gnu
pipping at bogus ~/Downloads/dune $ 
----------

More information can be found at the following URL:
http://www.dune-project.org/flyspray/index.php?do=details&task_id=493#comment1192

You are receiving this message because you have requested it from the Flyspray bugtracking system.  If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.




More information about the Dune mailing list