This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: tree-ssa branch: Call for preliminary testing


> This is due to GIMPLE.  The gimplifier restructures the trees in ways
> that trigger false warnings like this one.  This needs to be fixed but
> for now you can just add a no-warning entry for regmove.c in
> Makefile.in.  There's a few of these already, they're clustered around a
> FIXME note that describes this problem.

I installed the enclosed patched.  Tested on hppa-unknown-linux-gnu:

<http://gcc.gnu.org/ml/gcc-testresults/2003-05/msg00889.html>.

Dave
-- 
J. David Anglin                                  dave.anglin@nrc-cnrc.gc.ca
National Research Council of Canada              (613) 990-0752 (FAX: 952-6602)

2003-05-15  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>

	* Makefile.in (regmove.o-warn): Change to -Wno-error.

Index: Makefile.in
===================================================================
RCS file: /cvs/gcc/gcc/gcc/Makefile.in,v
retrieving revision 1.903.2.91
diff -u -3 -p -r1.903.2.91 Makefile.in
--- Makefile.in	14 May 2003 19:43:38 -0000	1.903.2.91
+++ Makefile.in	14 May 2003 23:11:30 -0000
@@ -192,6 +192,7 @@ ra-build.o-warn = -Wno-error
 simplify-rtx.o-warn = -Wno-error
 sched-vis.o-warn = -Wno-error
 stmt.o-warn = -Wno-error
+regmove.o-warn = -Wno-error
 reload1.o-warn = -Wno-error
 reload.o-warn = -Wno-error
 rtlanal.o-warn = -Wno-error


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]