public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: target/5356: [PA-RISC] Generates bad code for indirect calls
@ 2003-05-03  0:13 falk.hueffner
  0 siblings, 0 replies; only message in thread
From: falk.hueffner @ 2003-05-03  0:13 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, nobody, torsten

Synopsis: [PA-RISC] Generates bad code for indirect calls

State-Changed-From-To: open->closed
State-Changed-By: falk
State-Changed-When: Sat May  3 00:13:36 2003
State-Changed-Why:
    I can "nearly" reproduce this with 3.0.4:
    
    % gcc-3.0 --version
    3.0.4
    % gcc-3.0 test.c && ./a.out
    Calling via function pointer: 3.141593
    Calling directly: 3.141593
    % gcc-3.0 -O2 test.c && ./a.out
    Calling via function pointer: 0.000000
    Calling directly: 0.000000
    
    I guess 3.0.3 -> 3.0.4 shifted the bug slightly.
    
    However, I cannot reproduce it with 3.2 anymore, so I close the bug.

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-05-03  0:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-05-03  0:13 target/5356: [PA-RISC] Generates bad code for indirect calls falk.hueffner

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