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 tree-optimization/23625] New: ICE: in bsi_after_labels, at tree-flow-inline.h:758


When I compile qt334 with the actual snapshot (20050826) of gcc41 I get an ICE
when I use -O2 -ftree-loop-linear -ftree-vectorize.

last working snapshot is:   gcc-4.1-20050723
first failing snapshot is:  gcc-4.1-20050730

Michael Cieslinski

gcc41m -c -O2 -ftree-loop-linear -ftree-vectorize -o jquant2.o jquant2.i
../../../../src/3rdparty/libjpeg/jquant2.c: In function 'fill_inverse_cmap':
../../../../src/3rdparty/libjpeg/jquant2.c:859: internal compiler error: in 
bsi_after_labels, at tree-flow-inline.h:758
Please submit a full bug report, with preprocessed source if appropriate.

gcc41m -v
Using built-in specs.
Target: x86_64-unknown-linux-gnu
Configured with: ../gcc-4.1-20050826/configure --prefix=/usr/local/gcc41m --
program-suffix=41m --with-arch=opteron --enable-languages=c,c++ --enable-
checking
Thread model: posix
gcc version 4.1.0 20050826 (experimental)

-- 
           Summary: ICE: in bsi_after_labels, at tree-flow-inline.h:758
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: tree-optimization
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: micis at gmx dot de
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: x86_64-unknown-linux-gnu
  GCC host triplet: x86_64-unknown-linux-gnu
GCC target triplet: x86_64-unknown-linux-gnu


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


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