This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/27478] entry and addressable and value-expr: and the gimplifier
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 2 Oct 2006 19:39:20 -0000
- Subject: [Bug middle-end/27478] entry and addressable and value-expr: and the gimplifier
- References: <bug-27478-12647@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #7 from pinskia at gcc dot gnu dot org 2006-10-02 19:39 -------
The gimplifier is going wrong.
It first uses the value-expr and then forgets that can be addressable or maybe
even worse we don't mark the result as addressable.
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|fortran |middle-end
Summary|getting ": error: invalid |entry and addressable and
|operand to binary operator" |value-expr: and the
| |gimplifier
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27478