public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* target/7784
@ 2003-03-29 21:06 uweigand
  0 siblings, 0 replies; 4+ messages in thread
From: uweigand @ 2003-03-29 21:06 UTC (permalink / raw)
  To: ebotcazou; +Cc: gcc-prs

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

From: uweigand@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: target/7784
Date: 29 Mar 2003 19:30:40 -0000

 CVSROOT:	/cvs/gcc
 Module name:	gcc
 Branch: 	gcc-3_2-branch
 Changes by:	uweigand@gcc.gnu.org	2003-03-29 19:30:40
 
 Modified files:
 	gcc            : ChangeLog reload.c 
 
 Log message:
 	PR target/7784
 	* reload.c (maybe_memory_address_p): New function.
 	(find_reloads_address): Use it instead of memory_address_p.
 
 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.291&r2=1.13152.2.657.2.292
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/reload.c.diff?cvsroot=gcc&only_with_tag=gcc-3_2-branch&r1=1.178.2.4.2.5&r2=1.178.2.4.2.6
 


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

* target/7784
@ 2003-03-26  8:26 ebotcazou
  0 siblings, 0 replies; 4+ messages in thread
From: ebotcazou @ 2003-03-26  8:26 UTC (permalink / raw)
  To: ebotcazou; +Cc: gcc-prs

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

From: ebotcazou@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: target/7784
Date: 26 Mar 2003 07:58:49 -0000

 CVSROOT:	/cvs/gcc
 Module name:	gcc
 Branch: 	gcc-3_2-branch
 Changes by:	ebotcazou@gcc.gnu.org	2003-03-26 07:58:49
 
 Modified files:
 	gcc            : ChangeLog reload.c 
 	gcc/testsuite  : ChangeLog 
 Added files:
 	gcc/testsuite/gcc.dg: ultrasp6.c 
 
 Log message:
 	PR target/7784
 	* reload.c (find_reloads_address): Handle
 	(PLUS (PLUS (REG) (REG)) (CONST_INT)) form for
 	all base registers.
 
 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.280&r2=1.13152.2.657.2.281
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/reload.c.diff?cvsroot=gcc&only_with_tag=gcc-3_2-branch&r1=1.178.2.4.2.4&r2=1.178.2.4.2.5
 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.117&r2=1.1672.2.166.2.118
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.dg/ultrasp6.c.diff?cvsroot=gcc&only_with_tag=gcc-3_2-branch&r1=NONE&r2=1.1.4.1
 


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

* target/7784
@ 2003-03-26  7:59 ebotcazou
  0 siblings, 0 replies; 4+ messages in thread
From: ebotcazou @ 2003-03-26  7:59 UTC (permalink / raw)
  To: ebotcazou; +Cc: gcc-prs

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

From: ebotcazou@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: target/7784
Date: 26 Mar 2003 07:48:15 -0000

 CVSROOT:	/cvs/gcc
 Module name:	gcc
 Changes by:	ebotcazou@gcc.gnu.org	2003-03-26 07:48:15
 
 Modified files:
 	gcc            : ChangeLog reload.c 
 	gcc/testsuite  : ChangeLog 
 Added files:
 	gcc/testsuite/gcc.dg: ultrasp6.c 
 
 Log message:
 	PR target/7784
 	* reload.c (find_reloads_address): Handle
 	(PLUS (PLUS (REG) (REG)) (CONST_INT)) form for
 	all base registers.
 
 Patches:
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=1.17218&r2=1.17219
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/reload.c.diff?cvsroot=gcc&r1=1.210&r2=1.211
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&r1=1.2539&r2=1.2540
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.dg/ultrasp6.c.diff?cvsroot=gcc&r1=NONE&r2=1.1
 


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

* target/7784
@ 2003-03-26  7:56 ebotcazou
  0 siblings, 0 replies; 4+ messages in thread
From: ebotcazou @ 2003-03-26  7:56 UTC (permalink / raw)
  To: ebotcazou; +Cc: gcc-prs

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

From: ebotcazou@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: target/7784
Date: 26 Mar 2003 07:54:02 -0000

 CVSROOT:	/cvs/gcc
 Module name:	gcc
 Branch: 	gcc-3_3-branch
 Changes by:	ebotcazou@gcc.gnu.org	2003-03-26 07:54:02
 
 Modified files:
 	gcc            : ChangeLog reload.c 
 	gcc/testsuite  : ChangeLog 
 Added files:
 	gcc/testsuite/gcc.dg: ultrasp6.c 
 
 Log message:
 	PR target/7784
 	* reload.c (find_reloads_address): Handle
 	(PLUS (PLUS (REG) (REG)) (CONST_INT)) form for
 	all base registers.
 
 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.365&r2=1.16114.2.366
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/reload.c.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.199.2.5&r2=1.199.2.6
 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.120&r2=1.2261.2.121
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.dg/ultrasp6.c.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=NONE&r2=1.1.2.1
 


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

end of thread, other threads:[~2003-03-29 19:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-03-29 21:06 target/7784 uweigand
  -- strict thread matches above, loose matches on Subject: below --
2003-03-26  8:26 target/7784 ebotcazou
2003-03-26  7:59 target/7784 ebotcazou
2003-03-26  7:56 target/7784 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).