Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:

| I guess that, with lyxstring, the beginning of the string is not
| aligned on a 8-bytes boundaries.

I would guess that it is. It is the casting that does the unaligned
thing.
try -Wcast-align (or is it -Walign-cast)

| Are you sure that reporting of unaligned access errors is turned on by
| default on linux/alpha?

With the above you will get warnings from gcc (I think)

        Lgb

Reply via email to