public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/49716] New: internal compiler error: in new_Cloog_Domain_from_ppl_Pointset_Powerset
@ 2011-07-12 12:17 stephan at openelec dot tv
  2011-07-12 14:55 ` [Bug c/49716] " spop at gcc dot gnu.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: stephan at openelec dot tv @ 2011-07-12 12:17 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: internal compiler error: in
                    new_Cloog_Domain_from_ppl_Pointset_Powerset
           Product: gcc
           Version: 4.6.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: stephan@openelec.tv


compiling busybox-1.18.5 with gcc-4.6.1 with enabled:

-ftree-loop-distribution
-floop-interchange
-floop-strip-mine
-floop-block
-fgraphite-identity

and using gold linker fails with:


 
/home/stephan/projects/jetstream-master/build.Jetstream-MK_I.i386-devel/toolchain/bin/i686-openelec-linux-gnu-gcc
-Wp,-MD,shell/.math.o.d   -std=gnu99 -Iinclude -Ilibbb  -include
include/autoconf.h -D_GNU_SOURCE -DNDEBUG -D_LARGEFILE_SOURCE
-D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D"BB_VER=KBUILD_STR(1.18.5)"
-DBB_BT=AUTOCONF_TIMESTAMP -march=atom -m32 -fomit-frame-pointer -Wall -pipe
-Os -fexcess-precision=fast -ftree-loop-distribution -floop-interchange
-floop-strip-mine -floop-block -fgraphite-identity -mfpmath=sse
-ftree-vectorize -mmovbe -Wall -Wshadow -Wwrite-strings -Wundef
-Wstrict-prototypes -Wunused -Wunused-parameter -Wunused-function
-Wunused-value -Wmissing-prototypes -Wmissing-declarations
-Wdeclaration-after-statement -Wold-style-definition -fno-builtin-strlen
-finline-limit=0 -fomit-frame-pointer -ffunction-sections -fdata-sections
-fno-guess-branch-probability -funsigned-char -static-libgcc
-falign-functions=1 -falign-jumps=1 -falign-labels=1 -falign-loops=1 -Os 
-march=i386 -mpreferred-stack-boundary=2    -D"KBUILD_STR(s)=#s"
-D"KBUILD_BASENAME=KBUILD_STR(math)"  -D"KBUILD_MODNAME=KBUILD_STR(math)" -c -o
shell/math.o shell/math.c
shell/math.c:1:0: warning: SSE instruction set disabled, using 387 arithmetics
[enabled by default]
shell/math.c:1:0: warning: SSE instruction set disabled, using 387 arithmetics
[enabled by default]
shell/math.c: In function 'arith_apply':
shell/math.c:300:1: internal compiler error: in
new_Cloog_Domain_from_ppl_Pointset_Powerset, at graphite-cloog-util.c:302
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
make[2]: *** [shell/math.o] Error 1
make[1]: *** [shell] Error 2
make[1]: *** Waiting for unfinished jobs....

it was working with gcc-4.5.x

thanks

Stephan


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

* [Bug c/49716] internal compiler error: in new_Cloog_Domain_from_ppl_Pointset_Powerset
  2011-07-12 12:17 [Bug c/49716] New: internal compiler error: in new_Cloog_Domain_from_ppl_Pointset_Powerset stephan at openelec dot tv
@ 2011-07-12 14:55 ` spop at gcc dot gnu.org
  2011-07-12 16:21 ` stephan at openelec dot tv
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: spop at gcc dot gnu.org @ 2011-07-12 14:55 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Sebastian Pop <spop at gcc dot gnu.org> 2011-07-12 14:55:07 UTC ---
Please attach a preprocessed source (just add a -E option to the failing
compile line and the preprocessed source should be in math.o).

Thanks,
Sebastian


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

* [Bug c/49716] internal compiler error: in new_Cloog_Domain_from_ppl_Pointset_Powerset
  2011-07-12 12:17 [Bug c/49716] New: internal compiler error: in new_Cloog_Domain_from_ppl_Pointset_Powerset stephan at openelec dot tv
  2011-07-12 14:55 ` [Bug c/49716] " spop at gcc dot gnu.org
@ 2011-07-12 16:21 ` stephan at openelec dot tv
  2011-07-12 16:55 ` spop at gcc dot gnu.org
  2020-04-13 20:38 ` [Bug tree-optimization/49716] " msebor at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: stephan at openelec dot tv @ 2011-07-12 16:21 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from stephan at openelec dot tv 2011-07-12 16:20:12 UTC ---
Created attachment 24745
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24745
preprocessed source math.o


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

* [Bug c/49716] internal compiler error: in new_Cloog_Domain_from_ppl_Pointset_Powerset
  2011-07-12 12:17 [Bug c/49716] New: internal compiler error: in new_Cloog_Domain_from_ppl_Pointset_Powerset stephan at openelec dot tv
  2011-07-12 14:55 ` [Bug c/49716] " spop at gcc dot gnu.org
  2011-07-12 16:21 ` stephan at openelec dot tv
@ 2011-07-12 16:55 ` spop at gcc dot gnu.org
  2020-04-13 20:38 ` [Bug tree-optimization/49716] " msebor at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: spop at gcc dot gnu.org @ 2011-07-12 16:55 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Sebastian Pop <spop at gcc dot gnu.org> 2011-07-12 16:54:49 UTC ---
trunk@176058 from  Fri Jul 8 19:15:18 2011 does not ICE.
I have not tried 4.6.


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

* [Bug tree-optimization/49716] internal compiler error: in new_Cloog_Domain_from_ppl_Pointset_Powerset
  2011-07-12 12:17 [Bug c/49716] New: internal compiler error: in new_Cloog_Domain_from_ppl_Pointset_Powerset stephan at openelec dot tv
                   ` (2 preceding siblings ...)
  2011-07-12 16:55 ` spop at gcc dot gnu.org
@ 2020-04-13 20:38 ` msebor at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: msebor at gcc dot gnu.org @ 2020-04-13 20:38 UTC (permalink / raw)
  To: gcc-bugs

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

Martin Sebor <msebor at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |WORKSFORME
                 CC|                            |msebor at gcc dot gnu.org
             Status|UNCONFIRMED                 |RESOLVED

--- Comment #4 from Martin Sebor <msebor at gcc dot gnu.org> ---
I can't reproduce an ICE with the attached translation unit so based on that
and on comment #3 resolving as worksforsome.  Please reopen if it persists with
trunk (and provide full details of compiler options again).

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

end of thread, other threads:[~2020-04-13 20:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-07-12 12:17 [Bug c/49716] New: internal compiler error: in new_Cloog_Domain_from_ppl_Pointset_Powerset stephan at openelec dot tv
2011-07-12 14:55 ` [Bug c/49716] " spop at gcc dot gnu.org
2011-07-12 16:21 ` stephan at openelec dot tv
2011-07-12 16:55 ` spop at gcc dot gnu.org
2020-04-13 20:38 ` [Bug tree-optimization/49716] " msebor 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).