public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug optimization/12223] New: [3.3 regression] [IA64] Compiler generates infinite loop
@ 2003-09-09 16:08 schwab at suse dot de
  2003-09-09 16:09 ` [Bug optimization/12223] " schwab at suse dot de
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: schwab at suse dot de @ 2003-09-09 16:08 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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

           Summary: [3.3 regression] [IA64] Compiler generates infinite loop
           Product: gcc
           Version: 3.3.2
            Status: UNCONFIRMED
          Keywords: wrong-code
          Severity: normal
          Priority: P2
         Component: optimization
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: schwab at suse dot de
                CC: gcc-bugs at gcc dot gnu dot org
GCC target triplet: ia64-suse-linux

The compiler generates an infinite loop from this part of the testcase: 
 
      for (size_t i = 0; i < siblings.size(); ++i) { 
        std::vector <Node> new_siblings; 
 
        if (! fetch(siblings[i], new_siblings)) { 
          array[begin + siblings[i].code].base = 
            val ? (ArrayType)(-val[siblings[i].left]-1) : (ArrayType)(-siblings
[i].left-1); 
 
.L925: 
	.mfb 
	ld8 r14 = [r15]	//  <variable>.val 
	nop.f 0 
	nop.b 0 
	;; 
	.mib 
	cmp.eq p6, p7 = 0, r14 
	nop.i 0 
	(p7) br.cond.dptk .L925


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

end of thread, other threads:[~2003-10-05 19:54 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-09-09 16:08 [Bug optimization/12223] New: [3.3 regression] [IA64] Compiler generates infinite loop schwab at suse dot de
2003-09-09 16:09 ` [Bug optimization/12223] " schwab at suse dot de
2003-09-10 11:48 ` [Bug optimization/12223] [3.3 regression] " schwab at suse dot de
2003-09-10 18:24 ` [Bug optimization/12223] [3.3.2 " schwab at suse dot de
2003-09-10 18:52 ` schwab at suse dot de
2003-09-13 23:59 ` rakdver at gcc dot gnu dot org
2003-09-14 18:41 ` schwab at suse dot de
2003-09-15 14:04 ` matz at suse dot de
2003-09-19  9:52 ` ebotcazou at gcc dot gnu dot org
2003-09-19 21:59 ` neroden at gcc dot gnu dot org
2003-09-19 22:49 ` pinskia at gcc dot gnu dot org
2003-10-04  9:06 ` jakub at redhat dot com
2003-10-05 19:54 ` mmitchel 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).