public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/47128] New: gcc.dg/graphite/pr43012.c ICEs with cloog-parma
@ 2010-12-29 22:04 howarth at nitro dot med.uc.edu
  2011-03-11 23:23 ` [Bug middle-end/47128] " spop at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: howarth at nitro dot med.uc.edu @ 2010-12-29 22:04 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: gcc.dg/graphite/pr43012.c ICEs with cloog-parma
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: middle-end
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: howarth@nitro.med.uc.edu


The gcc.dg/graphite/pr43012.c test case ICEs when gcc trunk is built against
the pre-release cloog-parma 0.16.0 at both -m32 and -m64 The failure appears
as...

/sw/src/fink.build/gcc46-4.6.0-1000/darwin_objdir/gcc/xgcc
-B/sw/src/fink.build/gcc46-4.6.0-1000/darwin_objdir/gcc/
/sw/src/fink.build/gcc46-4.6.0-1000/gcc-4.6-20101229/gcc/testsuite/gcc.dg/graphite/pr43012.c
-O2 -floop-strip-mine -lm -m32 -o ./pr43012.exe
/sw/src/fink.build/gcc46-4.6.0-1000/gcc-4.6-20101229/gcc/testsuite/gcc.dg/graphite/pr43012.c:
In function 'pre_init_tokenizer':
/sw/src/fink.build/gcc46-4.6.0-1000/gcc-4.6-20101229/gcc/testsuite/gcc.dg/graphite/pr43012.c:21:1:
internal compiler error: in translate_clast, at graphite-clast-to-gimple.c:1123

and backtraces as...

Breakpoint 1, fancy_abort (file=0x100993870
"../../gcc-4.6-20101229/gcc/graphite-clast-to-gimple.c", line=1123,
function=0x100a4e3b0 "translate_clast") at
../../gcc-4.6-20101229/gcc/diagnostic.c:893
893      internal_error ("in %s, at %s:%d", function, trim_filename (file),
line);
(gdb) bt
#0  fancy_abort (file=0x100993870
"../../gcc-4.6-20101229/gcc/graphite-clast-to-gimple.c", line=1123,
function=0x100a4e3b0 "translate_clast") at
../../gcc-4.6-20101229/gcc/diagnostic.c:893
#1  0x00000001004e9175 in translate_clast (region=<value temporarily
unavailable, due to optimizations>, context_loop=0x142f0aaa0, stmt=<value
temporarily unavailable, due to optimizations>, next_e=0x1448782c0,
newivs=0x7fff5fbfe9d8, newivs_index=0x142d2d2b0, bb_pbb_mapping=0x142d1e510,
level=1, params_index=0x142d390d0) at
../../gcc-4.6-20101229/gcc/graphite-clast-to-gimple.c:1123
Previous frame inner to this frame (gdb could not unwind past this frame)

Using built-in specs.
COLLECT_GCC=gcc-4
COLLECT_LTO_WRAPPER=/sw/lib/gcc4.6/libexec/gcc/x86_64-apple-darwin10.5.0/4.6.0/lto-wrapper
Target: x86_64-apple-darwin10.5.0
Configured with: ../gcc-4.6-20101229/configure --prefix=/sw
--prefix=/sw/lib/gcc4.6 --mandir=/sw/share/man --infodir=/sw/lib/gcc4.6/info
--enable-languages=c,c++,fortran,objc,obj-c++,java --with-gmp=/sw
--with-libiconv-prefix=/sw --with-ppl=/sw --with-cloog=/sw --with-mpc=/sw
--with-system-zlib --x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib
--program-suffix=-fsf-4.6 --enable-checking=yes --enable-cloog-backend=ppl
Thread model: posix
gcc version 4.6.0 20101229 (experimental) (GCC)


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

* [Bug middle-end/47128] gcc.dg/graphite/pr43012.c ICEs with cloog-parma
  2010-12-29 22:04 [Bug middle-end/47128] New: gcc.dg/graphite/pr43012.c ICEs with cloog-parma howarth at nitro dot med.uc.edu
@ 2011-03-11 23:23 ` spop at gcc dot gnu.org
  2011-07-25 18:12 ` spop at gcc dot gnu.org
  2013-07-13 19:16 ` spop at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: spop at gcc dot gnu.org @ 2011-03-11 23:23 UTC (permalink / raw)
  To: gcc-bugs

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

Sebastian Pop <spop at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
   Last reconfirmed|                            |2011.03.11 23:22:56
         AssignedTo|unassigned at gcc dot       |spop at gcc dot gnu.org
                   |gnu.org                     |
     Ever Confirmed|0                           |1

--- Comment #1 from Sebastian Pop <spop at gcc dot gnu.org> 2011-03-11 23:22:56 UTC ---
This might be a problem in CLooG-Parma:
http://groups.google.com/group/cloog-development/browse_thread/thread/01047162eb4f48fa


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

* [Bug middle-end/47128] gcc.dg/graphite/pr43012.c ICEs with cloog-parma
  2010-12-29 22:04 [Bug middle-end/47128] New: gcc.dg/graphite/pr43012.c ICEs with cloog-parma howarth at nitro dot med.uc.edu
  2011-03-11 23:23 ` [Bug middle-end/47128] " spop at gcc dot gnu.org
@ 2011-07-25 18:12 ` spop at gcc dot gnu.org
  2013-07-13 19:16 ` spop at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: spop at gcc dot gnu.org @ 2011-07-25 18:12 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Sebastian Pop <spop at gcc dot gnu.org> 2011-07-25 18:11:47 UTC ---
I will close this PR when the patches from Tobias will go on trunk:
http://gcc.gnu.org/ml/gcc-patches/2011-07/msg01892.html
This patch-set removes support for CLooG-Parma.


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

* [Bug middle-end/47128] gcc.dg/graphite/pr43012.c ICEs with cloog-parma
  2010-12-29 22:04 [Bug middle-end/47128] New: gcc.dg/graphite/pr43012.c ICEs with cloog-parma howarth at nitro dot med.uc.edu
  2011-03-11 23:23 ` [Bug middle-end/47128] " spop at gcc dot gnu.org
  2011-07-25 18:12 ` spop at gcc dot gnu.org
@ 2013-07-13 19:16 ` spop at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: spop at gcc dot gnu.org @ 2013-07-13 19:16 UTC (permalink / raw)
  To: gcc-bugs

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

Sebastian Pop <spop at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #3 from Sebastian Pop <spop at gcc dot gnu.org> ---
CLooG-Parma is not supported anymore.


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

end of thread, other threads:[~2013-07-13 19:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-12-29 22:04 [Bug middle-end/47128] New: gcc.dg/graphite/pr43012.c ICEs with cloog-parma howarth at nitro dot med.uc.edu
2011-03-11 23:23 ` [Bug middle-end/47128] " spop at gcc dot gnu.org
2011-07-25 18:12 ` spop at gcc dot gnu.org
2013-07-13 19:16 ` spop at gcc dot gnu.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).