public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/23818] New: ICE in dominated_by_p, at dominance.c:827
@ 2005-09-11  8:09 belyshev at depni dot sinp dot msu dot ru
  2005-09-11 14:36 ` [Bug tree-optimization/23818] " pinskia at gcc dot gnu dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: belyshev at depni dot sinp dot msu dot ru @ 2005-09-11  8:09 UTC (permalink / raw)
  To: gcc-bugs

// testcase, compile with -O1 -fno-tree-dominator-opts :

void foo (int p[100], int k, ...)
{
  int j, *q;
  __builtin_va_list ap;
  __builtin_va_start (ap, k);
  q = __builtin_va_arg (ap, int *);
  for (j = 0; j < 100; j++)
    p [j] = q [j];
  __builtin_va_end(ap);
}

// compiler output:
capifunc.i: In function 'foo':
capifunc.i:2: internal compiler error: in dominated_by_p, at dominance.c:827

-- 
           Summary: ICE in dominated_by_p, at dominance.c:827
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code
          Severity: normal
          Priority: P2
         Component: tree-optimization
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: belyshev at depni dot sinp dot msu dot ru
                CC: gcc-bugs at gcc dot gnu dot org


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


^ permalink raw reply	[flat|nested] 8+ messages in thread
[parent not found: <bug-23818-7958@http.gcc.gnu.org/bugzilla/>]

end of thread, other threads:[~2005-10-05 21:03 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-09-11  8:09 [Bug tree-optimization/23818] New: ICE in dominated_by_p, at dominance.c:827 belyshev at depni dot sinp dot msu dot ru
2005-09-11 14:36 ` [Bug tree-optimization/23818] " pinskia at gcc dot gnu dot org
2005-09-11 14:39 ` [Bug tree-optimization/23818] [4.1 Regression] " pinskia at gcc dot gnu dot org
2005-09-12 14:20 ` belyshev at depni dot sinp dot msu dot ru
2005-09-16 23:05 ` pinskia at gcc dot gnu dot org
2005-09-20 15:30 ` cvs-commit at gcc dot gnu dot org
2005-09-20 15:57 ` pinskia at gcc dot gnu dot org
     [not found] <bug-23818-7958@http.gcc.gnu.org/bugzilla/>
2005-10-05 21:03 ` cvs-commit 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).