[Bug c/20631] Support -std=c90 as alias for -std=c89

2010-02-26 Thread manu at gcc dot gnu dot org
--- Comment #7 from manu at gcc dot gnu dot org 2010-02-26 17:10 --- Subject: Bug 20631 Author: manu Date: Fri Feb 26 17:09:29 2010 New Revision: 157096 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=157096 Log: 2010-02-26 Manuel López-Ibáñez m...@gcc.gnu.org PR

[Bug c/20631] Support -std=c90 as alias for -std=c89

2010-02-26 Thread manu at gcc dot gnu dot org
--- Comment #8 from manu at gcc dot gnu dot org 2010-02-26 17:11 --- Thanks for the report. FIXED in GCC 4.5 -- manu at gcc dot gnu dot org changed: What|Removed |Added

[Bug c/20631] Support -std=c90 as alias for -std=c89

2010-02-25 Thread manu at gcc dot gnu dot org
--- Comment #5 from manu at gcc dot gnu dot org 2010-02-25 11:56 --- Joseph, would you approve a patch for this? -- manu at gcc dot gnu dot org changed: What|Removed |Added

[Bug c/20631] Support -std=c90 as alias for -std=c89

2010-02-25 Thread joseph at codesourcery dot com
--- Comment #6 from joseph at codesourcery dot com 2010-02-25 15:40 --- Subject: Re: Support -std=c90 as alias for -std=c89 On Thu, 25 Feb 2010, manu at gcc dot gnu dot org wrote: Joseph, would you approve a patch for this? Yes. --

[Bug c/20631] Support -std=c90 as alias for -std=c89

2007-01-25 Thread manu at gcc dot gnu dot org
--- Comment #4 from manu at gcc dot gnu dot org 2007-01-26 02:08 --- Do we really want this? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20631

[Bug c/20631] Support -std=c90 as alias for -std=c89

2005-06-22 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-23 00:21 --- Confirmed. -- What|Removed |Added Status|UNCONFIRMED |NEW

[Bug c/20631] Support -std=c90 as alias for -std=c89

2005-03-24 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-24 22:24 --- the correct way is: -std=iso9899:1990 -- What|Removed |Added Version|unknown

[Bug c/20631] Support -std=c90 as alias for -std=c89

2005-03-24 Thread kst at mib dot org
--- Additional Comments From kst at mib dot org 2005-03-24 22:50 --- the correct way is: -std=iso9899:1990 Sure, but as long as -std=c89 is supported, why not support -std=c90 as well? It's more correct than c89, and it's easier to remember than iso9899:1990. --