This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug rtl-optimization/64815] ICE caused by volatile_refs_p doesn't skip NULL operand
- From: "terry.guo at arm dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 28 Jan 2015 01:52:50 +0000
- Subject: [Bug rtl-optimization/64815] ICE caused by volatile_refs_p doesn't skip NULL operand
- Auto-submitted: auto-generated
- References: <bug-64815-4 at http dot gcc dot gnu dot org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64815
Terry Guo <terry.guo at arm dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution|--- |INVALID
--- Comment #6 from Terry Guo <terry.guo at arm dot com> ---
I am calling the function in wrong way. Thanks Andrew, now everything is ok.