This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/24557] ICE: PRINTing function result of size depending on assumed length CHARACTER dummy



------- Comment #1 from pinskia at gcc dot gnu dot org  2005-10-27 22:00 -------
Confirmed, backtace:
#0  0x080ffa9b in convert_nonlocal_reference (tp=0xb7c6cabc,
walk_subtrees=0xbfe14468, data=0xbfe14538)
    at /home/peshtigo/pinskia/src/gnu/gcc/src/gcc/tree-nested.c:829
#1  0x0836eea5 in walk_tree (tp=0xb7c6cabc, func=0x80ff9f0
<convert_nonlocal_reference>, data=0xbfe14538, 
    pset=0x0) at /home/peshtigo/pinskia/src/gnu/gcc/src/gcc/tree.c:7094
#2  0x080fce05 in walk_stmts (wi=0xbfe14538, tp=Variable "tp" is not available.
)
    at /home/peshtigo/pinskia/src/gnu/gcc/src/gcc/tree-nested.c:612
#3  0x080fced0 in walk_stmts (wi=0xbfe14538, tp=Variable "tp" is not available.
)
    at /home/peshtigo/pinskia/src/gnu/gcc/src/gcc/tree-nested.c:580
#4  0x080fced0 in walk_stmts (wi=0xbfe14538, tp=Variable "tp" is not available.
)
    at /home/peshtigo/pinskia/src/gnu/gcc/src/gcc/tree-nested.c:580
#5  0x080fd40f in walk_function (callback=Variable "callback" is not available.
) at /home/peshtigo/pinskia/src/gnu/gcc/src/gcc/tree-nested.c:643
#6  0x080fd477 in walk_all_functions (callback=0x80ff9f0
<convert_nonlocal_reference>, root=0xb7c2f820)
    at /home/peshtigo/pinskia/src/gnu/gcc/src/gcc/tree-nested.c:655
#7  0x080feeac in lower_nested_functions (fndecl=0xb7c69c80)
    at /home/peshtigo/pinskia/src/gnu/gcc/src/gcc/tree-nested.c:1513
#8  0x083e7a49 in cgraph_finalize_function (decl=0xb7c69c80, nested=0 '\0')
    at /home/peshtigo/pinskia/src/gnu/gcc/src/gcc/cgraphunit.c:431
#9  0x080abaf3 in gfc_generate_function_code (ns=0x876b7f8)
    at /home/peshtigo/pinskia/src/gnu/gcc/src/gcc/fortran/trans-decl.c:2675
#10 0x0809a104 in gfc_generate_code (ns=0x876b7f8)
    at /home/peshtigo/pinskia/src/gnu/gcc/src/gcc/fortran/trans.c:683
#11 0x0807ebad in gfc_parse_file () at
/home/peshtigo/pinskia/src/gnu/gcc/src/gcc/fortran/parse.c:2589


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2005-10-27 22:00:08
               date|                            |
            Summary|ICE: PRINTing function      |ICE: PRINTing function
                   |result of size depending on |result of size depending on
                   |assumed length CHARACTER    |assumed length CHARACTER
                   |dummy                       |dummy


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]