[Bug fortran/31198] wrong code: Max() with optional arguments

2007-07-04 Thread fxcoudert at gcc dot gnu dot org
--- Comment #8 from fxcoudert at gcc dot gnu dot org 2007-07-04 07:27 --- Fixed on mainline. -- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/31198] wrong code: Max() with optional arguments

2007-07-04 Thread fxcoudert at gcc dot gnu dot org
--- Comment #7 from fxcoudert at gcc dot gnu dot org 2007-07-04 07:25 --- Subject: Bug 31198 Author: fxcoudert Date: Wed Jul 4 07:25:39 2007 New Revision: 126307 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=126307 Log: PR fortran/31198 * trans-intrinsic.c (t

[Bug fortran/31198] wrong code: Max() with optional arguments

2007-07-03 Thread fxcoudert at gcc dot gnu dot org
--- Comment #6 from fxcoudert at gcc dot gnu dot org 2007-07-03 18:30 --- (In reply to comment #5) > patch ping ? I was initially waiting for Lee's patch to be committed, if I have no news from him I'll modify the patch and submit it again. -- http://gcc.gnu.org/bugzilla/show_bug.

[Bug fortran/31198] wrong code: Max() with optional arguments

2007-07-03 Thread jv244 at cam dot ac dot uk
--- Comment #5 from jv244 at cam dot ac dot uk 2007-07-03 18:26 --- patch ping ? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31198

[Bug fortran/31198] wrong code: Max() with optional arguments

2007-05-28 Thread fxcoudert at gcc dot gnu dot org
--- Comment #4 from fxcoudert at gcc dot gnu dot org 2007-05-28 20:54 --- Created an attachment (id=13624) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13624&action=view) Patch for this issue This patch builds on top of Lee Millward's patch to trans-intrinsic: http://gcc.gnu.org

[Bug fortran/31198] wrong code: Max() with optional arguments

2007-05-21 Thread fxcoudert at gcc dot gnu dot org
--- Comment #3 from fxcoudert at gcc dot gnu dot org 2007-05-21 17:01 --- I've asked in comp.lang.fortran: http://groups.google.com/group/comp.lang.fortran/browse_thread/thread/5804a24398086e50/fd2b07668628a90d -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31198

[Bug fortran/31198] wrong code: Max() with optional arguments

2007-05-21 Thread fxcoudert at gcc dot gnu dot org
--- Comment #2 from fxcoudert at gcc dot gnu dot org 2007-05-21 15:25 --- Scanning the F2003 standard, MIN/MAX are the only intrinsics with a variable number of arguments. They probably need special handling. -- fxcoudert at gcc dot gnu dot org changed: What|Removed