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 middle-end/56022] [4.8 regression] ICE (segfault) at convert_memory_address_addr_space (explow.c:334)


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

--- Comment #4 from Martin Jambor <jamborm at gcc dot gnu.org> 2013-01-21 10:01:40 UTC ---
The problem is that aggregate_value_p can rely on that
invoke_set_current_function_hook has already been called which my patch
foolishly moved below it.  I'm preparing a patch.


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