public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/60653] New: [4.9 Regression] gfortran: ICE (segmentation fault) in lra
@ 2014-03-25 15:14 doko at gcc dot gnu.org
  2014-03-25 15:18 ` [Bug target/60653] " doko at gcc dot gnu.org
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: doko at gcc dot gnu.org @ 2014-03-25 15:14 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 60653
           Summary: [4.9 Regression] gfortran: ICE (segmentation fault) in
                    lra
           Product: gcc
           Version: 4.9.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: doko at gcc dot gnu.org

seen on arm-linux-gnueabihf, trunk r208764

(gdb) bt
#0  0x0031aca6 in ?? ()
#1  0x0031bf30 in ?? ()
#2  0x0031e990 in ?? ()
#3  0x00320824 in lra_constraints(bool) ()
#4  0x00315c40 in lra(_IO_FILE*) ()
#5  0x002ea520 in ?? ()
#6  0x003551ba in execute_one_pass(opt_pass*) ()
#7  0x00355340 in execute_pass_list(opt_pass*) ()
#8  0x0035534a in execute_pass_list(opt_pass*) ()
#9  0x0020224c in ?? ()
#10 0x00203464 in compile() ()
#11 0x002037f0 in finalize_compilation_unit() ()
#12 0x00307596 in write_global_declarations() ()
#13 0x003c558c in ?? ()
#14 0x003c6cb0 in toplev_main(int, char**) ()
#15 0xb6d76632 in __libc_start_main () from /lib/arm-linux-gnueabihf/libc.so.6
#16 0x0010a868 in _start ()

$ gcc -v
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/arm-linux-gnueabihf/4.9/lto-wrapper
Target: arm-linux-gnueabihf
Configured with: ../src/configure -v --with-pkgversion='Ubuntu
4.9-20140322-1ubuntu1' --with-bugurl=file:///usr/share/doc/gcc-4.9/README.Bugs
--enable-languages=c,c++,java,go,fortran,objc,obj-c++ --prefix=/usr
--program-suffix=-4.9 --enable-shared --enable-linker-build-id
--libexecdir=/usr/lib --without-included-gettext --enable-threads=posix
--with-gxx-include-dir=/usr/include/c++/4.9 --libdir=/usr/lib --enable-nls
--with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug
--enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libmudflap
--disable-libitm --disable-libquadmath --enable-plugin --with-system-zlib
--disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo
--with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.9-armhf/jre --enable-java-home
--with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.9-armhf
--with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.9-armhf
--with-arch-directory=arm --with-ecj-jar=/usr/share/java/eclipse-ecj.jar
--enable-objc-gc --enable-multiarch --enable-multilib --disable-sjlj-exceptions
--with-arch=armv7-a --with-fpu=vfpv3-d16 --with-float=hard --with-mode=thumb
--disable-werror --enable-multilib --enable-checking=release
--build=arm-linux-gnueabihf --host=arm-linux-gnueabihf
--target=arm-linux-gnueabihf
Thread model: posix
gcc version 4.9.0 20140322 (experimental) [trunk revision 208764] (Ubuntu
4.9-20140322-1ubuntu1)


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

* [Bug target/60653] [4.9 Regression] gfortran: ICE (segmentation fault) in lra
  2014-03-25 15:14 [Bug target/60653] New: [4.9 Regression] gfortran: ICE (segmentation fault) in lra doko at gcc dot gnu.org
@ 2014-03-25 15:18 ` doko at gcc dot gnu.org
  2014-03-25 15:19 ` doko at gcc dot gnu.org
                   ` (10 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: doko at gcc dot gnu.org @ 2014-03-25 15:18 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Matthias Klose <doko at gcc dot gnu.org> ---
fails with -O1 and -O2, works with -O0. fails with both -marm/-mthumb


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

* [Bug target/60653] [4.9 Regression] gfortran: ICE (segmentation fault) in lra
  2014-03-25 15:14 [Bug target/60653] New: [4.9 Regression] gfortran: ICE (segmentation fault) in lra doko at gcc dot gnu.org
  2014-03-25 15:18 ` [Bug target/60653] " doko at gcc dot gnu.org
@ 2014-03-25 15:19 ` doko at gcc dot gnu.org
  2014-03-25 16:45 ` burnus at gcc dot gnu.org
                   ` (9 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: doko at gcc dot gnu.org @ 2014-03-25 15:19 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Matthias Klose <doko at gcc dot gnu.org> ---
seen with a build of the paw package in Debian/unstable and Ubuntu/trusty.


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

* [Bug target/60653] [4.9 Regression] gfortran: ICE (segmentation fault) in lra
  2014-03-25 15:14 [Bug target/60653] New: [4.9 Regression] gfortran: ICE (segmentation fault) in lra doko at gcc dot gnu.org
  2014-03-25 15:18 ` [Bug target/60653] " doko at gcc dot gnu.org
  2014-03-25 15:19 ` doko at gcc dot gnu.org
@ 2014-03-25 16:45 ` burnus at gcc dot gnu.org
  2014-03-25 17:18 ` jakub at gcc dot gnu.org
                   ` (8 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: burnus at gcc dot gnu.org @ 2014-03-25 16:45 UTC (permalink / raw)
  To: gcc-bugs

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

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> ---
(In reply to Matthias Klose from comment #2)
> seen with a build of the paw package in Debian/unstable and Ubuntu/trusty.

Cf. https://packages.debian.org/sid/paw and http://paw.web.cern.ch/paw/


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

* [Bug target/60653] [4.9 Regression] gfortran: ICE (segmentation fault) in lra
  2014-03-25 15:14 [Bug target/60653] New: [4.9 Regression] gfortran: ICE (segmentation fault) in lra doko at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2014-03-25 16:45 ` burnus at gcc dot gnu.org
@ 2014-03-25 17:18 ` jakub at gcc dot gnu.org
  2014-03-25 18:06 ` ramana at gcc dot gnu.org
                   ` (7 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: jakub at gcc dot gnu.org @ 2014-03-25 17:18 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

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

--- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Do you have preprocessed source and command line options?


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

* [Bug target/60653] [4.9 Regression] gfortran: ICE (segmentation fault) in lra
  2014-03-25 15:14 [Bug target/60653] New: [4.9 Regression] gfortran: ICE (segmentation fault) in lra doko at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  2014-03-25 17:18 ` jakub at gcc dot gnu.org
@ 2014-03-25 18:06 ` ramana at gcc dot gnu.org
  2014-03-31  8:55 ` rguenth at gcc dot gnu.org
                   ` (6 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: ramana at gcc dot gnu.org @ 2014-03-25 18:06 UTC (permalink / raw)
  To: gcc-bugs

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

Ramana Radhakrishnan <ramana at gcc dot gnu.org> changed:

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

--- Comment #5 from Ramana Radhakrishnan <ramana at gcc dot gnu.org> ---
/usr/lib/gcc/arm-linux-gnueabihf/4.9/f951
/paw-2.14.04.dfsg.2/src/pawlib/comis/code/csintx.F -ffixed-form -cpp=csintx.f90
-quiet -v -I /paw-2.14.04.dfsg.2/build/pawlib/comis -I
/paw-2.14.04.dfsg.2/src/pawlib/comis -I
/paw-2.14.04.dfsg.2/src/pawlib/comis/code -I /paw-2.14.04.dfsg.2/src/include
-imultiarch arm-linux-gnueabihf -D _FORTIFY_SOURCE=2 -D CERNLIB_LINUX -D
CERNLIB_UNIX -D CERNLIB_LNX -D CERNLIB_QMGLIBC -D CERNLIB_VERBOSE -D
CERNLIB_DEBIAN -D DEBIAN_VERSION="1:2.14.04.dfsg.2-9" -D CERNLIB_QGETCWD -D
_GNU_SOURCE -D CERNLIB_GFORTRAN
/paw-2.14.04.dfsg.2/src/pawlib/comis/code/csintx.F -quiet -dumpbase csintx.F
-march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -mthumb -mtls-dialect=gnu
-auxbase-strip archive/csintx.o -g -O2 -version -fno-range-check
-fno-second-underscore -fstack-protector -fno-automatic --param
ssp-buffer-size=4 -fintrinsic-modules-path
/usr/lib/gcc/arm-linux-gnueabihf/4.9/finclude -o csintx.s
GNU Fortran (Ubuntu 4.9-20140322-1ubuntu1) version 4.9.0 20140322
(experimental) [trunk revision 208764] (arm-linux-gnueabihf)
        compiled by GNU C version 4.9.0 20140322 (experimental) [trunk revision
208764], GMP version 5.1.3, MPFR version 3.1.2-p3, MPC version 1.0.1
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
ignoring nonexistent directory "/usr/local/include/arm-linux-gnueabihf"
ignoring nonexistent directory
"/usr/lib/gcc/arm-linux-gnueabihf/4.9/../../../../arm-linux-gnueabihf/include"
#include "..." search starts here:
#include <...> search starts here:
 /paw-2.14.04.dfsg.2/build/pawlib/comis
 /paw-2.14.04.dfsg.2/src/pawlib/comis
 /paw-2.14.04.dfsg.2/src/pawlib/comis/code
 /paw-2.14.04.dfsg.2/src/include
 /usr/lib/gcc/arm-linux-gnueabihf/4.9/finclude
 /usr/lib/gcc/arm-linux-gnueabihf/4.9/include
 /usr/local/include
 /usr/lib/gcc/arm-linux-gnueabihf/4.9/include-fixed
 /usr/include/arm-linux-gnueabihf
 /usr/include
End of search list.
GNU Fortran (Ubuntu 4.9-20140322-1ubuntu1) version 4.9.0 20140322
(experimental) [trunk revision 208764] (arm-linux-gnueabihf)
        compiled by GNU C version 4.9.0 20140322 (experimental) [trunk revision
208764], GMP version 5.1.3, MPFR version 3.1.2-p3, MPC version 1.0.1
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
/paw-2.14.04.dfsg.2/src/pawlib/comis/code/csintx.F:681.72:

 7402 ASSIGN 7406 TO LAB1                                               
                                                                        1
Warning: Deleted feature: ASSIGN statement at (1)
/paw-2.14.04.dfsg.2/src/pawlib/comis/code/csintx.F:704.72:

      GO TO LAB1                                                        
                                                                        1
Warning: Deleted feature: Assigned GOTO statement at (1)
/paw-2.14.04.dfsg.2/src/pawlib/comis/code/csintx.F:752.72:

      ASSIGN 8003 TO LAB1                                               
                                                                        1
Warning: Deleted feature: ASSIGN statement at (1)
/paw-2.14.04.dfsg.2/src/pawlib/comis/code/csintx.F: In function 'csintx':
/paw-2.14.04.dfsg.2/src/pawlib/comis/code/csintx.F:1920:0: internal compiler
error: Segmentation fault
       END
 ^
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-4.9/README.Bugs> for instructions.


However if I try the same with csint.f90 that's produced I get a different set
of error messages but not the same failure. Slightly bizarre. 

 1
Error: Invalid character in name at (1)
/paw-2.14.04.dfsg.2/src/pawlib/comis/comis/cspar.inc:2.1:
    Included at /paw-2.14.04.dfsg.2/src/pawlib/comis/code/csintx.F:21:

* $Id: cspar.inc,v 1.2 2000/05/30 13:53:58 couet Exp $
 1
Error: Invalid character in name at (1)
/paw-2.14.04.dfsg.2/src/pawlib/comis/comis/cspar.inc:3.1:
    Included at /paw-2.14.04.dfsg.2/src/pawlib/comis/code/csintx.F:21:

*
 1
Error: Invalid character in name at (1)
/paw-2.14.04.dfsg.2/src/pawlib/comis/comis/cspar.inc:4.1:
    Included at /paw-2.14.04.dfsg.2/src/pawlib/comis/code/csintx.F:21:

* $Log: cspar.inc,v $
 1
Error: Invalid character in name at (1)
/paw-2.14.04.dfsg.2/src/pawlib/comis/comis/cspar.inc:5.1:
    Included at /paw-2.14.04.dfsg.2/src/pawlib/comis/code/csintx.F:21:

* Revision 1.2  2000/05/30 13:53:58  couet
 1
Error: Invalid character in name at (1)
/paw-2.14.04.dfsg.2/src/pawlib/comis/comis/cspar.inc:6.1:
    Included at /paw-2.14.04.dfsg.2/src/pawlib/comis/code/csintx.F:21:

* - A buffer size increased
 1
Error: Invalid character in name at (1)
/paw-2.14.04.dfsg.2/src/pawlib/comis/comis/cspar.inc:7.1:
    Included at /paw-2.14.04.dfsg.2/src/pawlib/comis/code/csintx.F:21:

*
 1
Error: Invalid character in name at (1)
/paw-2.14.04.dfsg.2/src/pawlib/comis/comis/cspar.inc:8.1:
    Included at /paw-2.14.04.dfsg.2/src/pawlib/comis/code/csintx.F:21:

* Revision 1.1.1.1  1996/02/26 17:16:33  mclareni
 1
Error: Invalid character in name at (1)
/paw-2.14.04.dfsg.2/src/pawlib/comis/comis/cspar.inc:9.1:
    Included at /paw-2.14.04.dfsg.2/src/pawlib/comis/code/csintx.F:21:

* Comis
 1


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

* [Bug target/60653] [4.9 Regression] gfortran: ICE (segmentation fault) in lra
  2014-03-25 15:14 [Bug target/60653] New: [4.9 Regression] gfortran: ICE (segmentation fault) in lra doko at gcc dot gnu.org
                   ` (4 preceding siblings ...)
  2014-03-25 18:06 ` ramana at gcc dot gnu.org
@ 2014-03-31  8:55 ` rguenth at gcc dot gnu.org
  2014-03-31  9:51 ` rguenth at gcc dot gnu.org
                   ` (5 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: rguenth at gcc dot gnu.org @ 2014-03-31  8:55 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.9.0


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

* [Bug target/60653] [4.9 Regression] gfortran: ICE (segmentation fault) in lra
  2014-03-25 15:14 [Bug target/60653] New: [4.9 Regression] gfortran: ICE (segmentation fault) in lra doko at gcc dot gnu.org
                   ` (5 preceding siblings ...)
  2014-03-31  8:55 ` rguenth at gcc dot gnu.org
@ 2014-03-31  9:51 ` rguenth at gcc dot gnu.org
  2014-03-31 11:33 ` burnus at gcc dot gnu.org
                   ` (4 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: rguenth at gcc dot gnu.org @ 2014-03-31  9:51 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING
   Last reconfirmed|                            |2014-03-31
     Ever confirmed|0                           |1

--- Comment #6 from Richard Biener <rguenth at gcc dot gnu.org> ---
Waiting for a testcase.


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

* [Bug target/60653] [4.9 Regression] gfortran: ICE (segmentation fault) in lra
  2014-03-25 15:14 [Bug target/60653] New: [4.9 Regression] gfortran: ICE (segmentation fault) in lra doko at gcc dot gnu.org
                   ` (6 preceding siblings ...)
  2014-03-31  9:51 ` rguenth at gcc dot gnu.org
@ 2014-03-31 11:33 ` burnus at gcc dot gnu.org
  2014-03-31 14:36 ` burnus at gcc dot gnu.org
                   ` (3 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: burnus at gcc dot gnu.org @ 2014-03-31 11:33 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #7 from Tobias Burnus <burnus at gcc dot gnu.org> ---
(In reply to Ramana Radhakrishnan from comment #5)
> However if I try the same with csint.f90 that's produced I get a different
> set of error messages but not the same failure. Slightly bizarre. 

> * $Id: cspar.inc,v 1.2 2000/05/30 13:53:58 couet Exp $
>  1

That looks like fixed-form source input. Try to compile with -ffixed-form or
use the .f file extension.


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

* [Bug target/60653] [4.9 Regression] gfortran: ICE (segmentation fault) in lra
  2014-03-25 15:14 [Bug target/60653] New: [4.9 Regression] gfortran: ICE (segmentation fault) in lra doko at gcc dot gnu.org
                   ` (7 preceding siblings ...)
  2014-03-31 11:33 ` burnus at gcc dot gnu.org
@ 2014-03-31 14:36 ` burnus at gcc dot gnu.org
  2014-04-08 11:37 ` rguenth at gcc dot gnu.org
                   ` (2 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: burnus at gcc dot gnu.org @ 2014-03-31 14:36 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |UNCONFIRMED
     Ever confirmed|1                           |0


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

* [Bug target/60653] [4.9 Regression] gfortran: ICE (segmentation fault) in lra
  2014-03-25 15:14 [Bug target/60653] New: [4.9 Regression] gfortran: ICE (segmentation fault) in lra doko at gcc dot gnu.org
                   ` (8 preceding siblings ...)
  2014-03-31 14:36 ` burnus at gcc dot gnu.org
@ 2014-04-08 11:37 ` rguenth at gcc dot gnu.org
  2014-04-08 14:26 ` jakub at gcc dot gnu.org
  2014-04-09  7:17 ` jakub at gcc dot gnu.org
  11 siblings, 0 replies; 13+ messages in thread
From: rguenth at gcc dot gnu.org @ 2014-04-08 11:37 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING
   Last reconfirmed|2014-03-31 00:00:00         |2014-04-08
     Ever confirmed|0                           |1

--- Comment #9 from Richard Biener <rguenth at gcc dot gnu.org> ---
Works for me with a cross to arm-linux-gnueabi and -O -mhard-float
-march=armv7-a -mthumb -mfpu=vfpv3-d16 (not sure if that replicates gnueabihf).
 Also works
with a cross to arm-linux-gnueabihf for me:

rguenther@murzim:/abuild/rguenther/obj-arm-g/gcc> ./f951 -quiet t.f90 -O 
rguenther@murzim:/abuild/rguenther/obj-arm-g/gcc> ./gfortran -v
Using built-in specs.
COLLECT_GCC=./gfortran
Target: arm-suse-linux-gnueabihf
Configured with: /space/rguenther/src/svn/trunk/configure
--target=arm-suse-linux-gnueabihf --enable-languages=c,c++,lto,fortran
--with-arch=armv7-a --with-fpu=vfpv3-d16 --with-float=hard --with-mode=thumb
Thread model: posix
gcc version 4.9.0 20140408 (experimental) (GCC) 

thus, fixed?


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

* [Bug target/60653] [4.9 Regression] gfortran: ICE (segmentation fault) in lra
  2014-03-25 15:14 [Bug target/60653] New: [4.9 Regression] gfortran: ICE (segmentation fault) in lra doko at gcc dot gnu.org
                   ` (9 preceding siblings ...)
  2014-04-08 11:37 ` rguenth at gcc dot gnu.org
@ 2014-04-08 14:26 ` jakub at gcc dot gnu.org
  2014-04-09  7:17 ` jakub at gcc dot gnu.org
  11 siblings, 0 replies; 13+ messages in thread
From: jakub at gcc dot gnu.org @ 2014-04-08 14:26 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

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

--- Comment #10 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
This has been fixed by the r208926 fix (PR60697), the backtrace is the same as
well.

CCing Vlad whether we want to just add the testcase to the testsuite and close,
or close without testcase, or whether this PR was just a different bug that
just went latent with that fix.


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

* [Bug target/60653] [4.9 Regression] gfortran: ICE (segmentation fault) in lra
  2014-03-25 15:14 [Bug target/60653] New: [4.9 Regression] gfortran: ICE (segmentation fault) in lra doko at gcc dot gnu.org
                   ` (10 preceding siblings ...)
  2014-04-08 14:26 ` jakub at gcc dot gnu.org
@ 2014-04-09  7:17 ` jakub at gcc dot gnu.org
  11 siblings, 0 replies; 13+ messages in thread
From: jakub at gcc dot gnu.org @ 2014-04-09  7:17 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|---                         |DUPLICATE

--- Comment #11 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
I'll close this as a dup.  If we want the testcase, we can add it afterwards.

*** This bug has been marked as a duplicate of bug 60697 ***


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

end of thread, other threads:[~2014-04-09  7:17 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-03-25 15:14 [Bug target/60653] New: [4.9 Regression] gfortran: ICE (segmentation fault) in lra doko at gcc dot gnu.org
2014-03-25 15:18 ` [Bug target/60653] " doko at gcc dot gnu.org
2014-03-25 15:19 ` doko at gcc dot gnu.org
2014-03-25 16:45 ` burnus at gcc dot gnu.org
2014-03-25 17:18 ` jakub at gcc dot gnu.org
2014-03-25 18:06 ` ramana at gcc dot gnu.org
2014-03-31  8:55 ` rguenth at gcc dot gnu.org
2014-03-31  9:51 ` rguenth at gcc dot gnu.org
2014-03-31 11:33 ` burnus at gcc dot gnu.org
2014-03-31 14:36 ` burnus at gcc dot gnu.org
2014-04-08 11:37 ` rguenth at gcc dot gnu.org
2014-04-08 14:26 ` jakub at gcc dot gnu.org
2014-04-09  7:17 ` jakub 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).