Bug 8951 - Please add a Warning about "-malign-double" in docs
Summary: Please add a Warning about "-malign-double" in docs
Status: RESOLVED DUPLICATE of bug 8947
Alias: None
Product: gcc
Classification: Unclassified
Component: other (show other bugs)
Version: 3.3
: P3 normal
Target Milestone: ---
Assignee: Paolo Carlini
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-12-15 08:56 UTC by norbert_wolff
Modified: 2003-06-12 00:03 UTC (History)
2 users (show)

See Also:
Host: i686-pc-linux-gnu
Target: i686-pc-linux-gnu
Build: i686-pc-linux-gnu
Known to work:
Known to fail:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description norbert_wolff 2002-12-15 08:56:01 UTC
    Please add a note in your docs that is not possible to compile
    the GNU-libc (i tried it with 2.3.1) with the options
    "-malign-double" and/or "-m128bit-long-double".

    The increased aligment of long doubles caused by this switches
    crashes the calculations in glibc-2.3.1/io/fts.c,
    so every call of one of the stat-functions will fail...

    Thanks,
     Norbert Wolff

Release:
3.3 20021214 (experimental)

Environment:
System: Linux icarus 2.4.19 #1 i686
Architecture: i686
host: i686-pc-linux-gnu
build: i686-pc-linux-gnu
target: i686-pc-linux-gnu
configured with: ../configure --with-gnu-ld --with-gnu-as --disable-nls
  -prefix=/opt/gcc3.3 i686-linux
Comment 1 Paolo Carlini 2002-12-15 13:37:56 UTC
*** This bug has been marked as a duplicate of 8947 ***