public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug optimization/14692] New: [tree-ssa] ICE in canon_condition
@ 2004-03-23 13:25 falk at debian dot org
  2004-03-23 14:34 ` [Bug optimization/14692] [3.5 Regression] " pinskia at gcc dot gnu dot org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: falk at debian dot org @ 2004-03-23 13:25 UTC (permalink / raw)
  To: gcc-bugs

GNU C version 3.5-tree-ssa 20040318 (merged 20040307)

% cat test.c
void assert_failed (void);           
void eidecpos_1 (unsigned char *pos, long n)
{
  int i;
  for (i = 0; i < n; i++)
    {
      const unsigned char *dc_ptr1 = pos;
      pos--;
      if (dc_ptr1 - pos == 1)
        assert_failed ();
    }
}

% gcc -c -O3 test.c
test.c: In function `eidecpos_1':             
test.c:12: internal compiler error: in canon_condition, at loop-iv.c:1413
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

Does not occur at -O2.

-- 
           Summary: [tree-ssa] ICE in canon_condition
           Product: gcc
           Version: tree-ssa
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code
          Severity: normal
          Priority: P2
         Component: optimization
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: falk at debian dot org
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: alphaev68-unknown-linux-gnu
  GCC host triplet: alphaev68-unknown-linux-gnu
GCC target triplet: alphaev68-unknown-linux-gnu


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


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

end of thread, other threads:[~2004-08-08 23:17 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-03-23 13:25 [Bug optimization/14692] New: [tree-ssa] ICE in canon_condition falk at debian dot org
2004-03-23 14:34 ` [Bug optimization/14692] [3.5 Regression] " pinskia at gcc dot gnu dot org
2004-05-09 15:32 ` pinskia at gcc dot gnu dot org
2004-05-09 15:33 ` pinskia at gcc dot gnu dot org
2004-05-11 16:37 ` rakdver at gcc dot gnu dot org
2004-05-20 18:43 ` [Bug rtl-optimization/14692] " cvs-commit at gcc dot gnu dot org
2004-05-20 19:27 ` pinskia at gcc dot gnu dot org
2004-08-08 23:17 ` 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).