public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "ktkachov at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug fortran/66860] [5/6 Regression] FAIL: gfortran.dg/graphite/pr42393.f90 -O (internal compiler error)
Date: Mon, 13 Jul 2015 16:18:00 -0000	[thread overview]
Message-ID: <bug-66860-4-dTcoxbfbLc@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-66860-4@http.gcc.gnu.org/bugzilla/>

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66860

ktkachov at gcc dot gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to work|                            |4.9.4
            Summary|]FAIL:                      |[5/6 Regression] FAIL:
                   |gfortran.dg/graphite/pr4239 |gfortran.dg/graphite/pr4239
                   |3.f90 -O (internal compiler |3.f90 -O (internal compiler
                   |error)                      |error)
      Known to fail|                            |5.1.0, 6.0

--- Comment #1 from ktkachov at gcc dot gnu.org ---
The top of the gdb backtrace looks like this:
Program received signal SIGSEGV, Segmentation fault.
0x00007ffff759dc90 in __GI___libc_malloc (bytes=8) at malloc.c:2924
2924    malloc.c: No such file or directory.
(gdb) bt
#0  0x00007ffff759dc90 in __GI___libc_malloc (bytes=8) at malloc.c:2924
#1  0x000000000123bad9 in __gmp_default_allocate ()
#2  0x0000000001221695 in __gmpz_init ()
#3  0x00000000011add83 in isl_seq_elim ()
#4  0x000000000116abc3 in eliminate_var_using_equality ()
#5  0x000000000116cc11 in isl_basic_map_gauss ()
#6  0x000000000116d6f9 in isl_basic_map_simplify ()
#7  0x00000000011545f0 in isl_basic_map_intersect ()
#8  0x00000000011281f5 in domain_follows_at_depth ()
#9  0x00000000011bf889 in isl_tarjan_components ()
#10 0x00000000011bfaf0 in isl_tarjan_graph_init ()
#11 0x00000000011a5576 in isl_basic_set_list_foreach_scc ()
#12 0x000000000112a349 in generate_sorted_domains ()
#13 0x000000000112b804 in add_nodes ()
#14 0x00000000011a57c1 in isl_basic_set_list_foreach_scc ()
#15 0x000000000112a349 in generate_sorted_domains ()
#16 0x000000000112b804 in add_nodes ()
#17 0x00000000011a57c1 in isl_basic_set_list_foreach_scc ()
#18 0x000000000112a349 in generate_sorted_domains ()
#19 0x000000000112b804 in add_nodes ()
#20 0x00000000011a57c1 in isl_basic_set_list_foreach_scc ()
#21 0x000000000112a349 in generate_sorted_domains ()
#22 0x000000000112b804 in add_nodes ()
#23 0x00000000011a57c1 in isl_basic_set_list_foreach_scc ()
#24 0x000000000112a349 in generate_sorted_domains ()
#25 0x000000000112b804 in add_nodes ()
#26 0x00000000011a57c1 in isl_basic_set_list_foreach_scc ()
#27 0x000000000112a349 in generate_sorted_domains ()
#28 0x000000000112b804 in add_nodes ()
#29 0x00000000011a57c1 in isl_basic_set_list_foreach_scc ()
#30 0x000000000112a349 in generate_sorted_domains ()
#31 0x000000000112b804 in add_nodes ()
#32 0x00000000011a57c1 in isl_basic_set_list_foreach_scc ()

So it seems to be trying to allocate too much memory.
This compiles fine on the 4.9 branch
The options used are -O2  -fgraphite-identity -fno-loop-block
-fno-loop-interchange -fno-loop-strip-mine


  reply	other threads:[~2015-07-13 16:18 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-13 16:14 [Bug fortran/66860] New: ]FAIL: " ktkachov at gcc dot gnu.org
2015-07-13 16:18 ` ktkachov at gcc dot gnu.org [this message]
2015-07-13 17:06 ` [Bug fortran/66860] [5/6 Regression] FAIL: " schwab@linux-m68k.org
2015-07-14  8:18 ` rguenth at gcc dot gnu.org
2015-07-29  8:06 ` ramana at gcc dot gnu.org
2015-10-09 15:52 ` 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-66860-4-dTcoxbfbLc@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).