[Bug fortran/49509] cannot promote types for arguments passed by value

2011-08-06 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49509 Thomas Koenig changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug fortran/49509] cannot promote types for arguments passed by value

2011-06-23 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49509 Tobias Burnus changed: What|Removed |Added CC||burnus at gcc dot gnu.org --- Comment #9

[Bug fortran/49509] cannot promote types for arguments passed by value

2011-06-22 Thread sgk at troutmask dot apl.washington.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49509 --- Comment #8 from Steve Kargl 2011-06-23 04:22:51 UTC --- On Wed, Jun 22, 2011 at 09:13:19PM -0700, Steve Kargl wrote: > > Feel free to post to comp.lang.c about the issue. The > technical editor of F2003 routinely answers questions > about

[Bug fortran/49509] cannot promote types for arguments passed by value

2011-06-22 Thread sgk at troutmask dot apl.washington.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49509 --- Comment #7 from Steve Kargl 2011-06-23 04:13:49 UTC --- On Thu, Jun 23, 2011 at 03:23:26AM +, stevenj at alum dot mit.edu wrote: > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49509 > > --- Comment #4 from stevenj at alum dot mit.edu 2011

[Bug fortran/49509] cannot promote types for arguments passed by value

2011-06-22 Thread sgk at troutmask dot apl.washington.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49509 --- Comment #6 from Steve Kargl 2011-06-23 04:02:38 UTC --- On Thu, Jun 23, 2011 at 03:01:04AM +, stevenj at alum dot mit.edu wrote: > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49509 > > --- Comment #3 from stevenj at alum dot mit.edu 2011

[Bug fortran/49509] cannot promote types for arguments passed by value

2011-06-22 Thread sgk at troutmask dot apl.washington.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49509 --- Comment #5 from Steve Kargl 2011-06-23 04:01:49 UTC --- On Thu, Jun 23, 2011 at 02:55:20AM +, stevenj at alum dot mit.edu wrote: > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49509 > > --- Comment #2 from stevenj at alum dot mit.edu 2011

[Bug fortran/49509] cannot promote types for arguments passed by value

2011-06-22 Thread stevenj at alum dot mit.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49509 --- Comment #4 from stevenj at alum dot mit.edu 2011-06-23 03:23:06 UTC --- Section 12.4.1.2 of Fortran 2003 standard: "If the dummy argument has the VALUE attribute it becomes associated with a definable anonymous data object whose initial value i

[Bug fortran/49509] cannot promote types for arguments passed by value

2011-06-22 Thread stevenj at alum dot mit.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49509 --- Comment #2 from stevenj at alum dot mit.edu 2011-06-23 02:54:50 UTC --- You're missing the point. Traditionally in Fortran, all arguments were passed *by reference*, in which case it is clearly a requirement that actual parameter match the for

[Bug fortran/49509] cannot promote types for arguments passed by value

2011-06-22 Thread stevenj at alum dot mit.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49509 --- Comment #3 from stevenj at alum dot mit.edu 2011-06-23 03:00:47 UTC --- > Hence, the familiar old requirements of the Fortran standard are irrelevant. > The question is, what does the Fortran 2003 standard require for passing by > value, which

[Bug fortran/49509] cannot promote types for arguments passed by value

2011-06-22 Thread kargl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49509 kargl at gcc dot gnu.org changed: What|Removed |Added CC||kargl at gcc dot gnu.org --- Co