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 c/69643] Address space discarded


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

Richard Henderson <rth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Address space discarded     |Address space discarded
                   |inside statement expression |

--- Comment #1 from Richard Henderson <rth at gcc dot gnu.org> ---
It doesn't require statement expressions.  Just storing the
value into a local variable is enough to drop the AS.

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