public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "fragabr at gmail dot com" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug c/55459] New: Firefox 17: internal compiler error: in scan_tree_for_params_right_scev, at graphite-sese-to-poly.c:633
Date: Sat, 24 Nov 2012 22:18:00 -0000	[thread overview]
Message-ID: <bug-55459-4@http.gcc.gnu.org/bugzilla/> (raw)


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

             Bug #: 55459
           Summary: Firefox 17: internal compiler error: in
                    scan_tree_for_params_right_scev, at
                    graphite-sese-to-poly.c:633
    Classification: Unclassified
           Product: gcc
           Version: 4.7.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: fragabr@gmail.com


I'm using gcc 4.7.2 and when trying to compile Firefox 17 with the following
options:

-march=native -O3 -mno-avx -pipe -floop-interchange -floop-strip-mine
-floop-block

It results in the following:

make[5]: Entering directory
`/home/fraga/src/firefox/media/webrtc/trunk/src/modules/modules_iSACFix'
gcc -o audio_coding/codecs/iSAC/fix/source/fft.o -c
-I../../../../../../dist/system_wrappers -include
/home/fraga/src/mozilla/config/gcc_hidden.h -DMOZ_GLUE_IN_PROGRAM
-D_FILE_OFFSET_BITS=64 -DCHROMIUM_BUILD -DUSE_NSS=1 -DTOOLKIT_USES_GTK=1
-DGTK_DISABLE_SINGLE_INCLUDES=1 -D_ISOC99_SOURCE=1 -DENABLE_REMOTING=1
-DENABLE_P2P_APIS=1 -DENABLE_CONFIGURATION_POLICY -DENABLE_INPUT_SPEECH
-DENABLE_NOTIFICATIONS -DENABLE_GPU=1 -DENABLE_EGLIMAGE=1 -DUSE_SKIA=1
-DENABLE_REGISTER_PROTOCOL_HANDLER=1 -DENABLE_WEB_INTENTS=1
-DENABLE_PLUGIN_INSTALLATION=1 -DWEBRTC_LINUX -DWEBRTC_THREAD_RR
-D__STDC_FORMAT_MACROS -DNDEBUG -DNVALGRIND -DDYNAMIC_ANNOTATIONS_ENABLED=0 -I.
-I/home/fraga/src/mozilla/media/webrtc/trunk/src/modules/..
-I/home/fraga/src/mozilla/media/webrtc/trunk/src/modules/../..
-I/home/fraga/src/mozilla/media/webrtc/trunk/src/modules/audio_coding/codecs/iSAC/fix/interface
-I/home/fraga/src/mozilla/media/webrtc/trunk/src/modules/../common_audio/signal_processing/include
 -fPIC  -Wall -Wpointer-arith -Wdeclaration-after-statement -Werror=return-type
-Wtype-limits -Wempty-body -Wno-unused -Wno-overlength-strings -Wcast-align
-Wno-long-long -march=native -O3 -pipe -floop-interchange -floop-strip-mine
-floop-block -fno-strict-aliasing -ffunction-sections -fdata-sections -pthread
-pipe -DNDEBUG -DTRIMMED -g -march=native -O3 -mno-avx -pipe -floop-interchange
-floop-strip-mine -floop-block -fomit-frame-pointer     -include
../../../../../../mozilla-config.h -DMOZILLA_CLIENT -MD -MF .deps/fft.o.pp
/home/fraga/src/mozilla/media/webrtc/trunk/src/modules/audio_coding/codecs/iSAC/fix/source/fft.c
/home/fraga/src/mozilla/media/webrtc/trunk/src/modules/audio_coding/codecs/iSAC/fix/source/fft.c:
In function ‘WebRtcIsacfix_FftRadix16Fastest’:
/home/fraga/src/mozilla/media/webrtc/trunk/src/modules/audio_coding/codecs/iSAC/fix/source/fft.c:71:15:
internal compiler error: in scan_tree_for_params_right_scev, at
graphite-sese-to-poly.c:633
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
make[5]: *** [audio_coding/codecs/iSAC/fix/source/fft.o] Error 1
make[5]: Leaving directory
`/home/fraga/src/firefox/media/webrtc/trunk/src/modules/modules_iSACFix'
make[4]: *** [src/modules/modules_iSACFix_libs] Error 2
make[4]: Leaving directory `/home/fraga/src/firefox/media/webrtc/trunk'
make[3]: *** [libs] Error 2
make[3]: Leaving directory `/home/fraga/src/firefox/media/webrtc'
make[2]: *** [libs_tier_platform] Error 2
make[2]: Leaving directory `/home/fraga/src/firefox'
make[1]: *** [tier_platform] Error 2
make[1]: Leaving directory `/home/fraga/src/firefox'
make: *** [default] Error 2

Here it's the ~/.mozconfig I use:

. /home/fraga/src/mozilla/browser/config/mozconfig
mk_add_options LDFLAGS="-L/usr/X11/lib64" 
mk_add_options CPPFLAGS="-I/usr/X11/include"
mk_add_options MOZ_CO_PROJECT=browser
mk_add_options MOZ_OBJDIR=/home/fraga/src/firefox
ac_add_options --enable-optimize="-march=native -O3 -mno-avx -pipe
-floop-interchange -floop-strip-mine -floop-block"
ac_add_options --disable-debug 
ac_add_options --disable-tests
ac_add_options --enable-svg
ac_add_options --enable-safe-browsing
ac_add_options --enable-update-packaging
ac_add_options --x-libraries=/usr/X11/lib64
ac_add_options --disable-necko-wifi
ac_add_options --disable-crashreporter


             reply	other threads:[~2012-11-24 22:18 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-11-24 22:18 fragabr at gmail dot com [this message]
2012-11-24 22:27 ` [Bug tree-optimization/55459] " fragabr at gmail dot com
2012-12-24 14:36 ` spammeup2011 at googlemail dot com
2012-12-24 14:37 ` spammeup2011 at googlemail dot com
2012-12-24 14:40 ` spammeup2011 at googlemail dot com
2013-05-04 15:16 ` de.techno at gmail dot com
2014-04-08  3:57 ` asolokha at gmx dot com
2014-12-11 13:06 ` mpolacek at gcc dot gnu.org

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=bug-55459-4@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /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).