public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug optimization/13718] New: Miscompilation of comparison of complex values
@ 2004-01-17 14:09 pbrook at gcc dot gnu dot org
  2004-01-17 14:33 ` [Bug optimization/13718] " steven at gcc dot gnu dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: pbrook at gcc dot gnu dot org @ 2004-01-17 14:09 UTC (permalink / raw)
  To: gcc-bugs

Something seems to be going wrong with the handling of complex variables. From 
looking at the tree dumps it seems SRA might be the culprit. 
 
Testcase follows. 
 
void 
foo( _Complex float * a, _Complex float * b) 
{ 
  if (*a != *b) 
        abort (); 
} 
 
int main() 
{ 
  _Complex float v; 
  v = 0; 
  foo (&v, &v); 
}

-- 
           Summary: Miscompilation of comparison of complex values
           Product: gcc
           Version: tree-ssa
            Status: UNCONFIRMED
          Keywords: wrong-code
          Severity: critical
          Priority: P2
         Component: optimization
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: pbrook at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu


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


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

end of thread, other threads:[~2004-01-17 21:00 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-01-17 14:09 [Bug optimization/13718] New: Miscompilation of comparison of complex values pbrook at gcc dot gnu dot org
2004-01-17 14:33 ` [Bug optimization/13718] " steven at gcc dot gnu dot org
2004-01-17 15:00 ` steven at gcc dot gnu dot org
2004-01-17 20:30 ` [Bug optimization/13718] [tree-ssa] " pinskia at gcc dot gnu dot org
2004-01-17 20:51 ` cvs-commit at gcc dot gnu dot org
2004-01-17 20:55 ` rth at gcc dot gnu dot org
2004-01-17 21:00 ` 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).