public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/15829] New: ICE on Botan-1.3.13 due to -funroll-loops
@ 2004-06-05  0:43 rene at rocklinux-consulting dot de
  2004-06-05  0:45 ` [Bug c++/15829] " rene at rocklinux-consulting dot de
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: rene at rocklinux-consulting dot de @ 2004-06-05  0:43 UTC (permalink / raw)
  To: gcc-bugs

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


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug c++/15829] ICE on Botan-1.3.13 due to -funroll-loops
  2004-06-05  0:43 [Bug c++/15829] New: ICE on Botan-1.3.13 due to -funroll-loops rene at rocklinux-consulting dot de
@ 2004-06-05  0:45 ` rene at rocklinux-consulting dot de
  2004-06-05  1:21 ` pinskia at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: rene at rocklinux-consulting dot de @ 2004-06-05  0:45 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From rene at rocklinux-consulting dot de  2004-06-05 00:45 -------
Created an attachment (id=6466)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=6466&action=view)
Preprocessed source


-- 


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


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug c++/15829] ICE on Botan-1.3.13 due to -funroll-loops
  2004-06-05  0:43 [Bug c++/15829] New: ICE on Botan-1.3.13 due to -funroll-loops rene at rocklinux-consulting dot de
  2004-06-05  0:45 ` [Bug c++/15829] " rene at rocklinux-consulting dot de
@ 2004-06-05  1:21 ` pinskia at gcc dot gnu dot org
  2004-06-07 21:04 ` bangerth at dealii dot org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-06-05  1:21 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-06-05 01:21 -------
I think this is a dup of bug 15761.

-- 


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


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug c++/15829] ICE on Botan-1.3.13 due to -funroll-loops
  2004-06-05  0:43 [Bug c++/15829] New: ICE on Botan-1.3.13 due to -funroll-loops rene at rocklinux-consulting dot de
  2004-06-05  0:45 ` [Bug c++/15829] " rene at rocklinux-consulting dot de
  2004-06-05  1:21 ` pinskia at gcc dot gnu dot org
@ 2004-06-07 21:04 ` bangerth at dealii dot org
  2004-06-07 22:45 ` rakdver at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: bangerth at dealii dot org @ 2004-06-07 21:04 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From bangerth at dealii dot org  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. 

-- 


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


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug c++/15829] ICE on Botan-1.3.13 due to -funroll-loops
  2004-06-05  0:43 [Bug c++/15829] New: ICE on Botan-1.3.13 due to -funroll-loops rene at rocklinux-consulting dot de
                   ` (2 preceding siblings ...)
  2004-06-07 21:04 ` bangerth at dealii dot org
@ 2004-06-07 22:45 ` rakdver at gcc dot gnu dot org
  2004-06-07 22:46 ` bangerth at dealii dot org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: rakdver at gcc dot gnu dot org @ 2004-06-07 22:45 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From rakdver at gcc dot gnu dot org  2004-06-07 22:45 -------
I failed to reproduce the bug from crosscompiler.

-- 


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


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug c++/15829] ICE on Botan-1.3.13 due to -funroll-loops
  2004-06-05  0:43 [Bug c++/15829] New: ICE on Botan-1.3.13 due to -funroll-loops rene at rocklinux-consulting dot de
                   ` (3 preceding siblings ...)
  2004-06-07 22:45 ` rakdver at gcc dot gnu dot org
@ 2004-06-07 22:46 ` bangerth at dealii dot org
  2004-06-10 13:09 ` amodra at bigpond dot net dot au
  2004-06-10 13:14 ` pinskia at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: bangerth at dealii dot org @ 2004-06-07 22:46 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From bangerth at dealii dot org  2004-06-07 22:46 -------
OK, thanks Zdenek. Ren'e, do you have a chance to test on a bigger machine? 
 
W. 

-- 


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


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug c++/15829] ICE on Botan-1.3.13 due to -funroll-loops
  2004-06-05  0:43 [Bug c++/15829] New: ICE on Botan-1.3.13 due to -funroll-loops rene at rocklinux-consulting dot de
                   ` (4 preceding siblings ...)
  2004-06-07 22:46 ` bangerth at dealii dot org
@ 2004-06-10 13:09 ` amodra at bigpond dot net dot au
  2004-06-10 13:14 ` pinskia at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: amodra at bigpond dot net dot au @ 2004-06-10 13:09 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From amodra at bigpond dot net dot au  2004-06-10 13:09 -------
3.3-hammer, 3.4.1, and 3.5.0 powerpc64-linux -m32 don't ICE for me.

-- 


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


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug c++/15829] ICE on Botan-1.3.13 due to -funroll-loops
  2004-06-05  0:43 [Bug c++/15829] New: ICE on Botan-1.3.13 due to -funroll-loops rene at rocklinux-consulting dot de
                   ` (5 preceding siblings ...)
  2004-06-10 13:09 ` amodra at bigpond dot net dot au
@ 2004-06-10 13:14 ` pinskia at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-06-10 13:14 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-06-10 13:14 -------
Closing as fixed then as no one can reproduce it.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
           Keywords|                            |ice-on-valid-code
         Resolution|                            |FIXED
   Target Milestone|---                         |3.4.1


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


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2004-06-10 13:14 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-06-05  0:43 [Bug c++/15829] New: ICE on Botan-1.3.13 due to -funroll-loops rene at rocklinux-consulting dot de
2004-06-05  0:45 ` [Bug c++/15829] " rene at rocklinux-consulting dot de
2004-06-05  1:21 ` pinskia at gcc dot gnu dot org
2004-06-07 21:04 ` bangerth at dealii dot org
2004-06-07 22:45 ` rakdver at gcc dot gnu dot org
2004-06-07 22:46 ` bangerth at dealii dot org
2004-06-10 13:09 ` amodra at bigpond dot net dot au
2004-06-10 13:14 ` pinskia at gcc dot gnu dot org

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).