This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

strange crash with -march=athlon


Hi all,

current gcc HEAD crashes for me when compiling the attached source file with 
-march=athlon. It no longer crashes when I remove unrelated lines in front of 
the one it reports the crash on. Some kind of memory corruption?

If you can't reproduce it, tell me and I'll try to compile gcc with debugging 
enabled.

ritzert@darkstar:~/tmp/gccbug/bidi > gcc -march=athlon -c bidi.ii
In file included from /3/KDE/qt/include/qsize.h:42,
                 from /3/KDE/qt/include/qrect.h:42,
                 from /3/KDECVS/kdelibs/khtml/rendering/render_object.h:29,
                 from /3/KDECVS/kdelibs/khtml/rendering/render_container.h:26,
                 from /3/KDECVS/kdelibs/khtml/rendering/render_box.h:27,
                 from /3/KDECVS/kdelibs/khtml/rendering/render_flow.h:29,
                 from /3/KDECVS/kdelibs/khtml/rendering/bidi.cpp:25:
/3/KDE/qt/include/qpoint.h:117: internal compiler error: internal error:
   Speicherzugriffsfehler
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
ritzert@darkstar:~/tmp/gccbug/bidi > gcc -v
Reading specs from /3/gcc/HEAD/install/lib/gcc-lib/i686-pc-linux-gnu/3.2/specs
Configured with: /3/gcc/HEAD/gcc/configure --enable-threads=posix 
--prefix=/3/gcc/HEAD/install
Thread model: posix
gcc version 3.2 20020707 (experimental)

Regards,
Michael

Attachment: bidi.ii.bz2
Description: BZip2 compressed data


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]