[Bug fortran/33197] Fortran 2008: gamma() and other small changes

2008-03-03 Thread fxcoudert at gcc dot gnu dot org
--- Comment #8 from fxcoudert at gcc dot gnu dot org 2008-03-03 23:46 --- Subject: Bug 33197 Author: fxcoudert Date: Mon Mar 3 23:46:20 2008 New Revision: 132846 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=132846 Log: PR fortran/33197 gcc/fortran/ * intrins

[Bug fortran/33197] Fortran 2008: gamma() and other small changes

2008-02-28 Thread fxcoudert at gcc dot gnu dot org
--- Comment #7 from fxcoudert at gcc dot gnu dot org 2008-02-28 17:57 --- One more remark: checking of intrinsics and compliance to the -std option specified is lacking, and this is a generic issue of gfortran. Maybe there's a PR open about it? -- http://gcc.gnu.org/bugzilla/show_b

[Bug fortran/33197] Fortran 2008: gamma() and other small changes

2008-02-27 Thread fxcoudert at gcc dot gnu dot org
--- Comment #6 from fxcoudert at gcc dot gnu dot org 2008-02-27 21:02 --- Two more remarks on that: ASINH, ACOSH and ATANH need to accept COMPLEX arguments. Some other functions also should be extended that way (ASIN, ACOS... and probably many more). Also, one very annoying feature: BE

[Bug fortran/33197] Fortran 2008: gamma() and other small changes

2008-02-27 Thread fxcoudert at gcc dot gnu dot org
-- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |fxcoudert at gcc dot gnu dot |dot org

[Bug fortran/33197] Fortran 2008: gamma() and other small changes

2008-02-19 Thread burnus at gcc dot gnu dot org
--- Comment #5 from burnus at gcc dot gnu dot org 2008-02-19 16:14 --- New version of the Fortran 2008 draft (candiate draft, before was working draft): ftp://ftp.nag.co.uk/sc22wg5/N1701-N1750/N1718.pdf http://www.nag.co.uk/sc22wg5/ Thus things should be settled enough for this patch.

[Bug fortran/33197] Fortran 2008: gamma() and other small changes

2008-02-17 Thread burnus at gcc dot gnu dot org
--- Comment #4 from burnus at gcc dot gnu dot org 2008-02-17 19:08 --- Of cause, also the added/modified intrinsics mandate a *texi update. BTW: Thanks for the patch. (In reply to comment #3) > It shouldn't break any tests if they're well written, so it gives us an > opportunity to chec

[Bug fortran/33197] Fortran 2008: gamma() and other small changes

2008-02-17 Thread fxcoudert at gcc dot gnu dot org
--- Comment #3 from fxcoudert at gcc dot gnu dot org 2008-02-17 18:56 --- (In reply to comment #2) > I fear this will break some std tests. You should better use: > > #define GFC_STD_LEGACY (1<<7) /* Backward compatibility. */ > #define GFC_STD_GNU(1<<6) /* GNU Fortran extensi

[Bug fortran/33197] Fortran 2008: gamma() and other small changes

2008-02-17 Thread burnus at gcc dot gnu dot org
--- Comment #2 from burnus at gcc dot gnu dot org 2008-02-17 18:51 --- +#define GFC_STD_F2008 (1<<7) /* New in F2008. */ #define GFC_STD_LEGACY (1<<6) /* Backward compatibility. */ #define GFC_STD_GNU(1<<5) /* GNU Fortran extension. */ #define GFC_STD_F2003 (1<<4) /* New

[Bug fortran/33197] Fortran 2008: gamma() and other small changes

2008-02-17 Thread fxcoudert at gcc dot gnu dot org
--- Comment #1 from fxcoudert at gcc dot gnu dot org 2008-02-17 16:01 --- Created an attachment (id=15177) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15177&action=view) Patch for some of these points This patch adds all new intrinsics listed in the report except NORM2, and the

[Bug fortran/33197] Fortran 2008: gamma() and other small changes

2007-08-28 Thread fxcoudert at gcc dot gnu dot org
-- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Last recon