[Bug fortran/24633] MODULE attribute conflicts with PROCEDURE attribute

2007-05-18 Thread dfranke at gcc dot gnu dot org
--- Comment #6 from dfranke at gcc dot gnu dot org 2007-05-18 14:25 --- Subject: Bug 24633 Author: dfranke Date: Fri May 18 13:25:07 2007 New Revision: 124828 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=124828 Log: 2007-05-18 Daniel Franke <[EMAIL PROTECTED]> PR fo

[Bug fortran/24633] MODULE attribute conflicts with PROCEDURE attribute

2007-05-18 Thread dfranke at gcc dot gnu dot org
--- Comment #7 from dfranke at gcc dot gnu dot org 2007-05-18 14:27 --- Fixed in trunk, the changes will not be backported to 4.2. Closing. -- dfranke at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/24633] MODULE attribute conflicts with PROCEDURE attribute

2007-04-30 Thread dfranke at gcc dot gnu dot org
--- Comment #5 from dfranke at gcc dot gnu dot org 2007-04-30 12:05 --- The message text is not hardcoded and used to report multiple kinds of clashes, thus its genericity. Adding the name is easy, special-casing it for any combination of clashing is, IMO, not a viable option. -- dfr

[Bug fortran/24633] MODULE attribute conflicts with PROCEDURE attribute

2007-04-29 Thread anglade at gmail dot com
--- Comment #4 from anglade at gmail dot com 2007-04-30 07:37 --- > > subroutine abc() > 1 > Error: MODULE attribute of 'abc' conflicts with PROCEDURE attribute at (1) Hi, Yes this is already much more clear. Yet I wonder if "MODULE attribute of 'abc'" could be changed in

[Bug fortran/24633] MODULE attribute conflicts with PROCEDURE attribute

2007-04-29 Thread dfranke at gcc dot gnu dot org
--- Comment #3 from dfranke at gcc dot gnu dot org 2007-04-30 01:11 --- Pierre, using your example from comment #2, would you consider subroutine abc() 1 Error: MODULE attribute of 'abc' conflicts with PROCEDURE attribute at (1) an improvem

[Bug fortran/24633] MODULE attribute conflicts with PROCEDURE attribute

2005-11-02 Thread anglade at gmail dot com
--- Comment #2 from anglade at gmail dot com 2005-11-02 13:28 --- (In reply to comment #1) > Full testcase: > module abc > contains > function abc() > i=1 > end function > end module > > > There is actually two problems here, the first is the message about the > conflicts is not very c

[Bug fortran/24633] MODULE attribute conflicts with PROCEDURE attribute

2005-11-02 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2005-11-02 13:15 --- Full testcase: module abc contains function abc() i=1 end function end module There is actually two problems here, the first is the message about the conflicts is not very clear. The second issue is that the error