public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/27341]  New: [4.2 Regression] ICE  in in add_virtual_operand with complex types
@ 2006-04-27 19:10 pinskia at gcc dot gnu dot org
  2006-04-27 19:10 ` [Bug tree-optimization/27341] " pinskia at gcc dot gnu dot org
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-04-27 19:10 UTC (permalink / raw)
  To: gcc-bugs

Reduced testcase (-O2 to invoke the ICE):
void zgemm_ (const int*, const double*);
extern void matmul_c8 (_Complex double * dest)
{
  const int  ldc = 0;
  const double zero = 0;
  zgemm_ ( &zero, &ldc);
  dest[1] += 1 ;
}
-----------------------------------------------------
Unlike PR26626, the code above is not questionable code if it is undefined or
not.


-- 
           Summary: [4.2 Regression] ICE  in in add_virtual_operand with
                    complex types
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code
          Severity: normal
          Priority: P3
         Component: tree-optimization
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: pinskia at gcc dot gnu dot org


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


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

end of thread, other threads:[~2006-06-19 14:34 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-04-27 19:10 [Bug tree-optimization/27341] New: [4.2 Regression] ICE in in add_virtual_operand with complex types pinskia at gcc dot gnu dot org
2006-04-27 19:10 ` [Bug tree-optimization/27341] " pinskia at gcc dot gnu dot org
2006-04-27 19:11 ` pinskia at gcc dot gnu dot org
2006-04-27 19:14 ` pinskia at gcc dot gnu dot org
2006-04-27 19:17 ` pinskia at gcc dot gnu dot org
2006-05-02  7:26 ` pinskia at gcc dot gnu dot org
2006-05-11  8:56 ` rguenth at gcc dot gnu dot org
2006-06-01  3:47 ` pinskia at gcc dot gnu dot org
2006-06-01  3:47 ` pinskia at gcc dot gnu dot org
2006-06-01 12:22 ` dberlin at gcc dot gnu dot org
2006-06-04 18:39 ` mmitchel at gcc dot gnu dot org
2006-06-15 14:35 ` fxcoudert at gcc dot gnu dot org
2006-06-15 14:52 ` dberlin at gcc dot gnu dot org
2006-06-15 15:18 ` dberlin at gcc dot gnu dot org
2006-06-15 15:20 ` dberlin at dberlin dot org
2006-06-19 14:34 ` dberlin at gcc dot gnu dot org
2006-06-19 14:39 ` dberlin 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).