public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
From: Andrew Pinski <pinskia@physics.uc.edu>
To: nobody@gcc.gnu.org
Cc: gcc-prs@gcc.gnu.org,
Subject: Re: c/7888: wrong code produced by GCC 3.1
Date: Sun, 15 Sep 2002 17:56:00 -0000	[thread overview]
Message-ID: <20020916005601.24536.qmail@sources.redhat.com> (raw)

The following reply was made to PR c/7888; it has been noted by GNATS.

From: Andrew Pinski <pinskia@physics.uc.edu>
To: Raul Tabasso <tabasso@tabasoft.it>
Cc: nathan@gcc.gnu.org, gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org,
   nobody@gcc.gnu.org, gcc-gnats@gcc.gnu.org
Subject: Re: c/7888: wrong code produced by GCC 3.1
Date: Sun, 15 Sep 2002 17:49:01 -0700

 I could not reproduce your error: I am using gcc version: `Apple  
 Computer, Inc. GCC version 1161, based on gcc version 3.1 20020420  
 (prerelease)'
 Also `Apple Computer, Inc. GCC version 1200, based on gcc version 3.3  
 20020824 (experimental)' (apple's Darwin -Head code).
 And `gcc version 3.3 20020911 (experimental)' (fsf cvs code).
 
 Thanks,
 Andrew Pinski
 
 I used the following program to test your function:
 int main()
 {
 	int i;
 	char  
 temp[]={0x11,0x11,0x11,0x11,0x11,0x11,0x11,0x11,0x11,0x11,0x11,0x11,0x11 
 ,0x11,0x11,0x11,0x11,0x11,0x11,0x11,0x11,0x11,0x11,0x11,0x11,0x11,0x11,0 
 x11,0x11,0x11,0x11,0x11};
 	ClearBlock(temp, sizeof(temp));
 	for(i=0;i<sizeof(temp)/sizeof(temp[0]);i++)
 	{
 		if(temp[i]!=0)
 			printf("%d\n",i);
 	}
 	return 0;
 }
 
 
 On Friday, Sep 13, 2002, at 02:51 US/Pacific, Raul Tabasso wrote:
 
 > Use GCC 3.1 (latest version of Apple Developer Tools for MacOSX) and  
 > compile and run.
 >
 > I already provided the source code that produce the error. Just pass a  
 > block filled with 1s to the routine.
 >
 > The routine should clear the block but you will see that only the  
 > first 4 bytes for every double (8 bytes) will set to zeros.
 >
 > best regards
 > Raul Tabasso
 >
 >
 >
 


             reply	other threads:[~2002-09-16  0:56 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-09-15 17:56 Andrew Pinski [this message]
  -- strict thread matches above, loose matches on Subject: below --
2002-09-16  0:56 Nathan Sidwell
2002-09-13  2:56 Raul Tabasso
2002-09-12  5:42 nathan
2002-09-12  2:36 Raul Tabasso
2002-09-11  9:01 nathan
2002-09-11  8:06 tabasso

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=20020916005601.24536.qmail@sources.redhat.com \
    --to=pinskia@physics.uc.edu \
    --cc=gcc-prs@gcc.gnu.org \
    --cc=nobody@gcc.gnu.org \
    /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).