public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* c/9530
@ 2003-02-06 10:46 ebotcazou
  0 siblings, 0 replies; 3+ messages in thread
From: ebotcazou @ 2003-02-06 10:46 UTC (permalink / raw)
  To: ebotcazou; +Cc: gcc-prs

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

From: ebotcazou@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: c/9530
Date: 6 Feb 2003 10:39:45 -0000

 CVSROOT:	/cvs/gcc
 Module name:	gcc
 Changes by:	ebotcazou@gcc.gnu.org	2003-02-06 10:39:45
 
 Modified files:
 	gcc            : ChangeLog 
 	gcc/config/i386: i386.c 
 	gcc/testsuite  : ChangeLog 
 Added files:
 	gcc/testsuite/gcc.c-torture/compile: 20030206-1.c 
 
 Log message:
 	PR c/9530
 	* config/i386/i386.c (ix86_function_ok_for_sibcall): Forbid sibcalls
 	from functions that return a float to functions that don't.
 
 Patches:
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=1.16638&r2=1.16639
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/i386/i386.c.diff?cvsroot=gcc&r1=1.528&r2=1.529
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&r1=1.2398&r2=1.2399
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.c-torture/compile/20030206-1.c.diff?cvsroot=gcc&r1=NONE&r2=1.1
 


^ permalink raw reply	[flat|nested] 3+ messages in thread

* c/9530
@ 2003-02-06 11:06 ebotcazou
  0 siblings, 0 replies; 3+ messages in thread
From: ebotcazou @ 2003-02-06 11:06 UTC (permalink / raw)
  To: ebotcazou; +Cc: gcc-prs

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

From: ebotcazou@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: c/9530
Date: 6 Feb 2003 10:59:21 -0000

 CVSROOT:	/cvs/gcc
 Module name:	gcc
 Branch: 	gcc-3_2-branch
 Changes by:	ebotcazou@gcc.gnu.org	2003-02-06 10:59:21
 
 Modified files:
 	gcc            : ChangeLog 
 	gcc/config/i386: i386.h 
 	gcc/testsuite  : ChangeLog 
 Added files:
 	gcc/testsuite/gcc.c-torture/compile: 20030206-1.c 
 
 Log message:
 	PR c/9530
 	* config/i386/i386.h (FUNCTION_OK_FOR_SIBCALL): Forbid sibcalls
 	from functions that return a float to functions that don't.
 
 Patches:
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_2-branch&r1=1.13152.2.657.2.217&r2=1.13152.2.657.2.218
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/i386/i386.h.diff?cvsroot=gcc&only_with_tag=gcc-3_2-branch&r1=1.243.2.8.2.6&r2=1.243.2.8.2.7
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_2-branch&r1=1.1672.2.166.2.90&r2=1.1672.2.166.2.91
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.c-torture/compile/20030206-1.c.diff?cvsroot=gcc&only_with_tag=gcc-3_2-branch&r1=NONE&r2=1.1.4.1
 


^ permalink raw reply	[flat|nested] 3+ messages in thread

* c/9530
@ 2003-02-06 10:56 ebotcazou
  0 siblings, 0 replies; 3+ messages in thread
From: ebotcazou @ 2003-02-06 10:56 UTC (permalink / raw)
  To: ebotcazou; +Cc: gcc-prs

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

From: ebotcazou@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: c/9530
Date: 6 Feb 2003 10:50:07 -0000

 CVSROOT:	/cvs/gcc
 Module name:	gcc
 Branch: 	gcc-3_3-branch
 Changes by:	ebotcazou@gcc.gnu.org	2003-02-06 10:50:07
 
 Modified files:
 	gcc            : ChangeLog 
 	gcc/config/i386: i386.h 
 	gcc/testsuite  : ChangeLog 
 Added files:
 	gcc/testsuite/gcc.c-torture/compile: 20030206-1.c 
 
 Log message:
 	PR c/9530
 	* config/i386/i386.h (FUNCTION_OK_FOR_SIBCALL): Forbid sibcalls
 	from functions that return a float to functions that don't.
 
 Patches:
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.16114.2.163&r2=1.16114.2.164
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/i386/i386.h.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.309.2.1&r2=1.309.2.2
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.2261.2.40&r2=1.2261.2.41
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.c-torture/compile/20030206-1.c.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=NONE&r2=1.1.2.1
 


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-02-06 11:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-02-06 10:46 c/9530 ebotcazou
2003-02-06 10:56 c/9530 ebotcazou
2003-02-06 11:06 c/9530 ebotcazou

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).