public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
From: Richard Guenther <rguenther@suse.de>
To: Mark Mitchell <mark@codesourcery.com>
Cc: gcc-patches@gcc.gnu.org, gcc@gcc.gnu.org
Subject: Re: [PATCH][RFC] Adjust the middle-end memory model
Date: Fri, 22 May 2009 15:17:00 -0000	[thread overview]
Message-ID: <alpine.LNX.2.00.0905221110110.25789@zhemvz.fhfr.qr> (raw)
In-Reply-To: <4A14BD08.2030202@codesourcery.com>

On Wed, 20 May 2009, Mark Mitchell wrote:

> Richard Guenther wrote:
> 
> > int i;
> > float f;
> > void foo()
> > {
> >   int *p = (int *)malloc(sizeof(int));
> >   *p = 1;
> >   i = *p;
> >   float *q = (float *)p;
> >   *q = 2.0;
> >   f = *q;
> > }
> 
> Yes, I think that's a valid program too.  I'm OK with giving up this
> optimization; clearly we need to be correct first and foremost.

Yes, that's the primary motivation of this patch.  Can I take this
as an approval for the C++ frontend changes?

Thanks,
Richard.

  reply	other threads:[~2009-05-22  9:11 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <alpine.LNX.2.00.0905081221560.25789@zhemvz.fhfr.qr>
2009-05-19 15:25 ` Richard Guenther
2009-05-19 19:10   ` Mark Mitchell
2009-05-20 14:13     ` Richard Guenther
2009-05-20 18:15       ` Mark Mitchell
2009-05-20 21:34         ` Richard Guenther
2009-05-21  5:11           ` Mark Mitchell
2009-05-22 15:17             ` Richard Guenther [this message]
2009-05-23  7:05               ` Mark Mitchell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=alpine.LNX.2.00.0905221110110.25789@zhemvz.fhfr.qr \
    --to=rguenther@suse.de \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=gcc@gcc.gnu.org \
    --cc=mark@codesourcery.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).