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 c++/15829] New: ICE on Botan-1.3.13 due to -funroll-loops


Compiling vanilla Botan-1.3.13 on PowerPC with -funroll-loops does ICE g++ 
3.4.0 (x86 not affected). 
 
How to reproduce: 
g++ -funroll-loops -fpermissive base64.ii 
 
-O1 and -O2 ICE; however -O0 and -O3 builds fine ... 
 
src/base64.cpp: In member function `void 
Botan::Base64_Encoder::encode_and_send(const Botan::byte*, Botan::u32bit)': 
src/base64.cpp:43: internal compiler error: in do_SUBST, at combine.c:446 
 
Of course I'll attach the preprecessed source.

-- 
           Summary: ICE on Botan-1.3.13 due to -funroll-loops
           Product: gcc
           Version: 3.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: rene at rocklinux-consulting dot de
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: powerpc-rock-linux-gnu
  GCC host triplet: powerpc-rock-linux-gnu
GCC target triplet: powerpc-rock-linux-gnu


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


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