public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/19294] New: intrinsic_transpose.f90 runtime crash with sparc-solaris at -O1
@ 2005-01-06 17:23 coudert at clipper dot ens dot fr
  2005-01-06 18:16 ` [Bug fortran/19294] " ebotcazou at gcc dot gnu dot org
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: coudert at clipper dot ens dot fr @ 2005-01-06 17:23 UTC (permalink / raw)
  To: gcc-bugs

>From my test logs on sparc-sun-solaris2.9, I see:
FAIL: gfortran.fortran-torture/execute/intrinsic_transpose.f90 execution,  -O1 

This does happen only with -O1 (neither -O0, -O2 nor -O3). I tried to determine
more precisely the cause by including all optimization switches indicated in the
texinfo doc as being part of the -O1 set, but it didn't work (that is: it didn't
fail):

$ ~/irun/bin/gfortran intrinsic_transpose.f90 -static -O0 && ./a.out
$ ~/irun/bin/gfortran intrinsic_transpose.f90 -static -O1 && ./a.out
zsh: bus error  ./a.out
$ ~/irun/bin/gfortran intrinsic_transpose.f90 -static -O2 && ./a.out
$ ~/irun/bin/gfortran intrinsic_transpose.f90 -static -O3 && ./a.out
$ ~/irun/bin/gfortran intrinsic_transpose.f90 -static -fdefer-pop
-fmerge-constants -fthread-jumps -floop-optimize -fif-conversion
-fif-conversion2 -fdelayed-branch -fguess-branch-probability -fcprop-registers
-fomit-frame-pointer && ./a.out
$ ~/irun/bin/gfortran -O1 intrinsic_transpose.f90 -static -fdefer-pop
-fmerge-constants -fthread-jumps -floop-optimize -fif-conversion
-fif-conversion2 -fdelayed-branch -fguess-branch-probability -fcprop-registers
-fomit-frame-pointer && ./a.out
zsh: bus error  ./a.out


Here is the gdb output:
Program received signal SIGSEGV, Segmentation fault.
*_gfortran_transpose_8 (ret=Variable "ret" is not available.
)
    at ../../../gcc/libgfortran/generated/transpose_i8.c:81
81      ../../../gcc/libgfortran/generated/transpose_i8.c: No such file or
directory.
        in ../../../gcc/libgfortran/generated/transpose_i8.c


I can reproduce this behaviour on sparc-sun-solaris2.8 using this solaris2.9
compiler. I can give more details if someone see how to debug this. In
particular, if someone knows the list of -O1 enabled optimization switches, I
could locate the crucial one.

-- 
           Summary: intrinsic_transpose.f90 runtime crash with sparc-solaris
                    at -O1
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: coudert at clipper dot ens dot fr
                CC: gcc-bugs at gcc dot gnu dot org
GCC target triplet: sparc-sun-solaris2.9


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


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

* [Bug fortran/19294] intrinsic_transpose.f90 runtime crash with sparc-solaris at -O1
  2005-01-06 17:23 [Bug fortran/19294] New: intrinsic_transpose.f90 runtime crash with sparc-solaris at -O1 coudert at clipper dot ens dot fr
@ 2005-01-06 18:16 ` ebotcazou at gcc dot gnu dot org
  2005-01-06 18:19 ` ebotcazou at gcc dot gnu dot org
                   ` (11 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2005-01-06 18:16 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From ebotcazou at gcc dot gnu dot org  2005-01-06 18:16 -------
Confirmed on Solaris 8 and 9.  Interestingly, on Solaris 2.5.1, 2.6 and 7, it
also fails at -O0.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ebotcazou at gcc dot gnu dot
                   |                            |org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2005-01-06 18:16:10
               date|                            |


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


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

* [Bug fortran/19294] intrinsic_transpose.f90 runtime crash with sparc-solaris at -O1
  2005-01-06 17:23 [Bug fortran/19294] New: intrinsic_transpose.f90 runtime crash with sparc-solaris at -O1 coudert at clipper dot ens dot fr
  2005-01-06 18:16 ` [Bug fortran/19294] " ebotcazou at gcc dot gnu dot org
@ 2005-01-06 18:19 ` ebotcazou at gcc dot gnu dot org
  2005-01-06 21:52 ` [Bug fortran/19294] intrinsic_transpose.f90 runtime crash coudert at clipper dot ens dot fr
                   ` (10 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2005-01-06 18:19 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From ebotcazou at gcc dot gnu dot org  2005-01-06 18:19 -------
> I can reproduce this behaviour on sparc-sun-solaris2.8 using this solaris2.9
> compiler. I can give more details if someone see how to debug this. In
> particular, if someone knows the list of -O1 enabled optimization switches, I
> could locate the crucial one.

Try compiling with -fverbose-asm.


-- 


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


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

* [Bug fortran/19294] intrinsic_transpose.f90 runtime crash
  2005-01-06 17:23 [Bug fortran/19294] New: intrinsic_transpose.f90 runtime crash with sparc-solaris at -O1 coudert at clipper dot ens dot fr
  2005-01-06 18:16 ` [Bug fortran/19294] " ebotcazou at gcc dot gnu dot org
  2005-01-06 18:19 ` ebotcazou at gcc dot gnu dot org
@ 2005-01-06 21:52 ` coudert at clipper dot ens dot fr
  2005-01-06 23:12 ` coudert at clipper dot ens dot fr
                   ` (9 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: coudert at clipper dot ens dot fr @ 2005-01-06 21:52 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From coudert at clipper dot ens dot fr  2005-01-06 21:52 -------
Playing with this test case to produce a minimal example, I found lots of
differents sources that crash at runtime, for different levels of optimization
(some at 1 and 2 but not 0 and 3, some only for 0, etc). The following code may
be the easiest to debug:

program intrinsic_transpose
   integer, dimension (3, 3) :: b
   complex(kind=4), dimension (2, 2) :: e

   b = reshape ((/1, 2, 3, 4, 5, 6, 7, 8, 9/), (/3, 3/))
   e = reshape ((/(1.0,2.0), (3.0, 4.0), (5.0, 6.0), (7.0, 8.0)/), (/2, 2/))
   e = transpose (e);
end program


This ones crashes with -O0 and -O1, but not -O2. Typical of a memory corruption
problem, if you remove the 'b = ...' line (or if the compiler removes it for
you, as I guess is done for -O2), the problem disappears. I can reproduce it on
solaris2.8 too (but not for -O0, though... how I hate memory corruption!)

GDB backtrace is still the same:
Starting program: /users/01/chimie/coudert/tmp/a.out 

Program received signal SIGSEGV, Segmentation fault.
*_gfortran_transpose_8 (ret=Variable "ret" is not available.
)
    at ../../../gcc/libgfortran/generated/transpose_i8.c:81
81      ../../../gcc/libgfortran/generated/transpose_i8.c: No such file or
directory.
        in ../../../gcc/libgfortran/generated/transpose_i8.c

As optimiztion is not in cause any more, I guess looking at flags will be no
use. I don't know if gdb is to be believed, but the code around line 81 in
transpose_i8.c is:

  rptr = ret->data;
  sptr = source->data;

  for (y=0; y < ycount; y++)
    {
      for (x=0; x < xcount; x++)
        {
          *rptr = *sptr; /* This is line 81 */

          sptr += sxstride;
          rptr += rystride;
        }
        sptr += systride - (sxstride * xcount);
        rptr += rxstride - (rystride * xcount);
    }

Looks like it could be that. I'll be running a modified version of the library
to determine if it's at that point later tonight. As I have absolutely no
knowledge about compilers, please feel free to help!

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|intrinsic_transpose.f90     |intrinsic_transpose.f90
                   |runtime crash at -O1        |runtime crash


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


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

* [Bug fortran/19294] intrinsic_transpose.f90 runtime crash
  2005-01-06 17:23 [Bug fortran/19294] New: intrinsic_transpose.f90 runtime crash with sparc-solaris at -O1 coudert at clipper dot ens dot fr
                   ` (2 preceding siblings ...)
  2005-01-06 21:52 ` [Bug fortran/19294] intrinsic_transpose.f90 runtime crash coudert at clipper dot ens dot fr
@ 2005-01-06 23:12 ` coudert at clipper dot ens dot fr
  2005-01-06 23:15 ` pinskia at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: coudert at clipper dot ens dot fr @ 2005-01-06 23:12 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From coudert at clipper dot ens dot fr  2005-01-06 23:12 -------
Debugging with puts statements, I confirm that the previously isolated code is
the place where the segfault happens. Replacing:

          *rptr = *sptr;

with:
          puts ("Before");  foo = *sptr; puts ("After");
          puts ("Before");  *rptr = foo; puts ("After");
          *rptr = *sptr;

now gives the following output:

$ LD_PRELOAD=/usr/local/lib/libefence.so ./a.out
Before
After
Before
zsh: bus error  LD_PRELOAD=/usr/local/lib/libefence.so ./a.out

That's the further I can go. If someone has something I can test you, please
mention it.

-- 


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


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

* [Bug fortran/19294] intrinsic_transpose.f90 runtime crash
  2005-01-06 17:23 [Bug fortran/19294] New: intrinsic_transpose.f90 runtime crash with sparc-solaris at -O1 coudert at clipper dot ens dot fr
                   ` (3 preceding siblings ...)
  2005-01-06 23:12 ` coudert at clipper dot ens dot fr
@ 2005-01-06 23:15 ` pinskia at gcc dot gnu dot org
  2005-01-12  1:58 ` phython at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-01-06 23:15 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-01-06 23:15 -------
(In reply to comment #4)
> Debugging with puts statements, I confirm that the previously isolated code is
> the place where the segfault happens. Replacing:

This smell like the alignment is wrong ...



-- 


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


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

* [Bug fortran/19294] intrinsic_transpose.f90 runtime crash
  2005-01-06 17:23 [Bug fortran/19294] New: intrinsic_transpose.f90 runtime crash with sparc-solaris at -O1 coudert at clipper dot ens dot fr
                   ` (4 preceding siblings ...)
  2005-01-06 23:15 ` pinskia at gcc dot gnu dot org
@ 2005-01-12  1:58 ` phython at gcc dot gnu dot org
  2005-01-12  2:15 ` phython at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: phython at gcc dot gnu dot org @ 2005-01-12  1:58 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From phython at gcc dot gnu dot org  2005-01-12 01:58 -------
 This patch fixes the testcase on sparc-linux
--- intrinsic_transpose.f90.old 2005-01-11 20:48:30.498247968 -0500
+++ intrinsic_transpose.f90     2005-01-11 20:45:38.026467664 -0500
@@ -2,7 +2,7 @@
 program intrinsic_transpose
    integer, dimension (3, 3) :: a, b
    complex(kind=8), dimension (2, 2) :: c, d
-   complex(kind=4), dimension (2, 2) :: e
+   complex(kind=4), dimension (2, 2) :: e, f

    a = 0
    b = reshape ((/1, 2, 3, 4, 5, 6, 7, 8, 9/), (/3, 3/))
@@ -17,8 +17,8 @@ program intrinsic_transpose
     call abort ();

    e = reshape ((/(1.0,2.0), (3.0, 4.0), (5.0, 6.0), (7.0, 8.0)/), (/2, 2/))
-   e = transpose (e);
-   if (any (e .ne. reshape ((/(1.0, 2.0), (5.0, 6.0), &
+   f = transpose (e);
+   if (any (f .ne. reshape ((/(1.0, 2.0), (5.0, 6.0), &
                               (3.0, 4.0), (7.0, 8.0)/), (/2, 2/)))) &
     call abort ();
 end program

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |phython at gcc dot gnu dot
                   |                            |org
   GCC host triplet|sparc-sun-solaris2.*        |sparc*--
 GCC target triplet|sparc-sun-solaris2.*        |sparc*--


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


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

* [Bug fortran/19294] intrinsic_transpose.f90 runtime crash
  2005-01-06 17:23 [Bug fortran/19294] New: intrinsic_transpose.f90 runtime crash with sparc-solaris at -O1 coudert at clipper dot ens dot fr
                   ` (5 preceding siblings ...)
  2005-01-12  1:58 ` phython at gcc dot gnu dot org
@ 2005-01-12  2:15 ` phython at gcc dot gnu dot org
  2005-01-19 12:40 ` coudert at clipper dot ens dot fr
                   ` (5 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: phython at gcc dot gnu dot org @ 2005-01-12  2:15 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From phython at gcc dot gnu dot org  2005-01-12 02:15 -------
 Here is some more filler.
The main difference between the optimized dumps at -O1 is
original:
  atmp.40.dtype = 546;
  atmp.40.dim[0].stride = 1;
  atmp.40.dim[0].lbound = 0;
  atmp.40.dim[0].ubound = 1;
  atmp.40.dim[1].stride = 2;
  atmp.40.dim[1].lbound = 0;
  atmp.40.dim[1].ubound = 1;
  A.57 = (complex4[0:] *) &A.41;
  atmp.40.data = A.57;
  atmp.40.offset = 0;
[...]
  _gfortran_transpose_8 (&atmp.40, &parm.42);
  D.687 = atmp.40.data;

Explicit temporary:
  parm.40.dtype = 546;
  parm.40.dim[0].lbound = 1;
  parm.40.dim[0].ubound = 2;
  parm.40.dim[0].stride = 1;
  parm.40.dim[1].lbound = 1;
  parm.40.dim[1].ubound = 2;
  parm.40.dim[1].stride = 2;
  D.674 = (complex4[0:] *) &f[0];
  parm.40.data = D.674;
  parm.40.offset = 0;
[...]
  _gfortran_transpose_8 (&parm.40, &parm.41);
  SR.110 = (complex4[0:] *) &A.44;
  __builtin_memcpy (&(*SR.110)[0], &data.46, 32);


-- 


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


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

* [Bug fortran/19294] intrinsic_transpose.f90 runtime crash
  2005-01-06 17:23 [Bug fortran/19294] New: intrinsic_transpose.f90 runtime crash with sparc-solaris at -O1 coudert at clipper dot ens dot fr
                   ` (6 preceding siblings ...)
  2005-01-12  2:15 ` phython at gcc dot gnu dot org
@ 2005-01-19 12:40 ` coudert at clipper dot ens dot fr
  2005-01-20  3:35 ` phython at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: coudert at clipper dot ens dot fr @ 2005-01-19 12:40 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From coudert at clipper dot ens dot fr  2005-01-19 12:38 -------
I tested the patch from comment #8. Bootstrapped and regtested on
sparc-sun-solaris2.9. This fixes the intrinsic_transpose.f90 failure all right.

-- 


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


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

* [Bug fortran/19294] intrinsic_transpose.f90 runtime crash
  2005-01-06 17:23 [Bug fortran/19294] New: intrinsic_transpose.f90 runtime crash with sparc-solaris at -O1 coudert at clipper dot ens dot fr
                   ` (7 preceding siblings ...)
  2005-01-19 12:40 ` coudert at clipper dot ens dot fr
@ 2005-01-20  3:35 ` phython at gcc dot gnu dot org
  2005-01-20  4:37 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: phython at gcc dot gnu dot org @ 2005-01-20  3:35 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From phython at gcc dot gnu dot org  2005-01-20 03:35 -------
Created an attachment (id=7999)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7999&action=view)
Make transpose_c[48] functions


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
Attachment #7962 is|0                           |1
           obsolete|                            |
         AssignedTo|unassigned at gcc dot gnu   |phython at gcc dot gnu dot
                   |dot org                     |org
             Status|NEW                         |ASSIGNED


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


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

* [Bug fortran/19294] intrinsic_transpose.f90 runtime crash
  2005-01-06 17:23 [Bug fortran/19294] New: intrinsic_transpose.f90 runtime crash with sparc-solaris at -O1 coudert at clipper dot ens dot fr
                   ` (8 preceding siblings ...)
  2005-01-20  3:35 ` phython at gcc dot gnu dot org
@ 2005-01-20  4:37 ` pinskia at gcc dot gnu dot org
  2005-01-23 17:01 ` cvs-commit at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-01-20  4:37 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-01-20 04:37 -------
Newest patch posted here: <http://gcc.gnu.org/ml/gcc-patches/2005-01/msg01288.html>.

-- 


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


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

* [Bug fortran/19294] intrinsic_transpose.f90 runtime crash
  2005-01-06 17:23 [Bug fortran/19294] New: intrinsic_transpose.f90 runtime crash with sparc-solaris at -O1 coudert at clipper dot ens dot fr
                   ` (9 preceding siblings ...)
  2005-01-20  4:37 ` pinskia at gcc dot gnu dot org
@ 2005-01-23 17:01 ` cvs-commit at gcc dot gnu dot org
  2005-01-23 17:09 ` pbrook at gcc dot gnu dot org
  2005-01-23 17:10 ` pinskia at gcc dot gnu dot org
  12 siblings, 0 replies; 14+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-01-23 17:01 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-01-23 17:01 -------
Subject: Bug 19294

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	pbrook@gcc.gnu.org	2005-01-23 17:01:00

Modified files:
	gcc/fortran    : ChangeLog iresolve.c 
	libgfortran    : ChangeLog Makefile.am Makefile.in 
	libgfortran/generated: transpose_i4.c transpose_i8.c 
	libgfortran/intrinsics: cshift0.c 
	libgfortran/m4 : transpose.m4 
Added files:
	libgfortran/generated: transpose_c4.c transpose_c8.c 

Log message:
	2005-01-23  James A. Morrison  <phython@gcc.gnu.org>
	Paul Brook  <paul@codesourcery.com>
	
	PR fortran/19294
	* iresolve.c (gfc_resolve_transpose): Resolve to transpose_c4 or
	transpose_c8 for complex types.
	libgfortran/
	* Makefile.am: Add transpose_c4.c and transpose_c8.c.
	* intrinsics/cshift0.c: Use separate optimized loops for complex types.
	* m4/transpose.m4: Include type letter in function name.
	* Makefile.in: Regenerate.
	* generated/transpose_*.c: Regenerate.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/ChangeLog.diff?cvsroot=gcc&r1=1.311&r2=1.312
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/iresolve.c.diff?cvsroot=gcc&r1=1.30&r2=1.31
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgfortran/ChangeLog.diff?cvsroot=gcc&r1=1.152&r2=1.153
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgfortran/Makefile.am.diff?cvsroot=gcc&r1=1.28&r2=1.29
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgfortran/Makefile.in.diff?cvsroot=gcc&r1=1.29&r2=1.30
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgfortran/generated/transpose_c4.c.diff?cvsroot=gcc&r1=NONE&r2=1.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgfortran/generated/transpose_c8.c.diff?cvsroot=gcc&r1=NONE&r2=1.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgfortran/generated/transpose_i4.c.diff?cvsroot=gcc&r1=1.8&r2=1.9
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgfortran/generated/transpose_i8.c.diff?cvsroot=gcc&r1=1.8&r2=1.9
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgfortran/intrinsics/cshift0.c.diff?cvsroot=gcc&r1=1.9&r2=1.10
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgfortran/m4/transpose.m4.diff?cvsroot=gcc&r1=1.8&r2=1.9



-- 


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


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

* [Bug fortran/19294] intrinsic_transpose.f90 runtime crash
  2005-01-06 17:23 [Bug fortran/19294] New: intrinsic_transpose.f90 runtime crash with sparc-solaris at -O1 coudert at clipper dot ens dot fr
                   ` (10 preceding siblings ...)
  2005-01-23 17:01 ` cvs-commit at gcc dot gnu dot org
@ 2005-01-23 17:09 ` pbrook at gcc dot gnu dot org
  2005-01-23 17:10 ` pinskia at gcc dot gnu dot org
  12 siblings, 0 replies; 14+ messages in thread
From: pbrook at gcc dot gnu dot org @ 2005-01-23 17:09 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pbrook at gcc dot gnu dot org  2005-01-23 17:08 -------
Fixed.

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


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


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

* [Bug fortran/19294] intrinsic_transpose.f90 runtime crash
  2005-01-06 17:23 [Bug fortran/19294] New: intrinsic_transpose.f90 runtime crash with sparc-solaris at -O1 coudert at clipper dot ens dot fr
                   ` (11 preceding siblings ...)
  2005-01-23 17:09 ` pbrook at gcc dot gnu dot org
@ 2005-01-23 17:10 ` pinskia at gcc dot gnu dot org
  12 siblings, 0 replies; 14+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-01-23 17:10 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.0.0


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


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

end of thread, other threads:[~2005-01-23 17:10 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-01-06 17:23 [Bug fortran/19294] New: intrinsic_transpose.f90 runtime crash with sparc-solaris at -O1 coudert at clipper dot ens dot fr
2005-01-06 18:16 ` [Bug fortran/19294] " ebotcazou at gcc dot gnu dot org
2005-01-06 18:19 ` ebotcazou at gcc dot gnu dot org
2005-01-06 21:52 ` [Bug fortran/19294] intrinsic_transpose.f90 runtime crash coudert at clipper dot ens dot fr
2005-01-06 23:12 ` coudert at clipper dot ens dot fr
2005-01-06 23:15 ` pinskia at gcc dot gnu dot org
2005-01-12  1:58 ` phython at gcc dot gnu dot org
2005-01-12  2:15 ` phython at gcc dot gnu dot org
2005-01-19 12:40 ` coudert at clipper dot ens dot fr
2005-01-20  3:35 ` phython at gcc dot gnu dot org
2005-01-20  4:37 ` pinskia at gcc dot gnu dot org
2005-01-23 17:01 ` cvs-commit at gcc dot gnu dot org
2005-01-23 17:09 ` pbrook at gcc dot gnu dot org
2005-01-23 17:10 ` pinskia 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).