[Bug target/46208] redundant extensions of argument registers

2010-10-28 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46208 Eric Botcazou changed: What|Removed |Added Target||sparc-*-* Status|UNCONFIRMED

[Bug target/46208] redundant extensions of argument registers

2010-10-28 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46208 --- Comment #2 from Eric Botcazou 2010-10-28 11:02:59 UTC --- Created attachment 22188 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22188 Minimal patch

[Bug target/46208] redundant extensions of argument registers

2010-11-02 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46208 Eric Botcazou changed: What|Removed |Added Attachment #22188|0 |1 is obsolete|

[Bug target/46208] redundant extensions of argument registers

2010-11-08 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46208 --- Comment #4 from Eric Botcazou 2010-11-08 12:15:02 UTC --- Author: ebotcazou Date: Mon Nov 8 12:14:51 2010 New Revision: 166433 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=166433 Log: PR target/46208 * config/sparc/sparc.c

[Bug target/46208] redundant extensions of argument registers

2010-11-08 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46208 --- Comment #5 from Andrew Pinski 2010-11-08 16:04:18 UTC --- (In reply to comment #4) > * config/sparc/sparc.c (TARGET_PROMOTE_PROTOTYPES): Delete. I was just looking into the same problem with MIPS too. I almost think TARGET_PROMOTE_PROTOT

[Bug target/46208] redundant extensions of argument registers

2010-11-08 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46208 --- Comment #6 from Eric Botcazou 2010-11-08 17:46:31 UTC --- > I was just looking into the same problem with MIPS too. I almost think > TARGET_PROMOTE_PROTOTYPES in all targets be removed but that is up to each > target maintainer. Yes, this sh

[Bug target/46208] redundant extensions of argument registers

2010-11-15 Thread jorge.perez at invia dot fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46208 --- Comment #7 from Jorge Perez 2010-11-15 12:29:51 UTC --- Hello Eric, With a colleague we've been trying to do some tests with this patch but due to differences in the versions you and we are working on we couldn't just apply the patch. So we

[Bug target/46208] redundant extensions of argument registers

2010-11-18 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46208 --- Comment #8 from Eric Botcazou 2010-11-19 07:50:34 UTC --- > However during the GCC compilation we got the following message while > executing > the make all command (there is no error for make all-gcc): > > -

[Bug target/46208] redundant extensions of argument registers

2015-12-08 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=46208 Eric Botcazou changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---