[Dune] [#674] strict-aliasing warnings with gcc-4.4

Dune flyspray at dune-project.org
Wed Apr 21 08:23:41 CEST 2010


THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

The following task has a new comment added:

FS#674 - strict-aliasing warnings with gcc-4.4
User who did this - Martin Nolte (nolte)

----------
I applied most of the above entity pointer patch to the repository (some time ago). Just the cast operator is not deprecated. So, unless you use that case operator, strict aliasing should be obeyed by now. Just one strange side note:

Iterator it = grid.leafbegin();
EntityPointer ep1 = it; // cast operator used
EntityPointer ep2( it ); // cast operator not used


----------

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

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