public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/53691] New: ICE in LAPACK 3.4.1 cgbrfsx.f
@ 2012-06-15 19:49 foldy at rmki dot kfki.hu
  2012-06-15 20:51 ` [Bug fortran/53691] [4.7/4.8 Regression] " dominiq at lps dot ens.fr
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: foldy at rmki dot kfki.hu @ 2012-06-15 19:49 UTC (permalink / raw)
  To: gcc-bugs

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

             Bug #: 53691
           Summary: ICE in LAPACK 3.4.1 cgbrfsx.f
    Classification: Unclassified
           Product: gcc
           Version: 4.7.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: foldy@rmki.kfki.hu


fl_g77 -c -m64 -mtune=generic -Wall -Wstrict-aliasing=3 -O3
-fomit-frame-pointer -fPIC cgbrfsx.f
cgbrfsx.f:519.23:

            REF_TYPE = PARAMS( LA_LINRX_ITREF_I )                       
                       1
Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at
(1)
f951: 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.

fl_g77 -v:

Using built-in specs.
COLLECT_GCC=fl_g77
COLLECT_LTO_WRAPPER=/home/devel/libexec/gcc/x86_64-pc-linux-gnu/4.7.1/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: ../gcc-4.7.1/configure --prefix=/home/devel
--build=x86_64-pc-linux-gnu --enable-languages=c,c++,fortran --enable-long-long
--enable-threads --enable-__cxa_atexit --with-gmp=/home/devel
--with-mpfr=/home/devel --without-ppl --without-cloog --disable-multilib
--disable-nls --program-suffix=-4.7.1
Thread model: posix
gcc version 4.7.1 (GCC)


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

* [Bug fortran/53691] [4.7/4.8 Regression] ICE in LAPACK 3.4.1 cgbrfsx.f
  2012-06-15 19:49 [Bug fortran/53691] New: ICE in LAPACK 3.4.1 cgbrfsx.f foldy at rmki dot kfki.hu
@ 2012-06-15 20:51 ` dominiq at lps dot ens.fr
  2012-06-15 21:24 ` dominiq at lps dot ens.fr
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: dominiq at lps dot ens.fr @ 2012-06-15 20:51 UTC (permalink / raw)
  To: gcc-bugs

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

Dominique d'Humieres <dominiq at lps dot ens.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2012-06-15
            Summary|ICE in LAPACK 3.4.1         |[4.7/4.8 Regression] ICE in
                   |cgbrfsx.f                   |LAPACK 3.4.1 cgbrfsx.f
     Ever Confirmed|0                           |1

--- Comment #1 from Dominique d'Humieres <dominiq at lps dot ens.fr> 2012-06-15 20:50:56 UTC ---
Confirmed with only -Wall.
r176696 is OK,
r177649 gives the segmentation fault.

The backtrace for trunk is


#0  gfc_calculate_transfer_sizes (source=0x142275aa0, mold=0x142276350,
size=0x142276110, source_size=0x7fff5fbfce80, result_size=0x7fff5fbfce88, 
    result_length_p=0x0) at /opt/mp/include/gmp.h:1745
#1  0x000000010000fa59 in gfc_check_transfer (source=0x142275aa0,
mold=0x142276350, size=0x142276110) at ../../work/gcc/fortran/check.c:4070
#2  0x000000010003a405 in check_specific (specific=0x142829e28,
expr=0x1422761d0, error_flag=0) at ../../work/gcc/fortran/intrinsic.c:3916
#3  0x0000000100046f67 in gfc_intrinsic_func_interface (expr=0x1422761d0,
error_flag=0) at ../../work/gcc/fortran/intrinsic.c:4132
#4  0x00000001000863fa in gfc_resolve_expr (e=<value optimized out>) at
../../work/gcc/fortran/resolve.c:2335
#5  0x0000000100086d39 in resolve_actual_arglist (arg=<value optimized out>,
ptype=<value optimized out>, no_formal_args=<value optimized out>)
    at ../../work/gcc/fortran/resolve.c:1774
#6  0x00000001000874e3 in resolve_call (c=<value optimized out>) at
../../work/gcc/fortran/resolve.c:3691
#7  0x000000010008d66e in resolve_code (code=<value optimized out>, ns=<value
optimized out>) at ../../work/gcc/fortran/resolve.c:9533
#8  0x000000010008d1ec in gfc_resolve_blocks (b=<value optimized out>,
ns=<value optimized out>) at ../../work/gcc/fortran/resolve.c:9103
#9  0x000000010008d366 in resolve_code (code=<value optimized out>, ns=<value
optimized out>) at ../../work/gcc/fortran/resolve.c:9372
#10 0x000000010008d1ec in gfc_resolve_blocks (b=<value optimized out>,
ns=<value optimized out>) at ../../work/gcc/fortran/resolve.c:9103
#11 0x000000010008d366 in resolve_code (code=<value optimized out>, ns=<value
optimized out>) at ../../work/gcc/fortran/resolve.c:9372
#12 0x000000010008fc84 in resolve_codes (ns=<value optimized out>) at
../../work/gcc/fortran/resolve.c:14044
#13 0x000000010007f868 in gfc_resolve (ns=<value optimized out>) at
../../work/gcc/fortran/resolve.c:14071
#14 0x000000010007514b in gfc_parse_file () at
../../work/gcc/fortran/parse.c:4387
#15 0x00000001000b4216 in gfc_be_parse_file () at
../../work/gcc/fortran/f95-lang.c:191
#16 0x000000010072ada1 in toplev_main (argc=3, argv=0x7fff5fbfd750) at
../../work/gcc/toplev.c:550
#17 0x00000001000018c4 in start ()


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

* [Bug fortran/53691] [4.7/4.8 Regression] ICE in LAPACK 3.4.1 cgbrfsx.f
  2012-06-15 19:49 [Bug fortran/53691] New: ICE in LAPACK 3.4.1 cgbrfsx.f foldy at rmki dot kfki.hu
  2012-06-15 20:51 ` [Bug fortran/53691] [4.7/4.8 Regression] " dominiq at lps dot ens.fr
@ 2012-06-15 21:24 ` dominiq at lps dot ens.fr
  2012-06-16  6:15 ` burnus at gcc dot gnu.org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: dominiq at lps dot ens.fr @ 2012-06-15 21:24 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Dominique d'Humieres <dominiq at lps dot ens.fr> 2012-06-15 21:23:42 UTC ---
Reduced test case

       SUBROUTINE CGBRFSX(N, RWORK)
       INTEGER N
       REAL RWORK(*)
       REAL ZERO
       PARAMETER (ZERO = 0.0E+0)
       call foo(TRANSFER (RWORK(1:2*N), (/ (ZERO, ZERO) /), N))
       end

It yields a segmentation fault when compiled with -Wsurprising.


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

* [Bug fortran/53691] [4.7/4.8 Regression] ICE in LAPACK 3.4.1 cgbrfsx.f
  2012-06-15 19:49 [Bug fortran/53691] New: ICE in LAPACK 3.4.1 cgbrfsx.f foldy at rmki dot kfki.hu
  2012-06-15 20:51 ` [Bug fortran/53691] [4.7/4.8 Regression] " dominiq at lps dot ens.fr
  2012-06-15 21:24 ` dominiq at lps dot ens.fr
@ 2012-06-16  6:15 ` burnus at gcc dot gnu.org
  2012-06-16  6:16 ` [Bug fortran/53691] [4.7/4.8 Regression] ICE with -Wsurprising " burnus at gcc dot gnu.org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: burnus at gcc dot gnu.org @ 2012-06-16  6:15 UTC (permalink / raw)
  To: gcc-bugs

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

Tobias Burnus <burnus at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |burnus at gcc dot gnu.org

--- Comment #3 from Tobias Burnus <burnus at gcc dot gnu.org> 2012-06-16 06:15:39 UTC ---
(In reply to comment #2)
> It yields a segmentation fault when compiled with -Wsurprising.

Hence, the workaround is to compile with -Wno-surprising.


Untested draft patch:

--- a/gcc/fortran/check.c
+++ b/gcc/fortran/check.c
@@ -3997,3 +3996,6 @@ gfc_calculate_transfer_sizes (gfc_expr *source, gfc_expr
*mold, gfc_expr *size,

-    /* Calculate the size of the source.  */
+  if (size && size->expr_type != EXPR_CONSTANT)
+    return FAILURE;
+
+  /* Calculate the size of the source.  */
   if (source->expr_type == EXPR_ARRAY


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

* [Bug fortran/53691] [4.7/4.8 Regression] ICE with -Wsurprising in LAPACK 3.4.1 cgbrfsx.f
  2012-06-15 19:49 [Bug fortran/53691] New: ICE in LAPACK 3.4.1 cgbrfsx.f foldy at rmki dot kfki.hu
                   ` (2 preceding siblings ...)
  2012-06-16  6:15 ` burnus at gcc dot gnu.org
@ 2012-06-16  6:16 ` burnus at gcc dot gnu.org
  2012-06-17 19:31 ` burnus at gcc dot gnu.org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: burnus at gcc dot gnu.org @ 2012-06-16  6:16 UTC (permalink / raw)
  To: gcc-bugs

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

Tobias Burnus <burnus at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.7.2
            Summary|[4.7/4.8 Regression] ICE in |[4.7/4.8 Regression] ICE
                   |LAPACK 3.4.1 cgbrfsx.f      |with -Wsurprising in LAPACK
                   |                            |3.4.1 cgbrfsx.f


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

* [Bug fortran/53691] [4.7/4.8 Regression] ICE with -Wsurprising in LAPACK 3.4.1 cgbrfsx.f
  2012-06-15 19:49 [Bug fortran/53691] New: ICE in LAPACK 3.4.1 cgbrfsx.f foldy at rmki dot kfki.hu
                   ` (3 preceding siblings ...)
  2012-06-16  6:16 ` [Bug fortran/53691] [4.7/4.8 Regression] ICE with -Wsurprising " burnus at gcc dot gnu.org
@ 2012-06-17 19:31 ` burnus at gcc dot gnu.org
  2012-06-22 10:28 ` burnus at gcc dot gnu.org
  2012-06-22 10:29 ` burnus at gcc dot gnu.org
  6 siblings, 0 replies; 8+ messages in thread
From: burnus at gcc dot gnu.org @ 2012-06-17 19:31 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from Tobias Burnus <burnus at gcc dot gnu.org> 2012-06-17 19:30:46 UTC ---
Author: burnus
Date: Sun Jun 17 19:30:29 2012
New Revision: 188708

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=188708
Log:
2012-06-17  Tobias Burnus  <burnus@net-b.de>

        PR fortran/53691
        PR fortran/53685
        * check.c (gfc_calculate_transfer_sizes): Return if
        SIZE= is not constant or source-size cannot be determined.

2012-06-17  Tobias Burnus  <burnus@net-b.de>

        PR fortran/53691
        PR fortran/53685
        * gfortran.dg/transfer_check_3.f90: New.


Added:
    trunk/gcc/testsuite/gfortran.dg/transfer_check_3.f90
Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/check.c
    trunk/gcc/testsuite/ChangeLog


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

* [Bug fortran/53691] [4.7/4.8 Regression] ICE with -Wsurprising in LAPACK 3.4.1 cgbrfsx.f
  2012-06-15 19:49 [Bug fortran/53691] New: ICE in LAPACK 3.4.1 cgbrfsx.f foldy at rmki dot kfki.hu
                   ` (4 preceding siblings ...)
  2012-06-17 19:31 ` burnus at gcc dot gnu.org
@ 2012-06-22 10:28 ` burnus at gcc dot gnu.org
  2012-06-22 10:29 ` burnus at gcc dot gnu.org
  6 siblings, 0 replies; 8+ messages in thread
From: burnus at gcc dot gnu.org @ 2012-06-22 10:28 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #5 from Tobias Burnus <burnus at gcc dot gnu.org> 2012-06-22 10:28:01 UTC ---
Author: burnus
Date: Fri Jun 22 10:27:56 2012
New Revision: 188882

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=188882
Log:
2012-06-22  Tobias Burnus  <burnus@net-b.de>

        Backport from mainline
        2012-06-17  Tobias Burnus  <burnus@net-b.de>

        PR fortran/53691
        PR fortran/53685
        * check.c (gfc_calculate_transfer_sizes): Return if
        SIZE= is not constant or source-size cannot be determined.

2012-06-22  Tobias Burnus  <burnus@net-b.de>

        Backport from mainline
        2012-06-17  Tobias Burnus  <burnus@net-b.de>

        PR fortran/53691
        PR fortran/53685
        * gfortran.dg/transfer_check_3.f90: New.


Added:
    branches/gcc-4_7-branch/gcc/testsuite/gfortran.dg/transfer_check_3.f90
Modified:
    branches/gcc-4_7-branch/gcc/fortran/ChangeLog
    branches/gcc-4_7-branch/gcc/fortran/check.c
    branches/gcc-4_7-branch/gcc/testsuite/ChangeLog


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

* [Bug fortran/53691] [4.7/4.8 Regression] ICE with -Wsurprising in LAPACK 3.4.1 cgbrfsx.f
  2012-06-15 19:49 [Bug fortran/53691] New: ICE in LAPACK 3.4.1 cgbrfsx.f foldy at rmki dot kfki.hu
                   ` (5 preceding siblings ...)
  2012-06-22 10:28 ` burnus at gcc dot gnu.org
@ 2012-06-22 10:29 ` burnus at gcc dot gnu.org
  6 siblings, 0 replies; 8+ messages in thread
From: burnus at gcc dot gnu.org @ 2012-06-22 10:29 UTC (permalink / raw)
  To: gcc-bugs

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

Tobias Burnus <burnus at gcc dot gnu.org> changed:

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

--- Comment #6 from Tobias Burnus <burnus at gcc dot gnu.org> 2012-06-22 10:29:05 UTC ---
FIXED on the 4.7 branch (for 4.7.2) and on the trunk (for 4.8).

Thanks for the bug report and sorry for the breakage!


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

end of thread, other threads:[~2012-06-22 10:29 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-06-15 19:49 [Bug fortran/53691] New: ICE in LAPACK 3.4.1 cgbrfsx.f foldy at rmki dot kfki.hu
2012-06-15 20:51 ` [Bug fortran/53691] [4.7/4.8 Regression] " dominiq at lps dot ens.fr
2012-06-15 21:24 ` dominiq at lps dot ens.fr
2012-06-16  6:15 ` burnus at gcc dot gnu.org
2012-06-16  6:16 ` [Bug fortran/53691] [4.7/4.8 Regression] ICE with -Wsurprising " burnus at gcc dot gnu.org
2012-06-17 19:31 ` burnus at gcc dot gnu.org
2012-06-22 10:28 ` burnus at gcc dot gnu.org
2012-06-22 10:29 ` burnus 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).