public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug lto/45037]  New: lto1 ICEs when linking cns_solve
@ 2010-07-23  1:56 howarth at nitro dot med dot uc dot edu
  2010-07-23  1:57 ` [Bug lto/45037] " howarth at nitro dot med dot uc dot edu
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: howarth at nitro dot med dot uc dot edu @ 2010-07-23  1:56 UTC (permalink / raw)
  To: gcc-bugs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1722 bytes --]

Current gcc trunk (but not gcc 4.5.1) ICEs when linking cns_solve using -O2
-fwhopr -fwholeprogram. The reduced test case is attached and crashes as...

[MacPro:~/badlinkdir] howarth% gfortran -c -fdefault-integer-8 -w -O2 -fwhopr
-fwhole-program --save-temps array_reduced.f
[MacPro:~/badlinkdir] howarth% gfortran -c -fdefault-integer-8 -w -O2 -fwhopr
-fwhole-program --save-temps cns_reduced.f
[MacPro:~/badlinkdir] howarth% gfortran -c -fdefault-integer-8 -w -O2 -fwhopr
-fwhole-program --save-temps genic_reduced.f
[MacPro:~/badlinkdir] howarth% gfortran -r -nostdlib -o
cns_solve-1007222053.exe array_reduced.o cns_reduced.o genic_reduced.o
-DINTEGER='long int' -DCNS_ARCH_TYPE_LINUX -fdefault-integer-8 -O2 -fwhopr
-fwhole-program -w
In file included from :0:0:
array_reduced.f: In function ‘find52_.constprop.0’:
array_reduced.f:5:0: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
lto-wrapper: gfortran returned 1 exit status
collect2: lto-wrapper returned 1 exit status

The lto1 ICE doesn't occur if the optimization is reduced to -O1 or if the
-fwhole-program flag is omitted.


-- 
           Summary: lto1 ICEs when linking cns_solve
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: lto
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: howarth at nitro dot med dot uc dot edu
 GCC build triplet: x86_64-apple-darwin10
  GCC host triplet: x86_64-apple-darwin10
GCC target triplet: x86_64-apple-darwin10


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


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

* [Bug lto/45037] lto1 ICEs when linking cns_solve
  2010-07-23  1:56 [Bug lto/45037] New: lto1 ICEs when linking cns_solve howarth at nitro dot med dot uc dot edu
@ 2010-07-23  1:57 ` howarth at nitro dot med dot uc dot edu
  2010-07-23  1:59 ` howarth at nitro dot med dot uc dot edu
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: howarth at nitro dot med dot uc dot edu @ 2010-07-23  1:57 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from howarth at nitro dot med dot uc dot edu  2010-07-23 01:57 -------
Created an attachment (id=21291)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=21291&action=view)
reduced testcase of lto1 crash when linking cns_solve.


-- 


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


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

* [Bug lto/45037] lto1 ICEs when linking cns_solve
  2010-07-23  1:56 [Bug lto/45037] New: lto1 ICEs when linking cns_solve howarth at nitro dot med dot uc dot edu
  2010-07-23  1:57 ` [Bug lto/45037] " howarth at nitro dot med dot uc dot edu
@ 2010-07-23  1:59 ` howarth at nitro dot med dot uc dot edu
  2010-07-23  8:49 ` rguenth at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: howarth at nitro dot med dot uc dot edu @ 2010-07-23  1:59 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from howarth at nitro dot med dot uc dot edu  2010-07-23 01:59 -------
The ICE in lto1 backtraces as...

 gdb /sw/lib/gcc4.6/libexec/gcc/x86_64-apple-darwin10.4.0/4.6.0/lto1

(gdb) r -fPIC -quiet -dumpdir ./ -dumpbase cns_solve-1007222053.exe.ltrans2
-mmacosx-version-min=10.6.4 -mtune=generic -auxbase-strip
cns_solve-1007222053.exe.ltrans2.ltrans.o -O2 -w -version -fdefault-integer-8
-fwhole-program -fltrans cns_solve-1007222053.exe.ltrans2.o -o
cns_solve-1007222053.exe.ltrans2.s
Starting program:
/sw/lib/gcc4.6/libexec/gcc/x86_64-apple-darwin10.4.0/4.6.0/lto1 -fPIC -quiet
-dumpdir ./ -dumpbase cns_solve-1007222053.exe.ltrans2
-mmacosx-version-min=10.6.4 -mtune=generic -auxbase-strip
cns_solve-1007222053.exe.ltrans2.ltrans.o -O2 -w -version -fdefault-integer-8
-fwhole-program -fltrans cns_solve-1007222053.exe.ltrans2.o -o
cns_solve-1007222053.exe.ltrans2.s
Reading symbols for shared libraries .++++++++++++..... done
GNU GIMPLE (GCC) version 4.6.0 20100722 (experimental)
(x86_64-apple-darwin10.4.0)
        compiled by GNU C version 4.6.0 20100722 (experimental), GMP version
4.3.2, MPFR version 2.4.2-p3, MPC version 0.8.1
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
GNU GIMPLE (GCC) version 4.6.0 20100722 (experimental)
(x86_64-apple-darwin10.4.0)
        compiled by GNU C version 4.6.0 20100722 (experimental), GMP version
4.3.2, MPFR version 2.4.2-p3, MPC version 0.8.1
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072

Program received signal EXC_BAD_ACCESS, Could not access memory.
Reason: KERN_INVALID_ADDRESS at address: 0x0000000000000000
rewrite_use_address (use=0x14151e260, cand=<value temporarily unavailable, due
to optimizations>) at ../../gcc-4.6-20100722/gcc/tree-ssa-loop-ivopts.c:5607
5607          if ((INDIRECT_REF_P (base)
(gdb) bt
#0  rewrite_use_address (use=0x14151e260, cand=<value temporarily unavailable,
due to optimizations>) at
../../gcc-4.6-20100722/gcc/tree-ssa-loop-ivopts.c:5607
#1  0x0000000100593e24 in tree_ssa_iv_optimize () at
../../gcc-4.6-20100722/gcc/tree-ssa-loop-ivopts.c:5717
#2  0x00000001005a0d2a in tree_ssa_loop_ivopts () at
../../gcc-4.6-20100722/gcc/tree-ssa-loop.c:634
#3  0x000000010044c438 in execute_one_pass (pass=0x1008f73c0) at
../../gcc-4.6-20100722/gcc/passes.c:1564
#4  0x000000010044c6dd in execute_pass_list (pass=0x1008f73c0) at
../../gcc-4.6-20100722/gcc/passes.c:1619
#5  0x000000010044c6ef in execute_pass_list (pass=0x1008f79c0) at
../../gcc-4.6-20100722/gcc/passes.c:1620
#6  0x000000010044c6ef in execute_pass_list (pass=0x1008f6be0) at
../../gcc-4.6-20100722/gcc/passes.c:1620
#7  0x0000000100540825 in tree_rest_of_compilation (fndecl=0x141718c00) at
../../gcc-4.6-20100722/gcc/tree-optimize.c:452
#8  0x000000010069974d in cgraph_expand_function (node=0x141720150) at
../../gcc-4.6-20100722/gcc/cgraphunit.c:1643
#9  0x000000010069ba69 in cgraph_optimize () at
../../gcc-4.6-20100722/gcc/cgraphunit.c:1722
#10 0x0000000100017a49 in lto_main (debug_p=<value temporarily unavailable, due
to optimizations>) at ../../gcc-4.6-20100722/gcc/lto/lto.c:1852
#11 0x00000001004f9729 in toplev_main (argc=20, argv=0x7fff5fbfeea8) at
../../gcc-4.6-20100722/gcc/toplev.c:978
#12 0x0000000100000f44 in start ()
(gdb) 


-- 


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


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

* [Bug lto/45037] lto1 ICEs when linking cns_solve
  2010-07-23  1:56 [Bug lto/45037] New: lto1 ICEs when linking cns_solve howarth at nitro dot med dot uc dot edu
  2010-07-23  1:57 ` [Bug lto/45037] " howarth at nitro dot med dot uc dot edu
  2010-07-23  1:59 ` howarth at nitro dot med dot uc dot edu
@ 2010-07-23  8:49 ` rguenth at gcc dot gnu dot org
  2010-07-23 10:15 ` rguenth at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2010-07-23  8:49 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from rguenth at gcc dot gnu dot org  2010-07-23 08:49 -------
Mine.  IPA-CP makes us produce

  MEM[(<unnamed-signed:64>[0:] * restrict)&C.3242][__result_find52_49]

but nobody folds this (C.3242 is constant zero) because the access is likely
undefined.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |rguenth at gcc dot gnu dot
                   |dot org                     |org
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2010-07-23 08:49:13
               date|                            |


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


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

* [Bug lto/45037] lto1 ICEs when linking cns_solve
  2010-07-23  1:56 [Bug lto/45037] New: lto1 ICEs when linking cns_solve howarth at nitro dot med dot uc dot edu
                   ` (2 preceding siblings ...)
  2010-07-23  8:49 ` rguenth at gcc dot gnu dot org
@ 2010-07-23 10:15 ` rguenth at gcc dot gnu dot org
  2010-07-23 10:15 ` rguenth at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2010-07-23 10:15 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from rguenth at gcc dot gnu dot org  2010-07-23 10:15 -------
Subject: Bug 45037

Author: rguenth
Date: Fri Jul 23 10:15:27 2010
New Revision: 162451

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=162451
Log:
2010-07-23  Richard Guenther  <rguenther@suse.de>

        PR tree-optimization/45037
        * tree-ssa-loop-ivopts.c (copy_ref_info): Handle NULL base.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/tree-ssa-loop-ivopts.c


-- 


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


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

* [Bug lto/45037] lto1 ICEs when linking cns_solve
  2010-07-23  1:56 [Bug lto/45037] New: lto1 ICEs when linking cns_solve howarth at nitro dot med dot uc dot edu
                   ` (3 preceding siblings ...)
  2010-07-23 10:15 ` rguenth at gcc dot gnu dot org
@ 2010-07-23 10:15 ` rguenth at gcc dot gnu dot org
  2010-07-30  2:48 ` howarth at nitro dot med dot uc dot edu
  2010-07-30  9:22 ` rguenth at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2010-07-23 10:15 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from rguenth at gcc dot gnu dot org  2010-07-23 10:15 -------
Fixed.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.6.0


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


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

* [Bug lto/45037] lto1 ICEs when linking cns_solve
  2010-07-23  1:56 [Bug lto/45037] New: lto1 ICEs when linking cns_solve howarth at nitro dot med dot uc dot edu
                   ` (4 preceding siblings ...)
  2010-07-23 10:15 ` rguenth at gcc dot gnu dot org
@ 2010-07-30  2:48 ` howarth at nitro dot med dot uc dot edu
  2010-07-30  9:22 ` rguenth at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: howarth at nitro dot med dot uc dot edu @ 2010-07-30  2:48 UTC (permalink / raw)
  To: gcc-bugs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1107 bytes --]



------- Comment #6 from howarth at nitro dot med dot uc dot edu  2010-07-30 02:48 -------
At r162696, this bug is back on x86_64-apple-darwin10...


gfortran -r -nostdlib -o cns_solve-1007222053.exe array_reduced.o cns_reduced.o
genic_reduced.o -DINTEGER='long int' -DCNS_ARCH_TYPE_LINUX -fdefault-integer-8
-O2 -fwhopr -fwhole-program -w
In file included from genic_reduced.f:602:0,
                 from genic_reduced.f:602,
                 from :3:
array_reduced.f: In function ‘find52_.constprop.0’:
array_reduced.f:34:0: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.

however it doesn't seem to be backtracing now in gdb.


-- 

howarth at nitro dot med dot uc dot edu changed:

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


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


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

* [Bug lto/45037] lto1 ICEs when linking cns_solve
  2010-07-23  1:56 [Bug lto/45037] New: lto1 ICEs when linking cns_solve howarth at nitro dot med dot uc dot edu
                   ` (5 preceding siblings ...)
  2010-07-30  2:48 ` howarth at nitro dot med dot uc dot edu
@ 2010-07-30  9:22 ` rguenth at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2010-07-30  9:22 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from rguenth at gcc dot gnu dot org  2010-07-30 09:22 -------
It can't be the same bug, please open a new one.  Thx.


-- 

rguenth at gcc dot gnu dot org changed:

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


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


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

end of thread, other threads:[~2010-07-30  9:22 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-07-23  1:56 [Bug lto/45037] New: lto1 ICEs when linking cns_solve howarth at nitro dot med dot uc dot edu
2010-07-23  1:57 ` [Bug lto/45037] " howarth at nitro dot med dot uc dot edu
2010-07-23  1:59 ` howarth at nitro dot med dot uc dot edu
2010-07-23  8:49 ` rguenth at gcc dot gnu dot org
2010-07-23 10:15 ` rguenth at gcc dot gnu dot org
2010-07-23 10:15 ` rguenth at gcc dot gnu dot org
2010-07-30  2:48 ` howarth at nitro dot med dot uc dot edu
2010-07-30  9:22 ` rguenth 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).