This is the mail archive of the gcc-patches@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]

Re: [PATCH][C++] Fix PR67333


Hi, sorry for the slow response.  Please feel free to ping once a week.

On 08/27/2015 02:27 PM, Mikhail Maltsev wrote:
+  if (TREE_THIS_VOLATILE (t) && (!DECL_P (t) || want_rval))

Why the !DECL_P check? Pulling the value out of a volatile INDIRECT_REF is just as problematic as from a variable.

Jason


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