Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 15829
Product:  
Component:  
Status: RESOLVED
Resolution: FIXED
Assigned To: Not yet assigned to anyone <unassigned@gcc.gnu.org>
Host:
Reported against  
Priority:  
Severity:  
Target Milestone:  
 
 
Target:
Reporter: René Rebe <rene@rocklinux-consulting.de>
Add CC:
CC:
Remove selected CCs
Build:
URL:
Summary:
Keywords:
Known to work:
Known to fail:

Attachment Description Type Created Size Actions
base64.ii Preprocessed source text/plain 2004-06-05 00:45 64.28 KB Edit
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 15829 depends on: Show dependency tree
Show dependency graph
Bug 15829 blocks:

Additional Comments:






View Bug Activity   |   Format For Printing   |   Clone This Bug


Description:   Last confirmed: Opened: 2004-06-05 00:43
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.

------- Comment #1 From René Rebe 2004-06-05 00:45 -------
Created an attachment (id=6466) [edit]
Preprocessed source

------- Comment #2 From Andrew Pinski 2004-06-05 01:21 -------
I think this is a dup of bug 15761.

------- Comment #3 From Wolfgang Bangerth 2004-06-07 21:04 -------
This testcase here doesn't ICE on x86, apparently only on PPC, while 
the one in PR 15761 also affects x86. The bug may or may therefore not 
be duplicates. We'd need someone with a PPC box to reduce the testcase. 
 
W. 

------- Comment #4 From Zdenek Dvorak 2004-06-07 22:45 -------
I failed to reproduce the bug from crosscompiler.

------- Comment #5 From Wolfgang Bangerth 2004-06-07 22:46 -------
OK, thanks Zdenek. Ren'e, do you have a chance to test on a bigger machine? 
 
W. 

------- Comment #6 From Alan Modra 2004-06-10 13:09 -------
3.3-hammer, 3.4.1, and 3.5.0 powerpc64-linux -m32 don't ICE for me.

------- Comment #7 From Andrew Pinski 2004-06-10 13:14 -------
Closing as fixed then as no one can reproduce it.

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug