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: [patch] Replace "gen_rtx (FOO, " with "gen_rtx_FOO (".


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi Kazu,

Kazu Hirata wrote:
| Hi,
|
| Attached is a patch to replace "gen_rtx (FOO, " with "gen_rtx_FOO (".
|
| The only caveat is that this patch breaks m68hc11 port because
| m68hc11.md contains a construct
|
|   gen_rtx (NE, HImode)
|
| which I replaced with
|
|   gen_rtx_NE (HImode)
|
| I'm CCing this message to Stephane Carrez, hoping that this will be
| fixed soon.
|

I don't have time right now.  I'll try to have a look at the associated
bug 13990.  Unfortunately I was unable to assign the bug to me...

Stephane

- --
~        Home                           Office
E-mail: stcarrez@nerim.fr              Stephane.Carrez@solsoft.com
WWW:    http://stcarrez.nerim.net      http://www.solsoft.com
~        Free the Software!             Security Policy Management

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)
Comment: Using GnuPG with Netscape - http://enigmail.mozdev.org

iD8DBQFAIAd8NyQxO2LzKT0RAjzgAKCuahJiJfMSMjij5GuHDIKvatqrjACghrc1
4qfTG7wV8dD3boXDKQOm4KE=
=z0+9
-----END PGP SIGNATURE-----


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