public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "marbacz at gmail dot com" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug middle-end/51939] New: ICE: in compute_affine_dependence, at tree-data-ref.c:4103
Date: Sun, 22 Jan 2012 09:42:00 -0000	[thread overview]
Message-ID: <bug-51939-4@http.gcc.gnu.org/bugzilla/> (raw)

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

             Bug #: 51939
           Summary: ICE: in compute_affine_dependence, at
                    tree-data-ref.c:4103
    Classification: Unclassified
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: middle-end
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: marbacz@gmail.com


Created attachment 26408
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26408
Reduced test case

This fails with gcc-4.7.0-alpha20120114, works with gcc-4.5.3.
Reduced test case attached.


x86_64-pc-linux-gnu-gcc-4.7.0-alpha20120114 -O1 -fcheck-data-deps
-D_LARGEFILE64_SOURCE=1 -c bug.c 

(Number of distance vectors differ: Banerjee has 3, Omega has 2.
Banerjee dist vectors:
  0   0 
  0   1 
  1   0 
Omega dist vectors:
  0   0 
  1   0 
data dependence relation:
(Data Dep: 
#(Data Ref: 
#  bb: 9 
#  stmt: D.1732_13 = s_4(D)->strstart;
#  ref: s_4(D)->strstart;
#  base_object: s_4(D)->strstart;
#)
#(Data Ref: 
#  bb: 9 
#  stmt: s_4(D)->strstart = D.1733_14;
#  ref: s_4(D)->strstart;
#  base_object: s_4(D)->strstart;
#)
  inner loop index: 0
  loop nest: (1 2 )
  distance_vector:   0   0 
  distance_vector:   1   0 
  direction_vector:     =    =
  direction_vector:     +    =
)
)
bug.c: In function ‘deflate’:
bug.c:14:5: internal compiler error: in compute_affine_dependence, at
tree-data-ref.c:4103
Please submit a full bug report,
with preprocessed source if appropriate.



x86_64-pc-linux-gnu-gcc-4.7.0-alpha20120114 -v
Using built-in specs.
COLLECT_GCC=x86_64-pc-linux-gnu-gcc-4.7.0-alpha20120114
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/4.7.0-alpha20120114/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with:
/var/tmp/portage/sys-devel/gcc-4.7.0_alpha20120114/work/gcc-4.7-20120114/configure
--prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.7.0-alpha20120114
--includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.0-alpha20120114/include
--datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.7.0-alpha20120114
--mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.7.0-alpha20120114/man
--infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.7.0-alpha20120114/info
--with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.0-alpha20120114/include/g++-v4
--host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --disable-altivec
--disable-fixed-point --with-ppl --with-cloog --disable-ppl-version-check
--with-cloog-include=/usr/include/cloog-ppl --enable-lto --enable-nls
--without-included-gettext --with-system-zlib --disable-werror
--enable-secureplt --disable-multilib --enable-libmudflap --disable-libssp
--enable-libgomp
--with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/4.7.0-alpha20120114/python
--enable-checking=yes --disable-libgcj --disable-libquadmath
--enable-languages=c,c++ --enable-shared --enable-threads=posix
--enable-__cxa_atexit --enable-clocale=gnu --enable-targets=all
--with-bugurl=http://bugs.gentoo.org/ --with-pkgversion='Gentoo
4.7.0_alpha20120114'
Thread model: posix
gcc version 4.7.0-alpha20120114 20120114 (experimental) (Gentoo
4.7.0_alpha20120114)


             reply	other threads:[~2012-01-22  0:54 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-01-22  9:42 marbacz at gmail dot com [this message]
2012-01-23 10:42 ` [Bug middle-end/51939] [4.7 Regression] ICE: in compute_affine_dependence, at tree-data-ref.c:4103 with -fcheck-data-deps rguenth at gcc dot gnu.org
2012-01-23 23:13 ` jakub at gcc dot gnu.org
2012-02-07 15:44 ` rguenth at gcc dot gnu.org
2012-03-22  8:30 ` [Bug middle-end/51939] [4.7/4.8 " rguenth at gcc dot gnu.org
2012-06-14  8:15 ` rguenth at gcc dot gnu.org
2012-09-20 10:14 ` jakub at gcc dot gnu.org
2013-04-11  7:59 ` [Bug middle-end/51939] [4.7/4.8/4.9 " rguenth at gcc dot gnu.org
2014-06-12 13:42 ` [Bug middle-end/51939] [4.7/4.8/4.9/4.10 " rguenth at gcc dot gnu.org
2014-12-19 13:34 ` [Bug middle-end/51939] [4.8/4.9/5 " jakub at gcc dot gnu.org
2015-06-23  8:13 ` [Bug middle-end/51939] [4.8/4.9/5/6 " rguenth at gcc dot gnu.org
2015-06-26 20:03 ` [Bug middle-end/51939] [4.9/5/6 " jakub at gcc dot gnu.org
2015-06-26 20:33 ` jakub at gcc dot gnu.org
2015-07-18  1:20 ` spop at gcc dot gnu.org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-51939-4@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).