public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
From: Alex Mohr <amohr@pixar.com>
To: gcc-help@gnu.org
Cc: Martin Reddy <reddy@pixar.com>, Brad Andalman <andalman@pixar.com>
Subject: gcov compiles ICE on gcc-4.1.2
Date: Tue, 11 Dec 2007 23:01:00 -0000	[thread overview]
Message-ID: <475F16BB.9010802@pixar.com> (raw)

Hi folks,

We just upgraded from the gcc 4.0 series to 4.1.2, and we're having 
trouble with our gcov build.  We get random ICEs like:

In function '(static destructors for wrapKeyFrame.cpp)': 
wrapKeyFrame.cpp:253: internal compiler error: Segmentation fault

on various files in our source tree.  (Full command line below.)  We've 
tried changing flags, enabling optimizations, and this sometimes gets 
certain files to compile, but other files that formerly compiled will 
randomly start ICEing.

Non-gcov builds work great both with and without optimizations, and our 
full test suite shows no problems.

Anyone else out there having trouble like this with gcov in the 4.1 
series?  Any hints or help is greatly appreciated.

Thanks!

Alex



Full command line:

g++ -fPIC -m64 -Wall -Wunused -Wunused-parameter -Wno-import 
-Wno-strict-aliasing -Wpointer-arith -Wcast-align -fmessage-length=0 
-fprofile-arcs -ftest-coverage -DGPLUSPLUS -DPOSIX_THREADS -DMENV30 
-ftemplate-depth-90 -fpermissive -fno-const-strings -Wno-unknown-pragmas 
-Wno-missing-braces -Wno-non-template-friend -g -fno-elide-constructors 
-Werror -fvisibility=hidden -Wno-unused-parameter -Wno-sign-compare 
-DLINUX -DFEDORA -DPOSIX_THREADS -D_ISOC99_SOURCE -D_XOPEN_SOURCE=600 
-D_GNU_SOURCE -DSYS_V -D_REENTRANT -DBUILD_OPTLEVEL_DEV 
-DMFB_PROJECT_NAME=Core -DMFB_PACKAGE_NAME=Anim 
-DMFB_ALT_PACKAGE_NAME=Anim -DMFB_BASE_FILENAME=wrapKeyFrame 
-D__GLIBCPP_INTERNAL_BVECTOR_H -D__STDC_LIMIT_MACROS -D__null=0 -isystem 
/pixar/d2/sets/tools-34/include/gcc4-fixes 
-I/data/tinderbox/menv30_codecoverage_dep/menv30_src/gen/fedora-gcc64-gcov-dbg/Core/lib/Anim/include 
-I/data/tinderbox/menv30_codecoverage_dep/menv30_src/inst/fedora-gcc64-gcov-dbg/include 
-isystem /pixar/d2/ ts/tools-34/include/python2.5 -isystem 
/pixar/d2/sets/tools-34/include -isystem 
/pixar/d2/sets/tools-34/include/boost 
-I/data/tinderbox/menv30_codecoverage_dep/menv30_src/inst/fedora-gcc64-gcov-dbg/include 
-I/data/tinderbox/menv30_codecoverage_dep/menv30_src/inst/fedora-gcc64-gcov-dbg/include 
-MMD -MF wrapKeyFrame.d -c 
/data/tinderbox/menv30_codecoverage_dep/menv30_src/menv/Core/lib/Anim/wrapKeyFrame.cpp 
-o wrapKeyFrame.o 
/data/tinderbox/menv30_codecoverage_dep/menv30_src/menv/Core/lib/Anim/wrapKeyFrame.cpp: 
In function '(static destructors for 
/data/tinderbox/menv30_codecoverage_dep/menv30_src/menv/Core/lib/Anim/wrapKeyFrame.cpp)': 
/data/tinderbox/menv30_codecoverage_dep/menv30_src/menv/Core/lib/Anim/wrapKeyFrame.cpp:253: 
internal compiler error: Segmentation fault Please submit a full bug 
report, with preprocessed source if appropriate. See 
<URL:http://gcc.gnu.org/bugs.html> for instructions.

                 reply	other threads:[~2007-12-11 23:01 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=475F16BB.9010802@pixar.com \
    --to=amohr@pixar.com \
    --cc=andalman@pixar.com \
    --cc=gcc-help@gnu.org \
    --cc=reddy@pixar.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).