public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/44391]  New: [4.6 Regression] gcc.dg/graphite/id-19.c ICEs at -Os (in build2_stat, at tree.c:3670)
@ 2010-06-02 18:56 zsojka at seznam dot cz
  2010-06-02 19:14 ` [Bug tree-optimization/44391] " rguenth at gcc dot gnu dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: zsojka at seznam dot cz @ 2010-06-02 18:56 UTC (permalink / raw)
  To: gcc-bugs

Command line:
$ g++ -fgraphite-identity -m32 -Os id-19.c

Compiler output:
$ /mnt/svn/gcc-trunk/binary-160165-lto-fortran/bin/g++ -fgraphite-identity -m32
-Os id-19.c
id-19.c: In function 'void byte_insert_op1(unsigned char*, unsigned char*)':
id-19.c:1:6: internal compiler error: in build2_stat, at tree.c:3670
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.

Tested revisions:
r160165 - crash
r160122 - crash
r159696 - crash
r158095 - crash
r153685 - OK
4.5 r158978 - OK

Reduced testcase (not much different from gcc.dg/graphite/id-19.c)
------------------------------
void byte_insert_op1 (unsigned char *loc, unsigned char *end, unsigned *pto)
{
  while (end != loc)
    *pto = *--end;
}
------------------------------


-- 
           Summary: [4.6 Regression] gcc.dg/graphite/id-19.c ICEs at -Os (in
                    build2_stat, at tree.c:3670)
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: tree-optimization
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: zsojka at seznam dot cz
  GCC host triplet: x86_64-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu


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


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

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

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-06-02 18:56 [Bug tree-optimization/44391] New: [4.6 Regression] gcc.dg/graphite/id-19.c ICEs at -Os (in build2_stat, at tree.c:3670) zsojka at seznam dot cz
2010-06-02 19:14 ` [Bug tree-optimization/44391] " rguenth at gcc dot gnu dot org
2010-06-02 19:29 ` spop at gcc dot gnu dot org
2010-06-15 16:19 ` spop at gcc dot gnu dot org
2010-06-15 19:12 ` spop at gcc dot gnu dot org
2010-06-15 19:14 ` spop 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).