public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/50402] New: ICE in gfc_conv_expr_descriptor
@ 2011-09-15  8:24 zeccav at gmail dot com
  2011-09-15 14:04 ` [Bug fortran/50402] " Joost.VandeVondele at pci dot uzh.ch
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: zeccav at gmail dot com @ 2011-09-15  8:24 UTC (permalink / raw)
  To: gcc-bugs

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

             Bug #: 50402
           Summary: ICE in gfc_conv_expr_descriptor
    Classification: Unclassified
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: zeccav@gmail.com


Created attachment 25278
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25278
just compile it

ICE in gfc_conv_expr_descriptor


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

* [Bug fortran/50402] ICE in gfc_conv_expr_descriptor
  2011-09-15  8:24 [Bug fortran/50402] New: ICE in gfc_conv_expr_descriptor zeccav at gmail dot com
@ 2011-09-15 14:04 ` Joost.VandeVondele at pci dot uzh.ch
  2013-04-16  8:51 ` zeccav at gmail dot com
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Joost.VandeVondele at pci dot uzh.ch @ 2011-09-15 14:04 UTC (permalink / raw)
  To: gcc-bugs

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

Joost VandeVondele <Joost.VandeVondele at pci dot uzh.ch> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2011-09-15
     Ever Confirmed|0                           |1


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

* [Bug fortran/50402] ICE in gfc_conv_expr_descriptor
  2011-09-15  8:24 [Bug fortran/50402] New: ICE in gfc_conv_expr_descriptor zeccav at gmail dot com
  2011-09-15 14:04 ` [Bug fortran/50402] " Joost.VandeVondele at pci dot uzh.ch
@ 2013-04-16  8:51 ` zeccav at gmail dot com
  2015-09-02 13:17 ` zeccav at gmail dot com
  2021-02-27  9:09 ` zeccav at gmail dot com
  3 siblings, 0 replies; 5+ messages in thread
From: zeccav at gmail dot com @ 2013-04-16  8:51 UTC (permalink / raw)
  To: gcc-bugs


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

Vittorio Zecca <zeccav at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|4.7.0                       |4.8.0

--- Comment #1 from Vittorio Zecca <zeccav at gmail dot com> 2013-04-16 08:51:27 UTC ---
I still have the same bug on gfortran 4.8.0.


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

* [Bug fortran/50402] ICE in gfc_conv_expr_descriptor
  2011-09-15  8:24 [Bug fortran/50402] New: ICE in gfc_conv_expr_descriptor zeccav at gmail dot com
  2011-09-15 14:04 ` [Bug fortran/50402] " Joost.VandeVondele at pci dot uzh.ch
  2013-04-16  8:51 ` zeccav at gmail dot com
@ 2015-09-02 13:17 ` zeccav at gmail dot com
  2021-02-27  9:09 ` zeccav at gmail dot com
  3 siblings, 0 replies; 5+ messages in thread
From: zeccav at gmail dot com @ 2015-09-02 13:17 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50402

--- Comment #2 from Vittorio Zecca <zeccav at gmail dot com> ---
! gfortran ICE in gfc_conv_expr_descriptor at fortran/trans-array.c
      interface
       function f()
       pointer f
       end
      end interface
      type t
      real,pointer ::  p(:)
      end type
      type(t) u
      u=t(f())
      end


gfortran gfbug43.f
gfbug43.f:12:0:

       u=t(f())
 1
internal compiler error: in gfc_conv_expr_descriptor, at
fortran/trans-array.c:6534
0x6b5b60 gfc_conv_expr_descriptor(gfc_se*, gfc_expr*)
        ../../gcc-5.2.0/gcc/fortran/trans-array.c:6534
0x6d513b gfc_trans_subcomponent_assign
        ../../gcc-5.2.0/gcc/fortran/trans-expr.c:6802
0x6d4b3b gfc_trans_structure_assign
        ../../gcc-5.2.0/gcc/fortran/trans-expr.c:7036
0x6d6084 gfc_conv_structure(gfc_se*, gfc_expr*, int)
        ../../gcc-5.2.0/gcc/fortran/trans-expr.c:7065
0x6d7060 gfc_trans_assignment_1
        ../../gcc-5.2.0/gcc/fortran/trans-expr.c:8947
0x6a4545 trans_code
        ../../gcc-5.2.0/gcc/fortran/trans.c:1665
0x6c3e83 gfc_generate_function_code(gfc_namespace*)
        ../../gcc-5.2.0/gcc/fortran/trans-decl.c:5841
0x662270 translate_all_program_units
        ../../gcc-5.2.0/gcc/fortran/parse.c:5340
0x662270 gfc_parse_file()
        ../../gcc-5.2.0/gcc/fortran/parse.c:5537
0x6a1695 gfc_be_parse_file
        ../../gcc-5.2.0/gcc/fortran/f95-lang.c:229
Please submit a full bug report,
with preprocessed source if appropriate.
Please include the complete backtrace with any bug report.
See <http://gcc.gnu.org/bugs.html> for instructions.


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

* [Bug fortran/50402] ICE in gfc_conv_expr_descriptor
  2011-09-15  8:24 [Bug fortran/50402] New: ICE in gfc_conv_expr_descriptor zeccav at gmail dot com
                   ` (2 preceding siblings ...)
  2015-09-02 13:17 ` zeccav at gmail dot com
@ 2021-02-27  9:09 ` zeccav at gmail dot com
  3 siblings, 0 replies; 5+ messages in thread
From: zeccav at gmail dot com @ 2021-02-27  9:09 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50402

--- Comment #9 from Vittorio Zecca <zeccav at gmail dot com> ---
Still in current trunk.

The compilers NAG nagfor and Intel ifort correctly detect a syntax error.

nagfor -S -w gfbug43.f
NAG Fortran Compiler Release 7.0(Yurakucho) Build 7042
Error: gfbug43.f, line 12: Scalar value for array pointer component P of type T
[NAG Fortran Compiler error termination, 1 error]

[vitti f95]$ifort -S -w gfbug43.f
gfbug43.f(12): error #6594: The rank of a component in a structure constructor
differs from the rank of the component of the derived type.   [F]
      u=t(f())
----------^
compilation aborted for gfbug43.f (code 1)

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

end of thread, other threads:[~2021-02-27  9:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-09-15  8:24 [Bug fortran/50402] New: ICE in gfc_conv_expr_descriptor zeccav at gmail dot com
2011-09-15 14:04 ` [Bug fortran/50402] " Joost.VandeVondele at pci dot uzh.ch
2013-04-16  8:51 ` zeccav at gmail dot com
2015-09-02 13:17 ` zeccav at gmail dot com
2021-02-27  9:09 ` zeccav at gmail dot com

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).