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]

[Bug optimization/14335] New: Infinite loop while compiling Sendmail with -ftracer


Compiling Sendmail's savemail.c with -ftracer causes gcc to enter an infinite 
loop, eating 100% CPU. Compiling without -ftracer works just fine.

cc -O -v -save-temps -ftracer -fprefetch-loop-arrays  -
I/usr/src/usr.sbin/sendmail/../../contrib/sendmail/src -
I/usr/src/usr.sbin/sendmail/../../contrib/sendmail/include -I. -DNEWDB -DNIS -
DMILTER -DNETINET6 -DTCPWRAPPERS -DMAP_REGEX -DDNSMAP -DSTARTTLS -
D_FFR_TLS_1   -c /usr/src/contrib/sendmail/src/savemail.c
Using built-in specs.
Configured with: FreeBSD/sparc64 system compiler
Thread model: posix
gcc version 3.3.3 [FreeBSD] 20031106
 /usr/obj/usr/src/sparc64/usr/libexec/cc1 -E -quiet -v -
I/usr/src/usr.sbin/sendmail/../../contrib/sendmail/src -
I/usr/src/usr.sbin/sendmail/../../contrib/sendmail/include -I. -D__GNUC__=3 -
D__GNUC_MINOR__=3 -D__GNUC_PATCHLEVEL__=3 -D__sparc64__ -D__sparc_v9__ -
D__sparcv9 -D__sparc__ -D__arch64__ -D_LONGLONG -DNEWDB -DNIS -DMILTER -
DNETINET6 -DTCPWRAPPERS -DMAP_REGEX -DDNSMAP -DSTARTTLS -
D_FFR_TLS_1 /usr/src/contrib/sendmail/src/savemail.c -ftracer -fprefetch-loop-
arrays -O savemail.i
ignoring duplicate directory "/usr/obj/usr/src/sparc64/usr/include"
#include "..." search starts here:
#include <...> search starts here:
 /usr/src/contrib/sendmail/src
 /usr/src/contrib/sendmail/include
 .
 /usr/obj/usr/src/sparc64/usr/include
End of search list.
 /usr/obj/usr/src/sparc64/usr/libexec/cc1 -fpreprocessed savemail.i -quiet -
dumpbase savemail.c -auxbase savemail -O -version -ftracer -fprefetch-loop-
arrays -o savemail.s
GNU C version 3.3.3 [FreeBSD] 20031106 (sparc64-undermydesk-freebsd)
        compiled by GNU C version 3.3.3 [FreeBSD] 20031106.
GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096

-- 
           Summary: Infinite loop while compiling Sendmail with -ftracer
           Product: gcc
           Version: 3.3.3
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: optimization
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: r dot s dot a dot vandomburg at student dot utwente dot
                    nl
                CC: gcc-bugs at gcc dot gnu dot org
  GCC host triplet: sparc64-undermydesk-freebsd


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14335


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