public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/27229]  New: char_transpose_1.f90 fails with ICE in gfc_conv_array_transpose
@ 2006-04-20 21:28 janis at gcc dot gnu dot org
  2006-05-07 14:10 ` [Bug fortran/27229] " fxcoudert at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: janis at gcc dot gnu dot org @ 2006-04-20 21:28 UTC (permalink / raw)
  To: gcc-bugs

Test gfortran.dg/char_transpose_1.f90 fails on mainline for
powerpc-unknown-linux-gnu with optimization:

/home/gccbuild/gcc_trunk_anonsvn/gcc/gcc/testsuite/gfortran.dg/char_transpose_1.f90:9:
internal compiler error: in gfc_conv_array_transpose, at
fortran/trans-array.c:726^M
Please submit a full bug report,^M
with preprocessed source if appropriate.^M
See <URL:http://gcc.gnu.org/bugs.html> for instructions.^M

A regression hunt identified this patch:

r112955 | kazu | 2006-04-14 14:31:32 +0000 (Fri, 14 Apr 2006) | 8 lines

        * local-alloc.c (rest_of_handle_local_alloc): Use VEC instead
        of VARRAY.
        * reload1.c (reg_equiv_memory_loc_varray): Rename to
        reg_equiv_memory_loc_vec.  Change the type to VEC(rtx,gc) *.
        (init_reload, reload): Use VEC instead of VARRAY.
        * reload.h: Update the prototype for
        reg_equiv_memory_loc_varray.

http://gcc.gnu.org/viewcvs?view=rev&rev=112955

That seemed unlikely so I tried reverting that patch from today's mainline, and
it did indeed allow the test to pass.

The same ICE is reported in PR26119, filed 2006-02-06.


-- 
           Summary: char_transpose_1.f90 fails with ICE in
                    gfc_conv_array_transpose
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: janis at gcc dot gnu dot org
GCC target triplet: powerpc-unknown-linux-gnu


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


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

* [Bug fortran/27229] char_transpose_1.f90 fails with ICE in gfc_conv_array_transpose
  2006-04-20 21:28 [Bug fortran/27229] New: char_transpose_1.f90 fails with ICE in gfc_conv_array_transpose janis at gcc dot gnu dot org
@ 2006-05-07 14:10 ` fxcoudert at gcc dot gnu dot org
  2006-05-08 15:08 ` janis at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2006-05-07 14:10 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from fxcoudert at gcc dot gnu dot org  2006-05-07 14:09 -------
I don't see that failure any more (on powerpc64-unknown-linux-gnu). It was
present on 20060423, but disappeared on 20060430.

Janis, do you still see it? (its brother bug, PR 26119, also disappeared)


-- 

fxcoudert at gcc dot gnu dot org changed:

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


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


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

* [Bug fortran/27229] char_transpose_1.f90 fails with ICE in gfc_conv_array_transpose
  2006-04-20 21:28 [Bug fortran/27229] New: char_transpose_1.f90 fails with ICE in gfc_conv_array_transpose janis at gcc dot gnu dot org
  2006-05-07 14:10 ` [Bug fortran/27229] " fxcoudert at gcc dot gnu dot org
@ 2006-05-08 15:08 ` janis at gcc dot gnu dot org
  2006-05-10 14:58 ` paul dot richard dot thomas at cea dot fr
  2006-05-10 16:03 ` janis at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: janis at gcc dot gnu dot org @ 2006-05-08 15:08 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from janis at gcc dot gnu dot org  2006-05-08 15:08 -------
Very odd; I do nightly builds of mainline on two different systems.  On one of
them this failure stopped on 20060430 and on the other it stopped on 20060503,
but failed on 20060502.


-- 


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


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

* [Bug fortran/27229] char_transpose_1.f90 fails with ICE in gfc_conv_array_transpose
  2006-04-20 21:28 [Bug fortran/27229] New: char_transpose_1.f90 fails with ICE in gfc_conv_array_transpose janis at gcc dot gnu dot org
  2006-05-07 14:10 ` [Bug fortran/27229] " fxcoudert at gcc dot gnu dot org
  2006-05-08 15:08 ` janis at gcc dot gnu dot org
@ 2006-05-10 14:58 ` paul dot richard dot thomas at cea dot fr
  2006-05-10 16:03 ` janis at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: paul dot richard dot thomas at cea dot fr @ 2006-05-10 14:58 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from paul dot richard dot thomas at cea dot fr  2006-05-10 14:58 -------
(In reply to comment #2)
> Very odd; I do nightly builds of mainline on two different systems.  On one of
> them this failure stopped on 20060430 and on the other it stopped on 20060503,
> but failed on 20060502.

Can this now be closed?

Paul Thomas


-- 


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


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

* [Bug fortran/27229] char_transpose_1.f90 fails with ICE in gfc_conv_array_transpose
  2006-04-20 21:28 [Bug fortran/27229] New: char_transpose_1.f90 fails with ICE in gfc_conv_array_transpose janis at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2006-05-10 14:58 ` paul dot richard dot thomas at cea dot fr
@ 2006-05-10 16:03 ` janis at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: janis at gcc dot gnu dot org @ 2006-05-10 16:03 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from janis at gcc dot gnu dot org  2006-05-10 16:03 -------
The test passes on both of my nightly builds now, so I'm closing this.


-- 

janis at gcc dot gnu dot org changed:

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


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


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

end of thread, other threads:[~2006-05-10 16:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-04-20 21:28 [Bug fortran/27229] New: char_transpose_1.f90 fails with ICE in gfc_conv_array_transpose janis at gcc dot gnu dot org
2006-05-07 14:10 ` [Bug fortran/27229] " fxcoudert at gcc dot gnu dot org
2006-05-08 15:08 ` janis at gcc dot gnu dot org
2006-05-10 14:58 ` paul dot richard dot thomas at cea dot fr
2006-05-10 16:03 ` janis 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).