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 ipa/80104] ICE in initialize_argument_information, at calls.c:1748


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

--- Comment #2 from Martin Liška <marxin at gcc dot gnu.org> ---
Author: marxin
Date: Tue Mar 28 09:01:57 2017
New Revision: 246525

URL: https://gcc.gnu.org/viewcvs?rev=246525&root=gcc&view=rev
Log:
Fix calls.c for a _complex type (PR ipa/80104).

2017-03-28  Martin Liska  <mliska@suse.cz>

        PR ipa/80104
        * cgraphunit.c (cgraph_node::expand_thunk): Mark argument of a
        thunk call as DECL_GIMPLE_REG_P when vector or complex type.
2017-03-28  Martin Liska  <mliska@suse.cz>

        PR ipa/80104
        * gcc.dg/ipa/pr80104.c: New test.

Added:
    trunk/gcc/testsuite/gcc.dg/ipa/pr80104.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/cgraphunit.c
    trunk/gcc/testsuite/ChangeLog

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