public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "rguenth at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug fortran/101729] ICE in create_tmp_var, at gimple-expr.c:482
Date: Tue, 03 Aug 2021 07:41:15 +0000	[thread overview]
Message-ID: <bug-101729-4-HOvldcvgtd@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-101729-4@http.gcc.gnu.org/bugzilla/>

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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2021-08-03

--- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> ---
The odd thing is that 'g' has a DECL_RESULT of void type but the function type
of 'g' has a return type of integer(kind=4) ...

 <function_decl 0x7ffff6717200 g
    type <function_type 0x7ffff6718b28
        type <integer_type 0x7ffff65585e8 integer(kind=4) public SI
            size <integer_cst 0x7ffff6543df8 constant 32>
            unit-size <integer_cst 0x7ffff6543e10 constant 4>
            align:32 warn_if_not_align:0 symtab:0 alias-set 1 canonical-type
0x7ffff65585e8 precision:32 min <integer_cst 0x7ffff6543db0 -2147483648> max
<integer_cst 0x7ffff6543dc8 2147483647>
            pointer_to_this <pointer_type 0x7ffff655f9d8> reference_to_this
<reference_type 0x7ffff67180a8>>
        QI
        size <integer_cst 0x7ffff6543ca8 constant 8>
        unit-size <integer_cst 0x7ffff6543cc0 constant 1>
        align:8 warn_if_not_align:0 symtab:0 alias-set -1 canonical-type
0x7ffff6718b28
        arg-types <tree_list 0x7ffff6715d48 value <reference_type
0x7ffff6718150>
            chain <tree_list 0x7ffff6557b18 value <void_type 0x7ffff6558f18
void>>>
        pointer_to_this <pointer_type 0x7ffff6718bd0>>
    addressable used nothrow public static QI t.f90:4:12 align:8
warn_if_not_align:0 context <translation_unit_decl 0x7ffff654e168 t.f90>
initial <block 0x7ffff671c120>
    result <result_decl 0x7ffff654e1e0 D.3929
        type <void_type 0x7ffff6558f18 void VOID
            align:8 warn_if_not_align:0 symtab:0 alias-set -1 canonical-type
0x7ffff6558f18
            pointer_to_this <pointer_type 0x7ffff655f000>>


ipa-split does

          if (split_point->split_part_set_retval
              && !VOID_TYPE_P (TREE_TYPE (TREE_TYPE (current_function_decl))))
            {
              retval = DECL_RESULT (current_function_decl);

              /* We use temporary register to hold value when aggregate_value_p
                 is false.  Similarly for DECL_BY_REFERENCE we must avoid extra
                 copy.  */
              if (!aggregate_value_p (retval, TREE_TYPE
(current_function_decl))
                  && !DECL_BY_REFERENCE (retval))
                retval = create_tmp_reg (TREE_TYPE (retval));

interestingly when fixing the bogus call g(1, *99) then the return type
of the function is void as expected.

      reply	other threads:[~2021-08-03  7:41 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-02 18:40 [Bug fortran/101729] New: " gscfq@t-online.de
2021-08-03  7:41 ` rguenth at gcc dot gnu.org [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-101729-4-HOvldcvgtd@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).