Bug 28646 - 400.perlbench never completes when compiled with -O3
Summary: 400.perlbench never completes when compiled with -O3
Status: RESOLVED DUPLICATE of bug 28644
Alias: None
Product: gcc
Classification: Unclassified
Component: c (show other bugs)
Version: 4.1.0
: P3 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-08 00:16 UTC by Uttam Pawar
Modified: 2006-08-08 00:21 UTC (History)
1 user (show)

See Also:
Host: x86-64
Target: x86-64
Build: x86-64
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 Uttam Pawar 2006-08-08 00:16:21 UTC
Hi,

I've been trying to run perlbench (speccpu 2006 benchmark) compiled with gcc 4.1.0 with "-O3 -ffast-math -funroll-all-loops -m64". But when I run this benchmark, it never completes (it goes on more than 3 hours) and I'd to kiil it.
It completes when I added -fno-inline option. Just wanted to report this as a possible problem in the inliner.

GCC has been configured as shown below.

Configured with: ../configure --enable-threads=posix --prefix=/usr --with-local-prefix=/usr/local --infodir=/usr/share/info --mandir=/usr/share/man --enable-languages=c,c++ --disable-checking --libdir=/usr/lib64 --enable-libgcj --with-gxx-include-dir=/usr/include/g++ --with-slibdir=/lib64 --with-system-zlib --enable-shared --enable-__cxa_atexit x86_64-suse-linux
Thread model: posix
gcc version 4.1.0 

Processor: AMD Opteron
Comment 1 Andrew Pinski 2006-08-08 00:21:29 UTC

*** This bug has been marked as a duplicate of 28644 ***