This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
k6 optimization
- To: gcc-bugs at gcc dot gnu dot org
- Subject: k6 optimization
- From: Nicolas Vignal <nicolas dot vignal at fnac dot net>
- Date: Tue, 13 Mar 2001 10:58:35 +0100
Hello
My computer is a K6-2 with a RedHat 6.2
I want to optimize some packages for my computer.
I downloaded gcc-2.95.3 compiled and installed them without any problem.
After, I compiled and installed XFree-4.0.2 with -march=k6 -mcpu=k6 flags
without error.
But when I launch XFree with twm I have a core dumped. Then I compiled XFree
with -march=i386 -mcpu=i386 flags
This time I can launch XFree an twm without any core dumped.
I have the same problem If I compiled kppp,kmail,kpaint... with -march=k6
-mcpu=k6 flags
I didn't find any documentation about that or any report on the mailing list.
Does someone have the same problem ?
If I found a bug, please advice how I can help and give you a good bug report.
Regards
Nicolas