public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/18769] gfortran: ICE in gfc_conv_array_initializer with array initialization
       [not found] <bug-18769-6318@http.gcc.gnu.org/bugzilla/>
@ 2006-01-02  3:50 ` pinskia at gcc dot gnu dot org
  2006-01-09 23:15 ` [Bug fortran/18769] ICE in gfc_conv_array_initializer with array initialization with transfer pinskia at gcc dot gnu dot org
                   ` (14 subsequent siblings)
  15 siblings, 0 replies; 16+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-01-02  3:50 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from pinskia at gcc dot gnu dot org  2006-01-02 03:50 -------
Related to PR 17298.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  BugsThisDependsOn|                            |17298


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



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

* [Bug fortran/18769] ICE in gfc_conv_array_initializer with array initialization with transfer
       [not found] <bug-18769-6318@http.gcc.gnu.org/bugzilla/>
  2006-01-02  3:50 ` [Bug fortran/18769] gfortran: ICE in gfc_conv_array_initializer with array initialization pinskia at gcc dot gnu dot org
@ 2006-01-09 23:15 ` pinskia at gcc dot gnu dot org
  2006-01-27 20:54 ` pinskia at gcc dot gnu dot org
                   ` (13 subsequent siblings)
  15 siblings, 0 replies; 16+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-01-09 23:15 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from pinskia at gcc dot gnu dot org  2006-01-09 23:15 -------
The problem here is that we did not reduce transfer to a constant.

Hmm, the problem is fully transfer which is why this fully related to PR 17298.

Looks like we don't currently handle transfer that well.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|gfortran: ICE in            |ICE in
                   |gfc_conv_array_initializer  |gfc_conv_array_initializer
                   |with array initialization   |with array initialization
                   |                            |with transfer


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



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

* [Bug fortran/18769] ICE in gfc_conv_array_initializer with array initialization with transfer
       [not found] <bug-18769-6318@http.gcc.gnu.org/bugzilla/>
  2006-01-02  3:50 ` [Bug fortran/18769] gfortran: ICE in gfc_conv_array_initializer with array initialization pinskia at gcc dot gnu dot org
  2006-01-09 23:15 ` [Bug fortran/18769] ICE in gfc_conv_array_initializer with array initialization with transfer pinskia at gcc dot gnu dot org
@ 2006-01-27 20:54 ` pinskia at gcc dot gnu dot org
  2006-06-18 21:01 ` pault at gcc dot gnu dot org
                   ` (12 subsequent siblings)
  15 siblings, 0 replies; 16+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-01-27 20:54 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from pinskia at gcc dot gnu dot org  2006-01-27 20:54 -------
transfer could be converted over to use VIEW_CONVERT_EXPR of the constant but
then again this is in non trans part of the fortran front-end.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|2005-12-30 18:49:45         |2006-01-27 20:54:07
               date|                            |


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


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

* [Bug fortran/18769] ICE in gfc_conv_array_initializer with array initialization with transfer
       [not found] <bug-18769-6318@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2006-01-27 20:54 ` pinskia at gcc dot gnu dot org
@ 2006-06-18 21:01 ` pault at gcc dot gnu dot org
  2006-06-20  4:31 ` pault at gcc dot gnu dot org
                   ` (11 subsequent siblings)
  15 siblings, 0 replies; 16+ messages in thread
From: pault at gcc dot gnu dot org @ 2006-06-18 21:01 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from pault at gcc dot gnu dot org  2006-06-18 19:43 -------
Harald,

The date at which you submitted this is an insult to my sensibilities; I hope
that you appreciate the progress that we have made elsewhere and forgive us
slowness in responding to this?  That said, I have been trying to bring
initializers up the the 19th century, at least, and TRANSFER is the only
missing transformational function. So, I will do what a man has to do and will
square up the the grind of writing gfc_simplify_transfer.  I might be a little
while.....

Paul


-- 

pault at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |pault at gcc dot gnu dot org
                   |dot org                     |
             Status|NEW                         |ASSIGNED


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


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

* [Bug fortran/18769] ICE in gfc_conv_array_initializer with array initialization with transfer
       [not found] <bug-18769-6318@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2006-06-18 21:01 ` pault at gcc dot gnu dot org
@ 2006-06-20  4:31 ` pault at gcc dot gnu dot org
  2006-06-23  4:53 ` pault at gcc dot gnu dot org
                   ` (10 subsequent siblings)
  15 siblings, 0 replies; 16+ messages in thread
From: pault at gcc dot gnu dot org @ 2006-06-20  4:31 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from pault at gcc dot gnu dot org  2006-06-20 04:31 -------
Subject: Bug 18769

Author: pault
Date: Tue Jun 20 04:30:48 2006
New Revision: 114802

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=114802
Log:
2006-06-20  Paul Thomas  <pault@gcc.gnu.org>

        PR fortran/25049
        PR fortran/25050
        * check.c (non_init_transformational): New function.
        (find_substring_ref): New function to signal use of disallowed
        transformational intrinsic in an initialization expression.
        (gfc_check_all_any): Call previous if initialization expr.
        (gfc_check_count): The same.
        (gfc_check_cshift): The same.
        (gfc_check_dot_product): The same.
        (gfc_check_eoshift): The same.
        (gfc_check_minloc_maxloc): The same.
        (gfc_check_minval_maxval): The same.
        (gfc_check_gfc_check_product_sum): The same.
        (gfc_check_pack): The same.
        (gfc_check_spread): The same.
        (gfc_check_transpose): The same.
        (gfc_check_unpack): The same.

        PR fortran/18769
        *intrinsic.c (add_functions): Add gfc_simplify_transfer.
        *intrinsic.h : Add prototype for gfc_simplify_transfer.
        *simplify.c (gfc_simplify_transfer) : New function to act as
        placeholder for eventual implementation.  Emit error for now.

        PR fortran/16206
        * expr.c (find_array_element): Eliminate condition on length of
        offset. Add bounds checking. Rearrange exit. Return try and
        put gfc_constructor result as an argument.
        (find_array_section): New function.
        (find_substring_ref): New function.
        (simplify_const_ref): Add calls to previous.
        (simplify_parameter_variable): Return on NULL expr.
        (gfc_simplify_expr): Only call gfc_expand_constructor for full
        arrays.

        PR fortran/20876
        * match.c (gfc_match_forall): Add missing locus to gfc_code.

2006-06-20  Paul Thomas  <pault@gcc.gnu.org>

        PR libfortran/28005
        * m4/matmul.m4: aystride = 1 does not uniquely detect the
        presence of a temporary transpose; an array element in the
        first dimension produces the same signature.  Detect this
        using the rank of a and add specific code.
        * generated/matmul_r4.c: Regenerate.
        * generated/matmul_r8.c: Regenerate.
        * generated/matmul_r10.c: Regenerate.
        * generated/matmul_r16.c: Regenerate.
        * generated/matmul_c4.c: Regenerate.
        * generated/matmul_c8.c: Regenerate.
        * generated/matmul_c10.c: Regenerate.
        * generated/matmul_c16.c: Regenerate.
        * generated/matmul_i4.c: Regenerate.
        * generated/matmul_i8.c: Regenerate.
        * generated/matmul_i16.c: Regenerate.

2006-06-20  Paul Thomas  <pault@gcc.gnu.org>

        PR fortran/16206
        * gfortran.dg/array_initializer_1.f90: New test.

        PR fortran/28005
        * gfortran.dg/matmul_3.f90: New test.


Added:
    trunk/gcc/testsuite/gfortran.dg/array_initializer_1.f90
    trunk/gcc/testsuite/gfortran.dg/matmul_3.f90
Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/check.c
    trunk/gcc/fortran/expr.c
    trunk/gcc/fortran/intrinsic.c
    trunk/gcc/fortran/intrinsic.h
    trunk/gcc/fortran/match.c
    trunk/gcc/fortran/simplify.c
    trunk/gcc/testsuite/ChangeLog
    trunk/libgfortran/ChangeLog
    trunk/libgfortran/generated/matmul_c10.c
    trunk/libgfortran/generated/matmul_c16.c
    trunk/libgfortran/generated/matmul_c4.c
    trunk/libgfortran/generated/matmul_c8.c
    trunk/libgfortran/generated/matmul_i16.c
    trunk/libgfortran/generated/matmul_i4.c
    trunk/libgfortran/generated/matmul_i8.c
    trunk/libgfortran/generated/matmul_r10.c
    trunk/libgfortran/generated/matmul_r16.c
    trunk/libgfortran/generated/matmul_r4.c
    trunk/libgfortran/generated/matmul_r8.c
    trunk/libgfortran/m4/matmul.m4


-- 


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


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

* [Bug fortran/18769] ICE in gfc_conv_array_initializer with array initialization with transfer
       [not found] <bug-18769-6318@http.gcc.gnu.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2006-06-20  4:31 ` pault at gcc dot gnu dot org
@ 2006-06-23  4:53 ` pault at gcc dot gnu dot org
  2006-06-23 16:00 ` pault at gcc dot gnu dot org
                   ` (9 subsequent siblings)
  15 siblings, 0 replies; 16+ messages in thread
From: pault at gcc dot gnu dot org @ 2006-06-23  4:53 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #9 from pault at gcc dot gnu dot org  2006-06-23 04:47 -------
Subject: Bug 18769

Author: pault
Date: Fri Jun 23 04:46:50 2006
New Revision: 114925

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=114925
Log:
2006-06-23  Paul Thomas  <pault@gcc.gnu.org>

        PR fortran/25049
        PR fortran/25050
        * check.c (non_init_transformational): New function.
        (find_substring_ref): New function to signal use of disallowed
        transformational intrinsic in an initialization expression.
        (gfc_check_all_any): Call previous if initialization expr.
        (gfc_check_count): The same.
        (gfc_check_cshift): The same.
        (gfc_check_dot_product): The same.
        (gfc_check_eoshift): The same.
        (gfc_check_minloc_maxloc): The same.
        (gfc_check_minval_maxval): The same.
        (gfc_check_gfc_check_product_sum): The same.
        (gfc_check_pack): The same.
        (gfc_check_spread): The same.
        (gfc_check_transpose): The same.
        (gfc_check_unpack): The same.

        PR fortran/18769
        *intrinsic.c (add_functions): Add gfc_simplify_transfer.
        *intrinsic.h : Add prototype for gfc_simplify_transfer.
        *simplify.c (gfc_simplify_transfer) : New function to act as
        placeholder for eventual implementation.  Emit error for now.

        PR fortran/16206
        * expr.c (find_array_element): Eliminate condition on length of
        offset. Add bounds checking. Rearrange exit. Return try and
        put gfc_constructor result as an argument.
        (find_array_section): New function.
        (find_substring_ref): New function.
        (simplify_const_ref): Add calls to previous.
        (simplify_parameter_variable): Return on NULL expr.
        (gfc_simplify_expr): Only call gfc_expand_constructor for full
        arrays.

        PR fortran/20876
        * match.c (gfc_match_forall): Add missing locus to gfc_code.

2006-06-23  Paul Thomas  <pault@gcc.gnu.org>

        PR fortran/16206
        * gfortran.dg/array_initializer_1.f90: New test.

Added:
    branches/gcc-4_1-branch/gcc/testsuite/gfortran.dg/array_initializer_1.f90
Modified:
    branches/gcc-4_1-branch/gcc/fortran/ChangeLog
    branches/gcc-4_1-branch/gcc/fortran/check.c
    branches/gcc-4_1-branch/gcc/fortran/expr.c
    branches/gcc-4_1-branch/gcc/fortran/intrinsic.c
    branches/gcc-4_1-branch/gcc/fortran/intrinsic.h
    branches/gcc-4_1-branch/gcc/fortran/match.c
    branches/gcc-4_1-branch/gcc/fortran/simplify.c
    branches/gcc-4_1-branch/gcc/testsuite/ChangeLog


-- 


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


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

* [Bug fortran/18769] ICE in gfc_conv_array_initializer with array initialization with transfer
       [not found] <bug-18769-6318@http.gcc.gnu.org/bugzilla/>
                   ` (5 preceding siblings ...)
  2006-06-23  4:53 ` pault at gcc dot gnu dot org
@ 2006-06-23 16:00 ` pault at gcc dot gnu dot org
  2006-06-29 21:36 ` patchapp at dberlin dot org
                   ` (8 subsequent siblings)
  15 siblings, 0 replies; 16+ messages in thread
From: pault at gcc dot gnu dot org @ 2006-06-23 16:00 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #10 from pault at gcc dot gnu dot org  2006-06-23 15:43 -------
Now for the hard work of writing simplify_transfer!

Paul


-- 


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


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

* [Bug fortran/18769] ICE in gfc_conv_array_initializer with array initialization with transfer
       [not found] <bug-18769-6318@http.gcc.gnu.org/bugzilla/>
                   ` (6 preceding siblings ...)
  2006-06-23 16:00 ` pault at gcc dot gnu dot org
@ 2006-06-29 21:36 ` patchapp at dberlin dot org
  2006-10-14 15:38 ` jvdelisle at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  15 siblings, 0 replies; 16+ messages in thread
From: patchapp at dberlin dot org @ 2006-06-29 21:36 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #11 from patchapp at dberlin dot org  2006-06-29 21:36 -------
Subject: Bug number PR18769

A patch for this bug has been added to the patch tracker.
The mailing list url for the patch is
http://gcc.gnu.org/ml/gcc-patches/2006-06/msg00934.html


-- 


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


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

* [Bug fortran/18769] ICE in gfc_conv_array_initializer with array initialization with transfer
       [not found] <bug-18769-6318@http.gcc.gnu.org/bugzilla/>
                   ` (7 preceding siblings ...)
  2006-06-29 21:36 ` patchapp at dberlin dot org
@ 2006-10-14 15:38 ` jvdelisle at gcc dot gnu dot org
  2006-10-14 17:31 ` pault at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  15 siblings, 0 replies; 16+ messages in thread
From: jvdelisle at gcc dot gnu dot org @ 2006-10-14 15:38 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #12 from jvdelisle at gcc dot gnu dot org  2006-10-14 15:38 -------
Paul,  should this be closed?


-- 


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


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

* [Bug fortran/18769] ICE in gfc_conv_array_initializer with array initialization with transfer
       [not found] <bug-18769-6318@http.gcc.gnu.org/bugzilla/>
                   ` (8 preceding siblings ...)
  2006-10-14 15:38 ` jvdelisle at gcc dot gnu dot org
@ 2006-10-14 17:31 ` pault at gcc dot gnu dot org
  2006-10-14 19:37 ` jvdelisle at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  15 siblings, 0 replies; 16+ messages in thread
From: pault at gcc dot gnu dot org @ 2006-10-14 17:31 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #13 from pault at gcc dot gnu dot org  2006-10-14 17:31 -------
Jerry,

See comment #10.  The 'problem' is to take the gmp/mpfr representations of the
values in the constructor expression, write them out to form the source, read
then back in binary as the destination, convert the array into gmp/mpfr values
and pop the values into a constructor array.

It is actually simple enough but tedious; with one thing or another I have not
gotten round to it. One of the key points will be to get the numeric
representation right, so bits will have to be borrowed from all over (arith.c?
trans-xxx.c?) to get the gmp/mpfr to the gfc type+kind's and back again.  I was
sort of hoping that Steve would take an interest because he is exceeding clued
up on such matters. However, he and I both have been busy. *sigh*

If you want to be guided.... you would be very welcome.

Paul


-- 


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


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

* [Bug fortran/18769] ICE in gfc_conv_array_initializer with array initialization with transfer
       [not found] <bug-18769-6318@http.gcc.gnu.org/bugzilla/>
                   ` (9 preceding siblings ...)
  2006-10-14 17:31 ` pault at gcc dot gnu dot org
@ 2006-10-14 19:37 ` jvdelisle at gcc dot gnu dot org
  2006-10-14 19:58 ` pault at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  15 siblings, 0 replies; 16+ messages in thread
From: jvdelisle at gcc dot gnu dot org @ 2006-10-14 19:37 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #14 from jvdelisle at gcc dot gnu dot org  2006-10-14 19:37 -------
Oh, It was comment 11 that threw me off.  Thats why I asked.  Let me think
about takingthis on before I do so.


-- 


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


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

* [Bug fortran/18769] ICE in gfc_conv_array_initializer with array initialization with transfer
       [not found] <bug-18769-6318@http.gcc.gnu.org/bugzilla/>
                   ` (10 preceding siblings ...)
  2006-10-14 19:37 ` jvdelisle at gcc dot gnu dot org
@ 2006-10-14 19:58 ` pault at gcc dot gnu dot org
  2007-01-08  7:45 ` tkoenig at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  15 siblings, 0 replies; 16+ messages in thread
From: pault at gcc dot gnu dot org @ 2006-10-14 19:58 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #15 from pault at gcc dot gnu dot org  2006-10-14 19:58 -------
Jerry,

I was not entirely serious - if you want to take it on, great, but...  it's a
pain in the beeehind!

Paul


-- 


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


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

* [Bug fortran/18769] ICE in gfc_conv_array_initializer with array initialization with transfer
       [not found] <bug-18769-6318@http.gcc.gnu.org/bugzilla/>
                   ` (11 preceding siblings ...)
  2006-10-14 19:58 ` pault at gcc dot gnu dot org
@ 2007-01-08  7:45 ` tkoenig at gcc dot gnu dot org
  2007-05-16  5:41 ` pault at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  15 siblings, 0 replies; 16+ messages in thread
From: tkoenig at gcc dot gnu dot org @ 2007-01-08  7:45 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #16 from tkoenig at gcc dot gnu dot org  2007-01-08 07:45 -------
I was just looking at the gfc_simplify_transfer function, and
it appears it isn't called for the original test program.
Any idea why?


-- 

tkoenig at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tkoenig at gcc dot gnu dot
                   |                            |org


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


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

* [Bug fortran/18769] ICE in gfc_conv_array_initializer with array initialization with transfer
       [not found] <bug-18769-6318@http.gcc.gnu.org/bugzilla/>
                   ` (12 preceding siblings ...)
  2007-01-08  7:45 ` tkoenig at gcc dot gnu dot org
@ 2007-05-16  5:41 ` pault at gcc dot gnu dot org
  2007-05-16  8:11 ` pault at gcc dot gnu dot org
  2007-05-26  3:08 ` pinskia at gcc dot gnu dot org
  15 siblings, 0 replies; 16+ messages in thread
From: pault at gcc dot gnu dot org @ 2007-05-16  5:41 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #17 from pault at gcc dot gnu dot org  2007-05-16 06:41 -------
Subject: Bug 18769

Author: pault
Date: Wed May 16 05:40:51 2007
New Revision: 124759

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=124759
Log:
2007-05-16  Brooks Moses  <brooks.moses@codesourcery.com>

        PR fortran/18769
        PR fortran/30881
        PR fortran/31194
        PR fortran/31216
        PR fortran/31427
        * target-memory.c: New file.
        * target-memory.h: New file.
        * simplify.c: Add #include "target-memory.h".
        (gfc_simplify_transfer): Implement constant-
        folding for TRANSFER intrinsic.
        * Make-lang.in: Add dependencies on new target-memory.* files.

2007-05-16  Paul Thomas  <pault@gcc.gnu.org>

        PR fortran/18769
        PR fortran/30881
        PR fortran/31194
        PR fortran/31216
        PR fortran/31427
        * transfer_simplify_1.f90: New test.
        * transfer_simplify_2.f90: New test.

Added:
    trunk/gcc/fortran/target-memory.c
    trunk/gcc/fortran/target-memory.h
    trunk/gcc/testsuite/gfortran.dg/transfer_simplify_1.f90
    trunk/gcc/testsuite/gfortran.dg/transfer_simplify_2.f90
Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/Make-lang.in
    trunk/gcc/fortran/simplify.c
    trunk/gcc/testsuite/ChangeLog


-- 


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


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

* [Bug fortran/18769] ICE in gfc_conv_array_initializer with array initialization with transfer
       [not found] <bug-18769-6318@http.gcc.gnu.org/bugzilla/>
                   ` (13 preceding siblings ...)
  2007-05-16  5:41 ` pault at gcc dot gnu dot org
@ 2007-05-16  8:11 ` pault at gcc dot gnu dot org
  2007-05-26  3:08 ` pinskia at gcc dot gnu dot org
  15 siblings, 0 replies; 16+ messages in thread
From: pault at gcc dot gnu dot org @ 2007-05-16  8:11 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #18 from pault at gcc dot gnu dot org  2007-05-16 09:10 -------
Fixed on trunk

Paul and Brooks


-- 

pault at gcc dot gnu dot org changed:

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


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


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

* [Bug fortran/18769] ICE in gfc_conv_array_initializer with array initialization with transfer
       [not found] <bug-18769-6318@http.gcc.gnu.org/bugzilla/>
                   ` (14 preceding siblings ...)
  2007-05-16  8:11 ` pault at gcc dot gnu dot org
@ 2007-05-26  3:08 ` pinskia at gcc dot gnu dot org
  15 siblings, 0 replies; 16+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-05-26  3:08 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.3.0


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


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

end of thread, other threads:[~2007-05-26  3:08 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-18769-6318@http.gcc.gnu.org/bugzilla/>
2006-01-02  3:50 ` [Bug fortran/18769] gfortran: ICE in gfc_conv_array_initializer with array initialization pinskia at gcc dot gnu dot org
2006-01-09 23:15 ` [Bug fortran/18769] ICE in gfc_conv_array_initializer with array initialization with transfer pinskia at gcc dot gnu dot org
2006-01-27 20:54 ` pinskia at gcc dot gnu dot org
2006-06-18 21:01 ` pault at gcc dot gnu dot org
2006-06-20  4:31 ` pault at gcc dot gnu dot org
2006-06-23  4:53 ` pault at gcc dot gnu dot org
2006-06-23 16:00 ` pault at gcc dot gnu dot org
2006-06-29 21:36 ` patchapp at dberlin dot org
2006-10-14 15:38 ` jvdelisle at gcc dot gnu dot org
2006-10-14 17:31 ` pault at gcc dot gnu dot org
2006-10-14 19:37 ` jvdelisle at gcc dot gnu dot org
2006-10-14 19:58 ` pault at gcc dot gnu dot org
2007-01-08  7:45 ` tkoenig at gcc dot gnu dot org
2007-05-16  5:41 ` pault at gcc dot gnu dot org
2007-05-16  8:11 ` pault at gcc dot gnu dot org
2007-05-26  3:08 ` 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).