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 middle-end/50335] New: ICE in psct_dynamic_dim, at graphite-poly.h:659


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

             Bug #: 50335
           Summary: ICE in psct_dynamic_dim, at graphite-poly.h:659
    Classification: Unclassified
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: middle-end
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: gmaxwell@gmail.com


Created attachment 25231
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25231
preprocessed case that reproduces it

Compiling libopus
http://git.xiph.org/?p=opus.git;a=snapshot;h=f329fa6f0f1e08506a210608bc6de34b5949ec6b;sf=tgz

libcelt/pitch.c: In function 'pitch_search':
libcelt/pitch.c:152:6: internal compiler error: in psct_dynamic_dim, at
graphite-poly.h:659

$ gcc -v
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/home/gmaxwell/gcc/libexec/gcc/x86_64-unknown-linux-gnu/4.7.0/lto-wrapper
Target: x86_64-unknown-linux-gnu
Configured with: ./configure --enable-lto --prefix=/home/gmaxwell/gcc/
--enable-cloog-backend=isl --disable-java --disable-libgcj --enable-lipo
--enable-graphite --enable-languages=c --disable-bootstrap
--enable-stage1-languages=c --disable-libstdcxx-v3
Thread model: posix
gcc version 4.7.0 20110908 (experimental) (GCC) 

CFLAGS='-Ofast -floop-flatten' ; make

(doesn't fail with -O3 -floop-flatten)

Preprocessed file attached.


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