public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: optimization/8697: [IA-64] combine bug
@ 2003-02-18 16:00 ebotcazou
  0 siblings, 0 replies; 7+ messages in thread
From: ebotcazou @ 2003-02-18 16:00 UTC (permalink / raw)
  To: ebotcazou, gcc-bugs, gcc-prs, nobody, schwab

Synopsis: [IA-64] combine bug

Responsible-Changed-From-To: unassigned->ebotcazou
Responsible-Changed-By: ebotcazou
Responsible-Changed-When: Tue Feb 18 16:00:53 2003
Responsible-Changed-Why:
    Investigating.
State-Changed-From-To: feedback->analyzed
State-Changed-By: ebotcazou
State-Changed-When: Tue Feb 18 16:00:53 2003
State-Changed-Why:
    Still present as of today.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=8697


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

* Re: optimization/8697: [IA-64] combine bug
@ 2003-02-18 20:24 schwab
  0 siblings, 0 replies; 7+ messages in thread
From: schwab @ 2003-02-18 20:24 UTC (permalink / raw)
  To: ebotcazou, gcc-bugs, gcc-prs, schwab

Synopsis: [IA-64] combine bug

State-Changed-From-To: analyzed->closed
State-Changed-By: schwab
State-Changed-When: Tue Feb 18 20:24:53 2003
State-Changed-Why:
    Fixed in 3.3.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=8697


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

* Re: optimization/8697: [IA-64] combine bug
@ 2003-02-18 20:06 Andreas Schwab
  0 siblings, 0 replies; 7+ messages in thread
From: Andreas Schwab @ 2003-02-18 20:06 UTC (permalink / raw)
  To: ebotcazou; +Cc: gcc-prs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 864 bytes --]

The following reply was made to PR optimization/8697; it has been noted by GNATS.

From: Andreas Schwab <schwab@suse.de>
To: Eric Botcazou <ebotcazou@libertysurf.fr>
Cc: gcc-gnats@gcc.gnu.org, gcc-bugs@gcc.gnu.org, nobody@gcc.gnu.org
Subject: Re: optimization/8697: [IA-64] combine bug
Date: Tue, 18 Feb 2003 21:00:37 +0100

 Eric Botcazou <ebotcazou@libertysurf.fr> writes:
 
 |> > Still reproducable with both 3.3 and 3.4 as of today.
 |> 
 |> Are you sure?
 
 The test case is buggy. :-(  The first line of main should actually read
 
   operands[1] = gen_rtx_CONST_INT (0, 0x400000);
 
 With this correction it works now.
 
 Andreas.
 
 -- 
 Andreas Schwab, SuSE Labs, schwab@suse.de
 SuSE Linux AG, Deutschherrnstr. 15-19, D-90429 Nürnberg
 Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
 "And now for something completely different."


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

* Re: optimization/8697: [IA-64] combine bug
@ 2003-02-18 17:46 Eric Botcazou
  0 siblings, 0 replies; 7+ messages in thread
From: Eric Botcazou @ 2003-02-18 17:46 UTC (permalink / raw)
  To: ebotcazou; +Cc: gcc-prs

The following reply was made to PR optimization/8697; it has been noted by GNATS.

From: Eric Botcazou <ebotcazou@libertysurf.fr>
To: Andreas Schwab <schwab@suse.de>
Cc: gcc-gnats@gcc.gnu.org,
 gcc-bugs@gcc.gnu.org,
 nobody@gcc.gnu.org
Subject: Re: optimization/8697: [IA-64] combine bug
Date: Tue, 18 Feb 2003 18:33:26 +0100

 > Still reproducable with both 3.3 and 3.4 as of today.
 
 Are you sure?
 
 rotate.c.18.life:
 
 (insn 26 75 27 1 0x40188780 (set (reg:SI 349)
         (rotate:SI (reg/v:SI 342)
             (const_int 16 [0x10]))) 190 {*rotlsi3_internal} (nil)
     (expr_list:REG_DEAD (reg/v:SI 342)
         (nil)))
 
 (insn 27 26 28 1 0x40188780 (set (reg:DI 350)
         (zero_extend:DI (reg:SI 349))) 33 {zero_extendsidi2} (insn_list 26 
 (nil))
     (expr_list:REG_DEAD (reg:SI 349)
         (nil)))
 
 
 rotate.c.19.combine:
 
 (insn 26 75 27 1 0x40188780 (set (reg:SI 349)
         (rotate:SI (reg/v:SI 342)
             (const_int 16 [0x10]))) 190 {*rotlsi3_internal} (nil)
     (expr_list:REG_DEAD (reg/v:SI 342)
         (nil)))
 
 (insn 27 26 28 1 0x40188780 (set (reg:DI 350)
         (zero_extend:DI (reg:SI 349))) 33 {zero_extendsidi2} (insn_list 26 
 (nil))
     (expr_list:REG_DEAD (reg:SI 349)
         (nil)))
 
 
 rotate.c.33.mach:
 
 (insn 27 96 28 1 0x40188780 (set (reg:DI 121 r38 [350])
         (zero_extend:DI (reg:SI 121 r38 [349]))) 33 {zero_extendsidi2} 
 (insn_list 81 (nil))
     (nil))
 
 
 Using built-in specs.
 Configured with: ../configure --target=ia64-linux-gnu --prefix=/usr/local 
 --enable-languages=c --enable-checking=misc,tree --disable-nls
 Thread model: posix
 gcc version 3.3 20030214 (prerelease)
 
 -- 
 Eric Botcazou


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

* Re: optimization/8697: [IA-64] combine bug
@ 2003-02-18 16:06 Eric Botcazou
  0 siblings, 0 replies; 7+ messages in thread
From: Eric Botcazou @ 2003-02-18 16:06 UTC (permalink / raw)
  To: ebotcazou; +Cc: gcc-prs

The following reply was made to PR optimization/8697; it has been noted by GNATS.

From: Eric Botcazou <ebotcazou@libertysurf.fr>
To: Andreas Schwab <schwab@suse.de>
Cc: gcc-gnats@gcc.gnu.org,
 gcc-bugs@gcc.gnu.org,
 nobody@gcc.gnu.org
Subject: Re: optimization/8697: [IA-64] combine bug
Date: Tue, 18 Feb 2003 16:57:07 +0100

 > Still reproducable with both 3.3 and 3.4 as of today.
 
 Amazing, the symptoms are strictly identical to that of PR opt/9279. Since I 
 happen to know well the latter, I'll try to investigate this one.
 
 -- 
 Eric Botcazou


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

* Re: optimization/8697: [IA-64] combine bug
@ 2003-02-18 15:56 Andreas Schwab
  0 siblings, 0 replies; 7+ messages in thread
From: Andreas Schwab @ 2003-02-18 15:56 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 726 bytes --]

The following reply was made to PR optimization/8697; it has been noted by GNATS.

From: Andreas Schwab <schwab@suse.de>
To: gcc-gnats@gcc.gnu.org, schwab@suse.de, gcc-bugs@gcc.gnu.org,
	nobody@gcc.gnu.org, gcc-prs@gcc.gnu.org, ebotcazou@gcc.gnu.org
Cc:  
Subject: Re: optimization/8697: [IA-64] combine bug
Date: Tue, 18 Feb 2003 16:46:35 +0100

 Still reproducable with both 3.3 and 3.4 as of today.
 
 Andreas.
 
 -- 
 Andreas Schwab, SuSE Labs, schwab@suse.de
 SuSE Linux AG, Deutschherrnstr. 15-19, D-90429 Nürnberg
 Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
 "And now for something completely different."
 
 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=8697


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

* Re: optimization/8697: [IA-64] combine bug
@ 2003-02-18 13:59 ebotcazou
  0 siblings, 0 replies; 7+ messages in thread
From: ebotcazou @ 2003-02-18 13:59 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, nobody, schwab

Old Synopsis: [IA64] Lost zero-extension
New Synopsis: [IA-64] combine bug

State-Changed-From-To: open->feedback
State-Changed-By: ebotcazou
State-Changed-When: Tue Feb 18 13:59:24 2003
State-Changed-Why:
    Very likely a duplicate of PR opt/9279, which is fixed on 3.3
    branch and mainline but is in "won't fix" state on the 3.2 branch.
    Could you verify that the problem is gone on one of the two
    aforementioned codebases?

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=8697


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

end of thread, other threads:[~2003-02-18 20:24 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-02-18 16:00 optimization/8697: [IA-64] combine bug ebotcazou
  -- strict thread matches above, loose matches on Subject: below --
2003-02-18 20:24 schwab
2003-02-18 20:06 Andreas Schwab
2003-02-18 17:46 Eric Botcazou
2003-02-18 16:06 Eric Botcazou
2003-02-18 15:56 Andreas Schwab
2003-02-18 13:59 ebotcazou

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