[Bug fortran/41034] [4.5 Regression] Wrongly rejected proc pointer assignment with CDECL (compiler-directive_1.f90)

2009-08-12 Thread burnus at gcc dot gnu dot org
--- Comment #4 from burnus at gcc dot gnu dot org 2009-08-12 09:07 --- FIXED on the trunk (4.5) -- burnus at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/41034] [4.5 Regression] Wrongly rejected proc pointer assignment with CDECL (compiler-directive_1.f90)

2009-08-12 Thread burnus at gcc dot gnu dot org
--- Comment #3 from burnus at gcc dot gnu dot org 2009-08-12 09:04 --- Subject: Bug 41034 Author: burnus Date: Wed Aug 12 09:03:38 2009 New Revision: 150678 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=150678 Log: 2009-08-12 Tobias Burnus PR fortran/41034 *

[Bug fortran/41034] [4.5 Regression] Wrongly rejected proc pointer assignment with CDECL (compiler-directive_1.f90)

2009-08-12 Thread burnus at gcc dot gnu dot org
--- Comment #2 from burnus at gcc dot gnu dot org 2009-08-12 08:06 --- If one looks at the failing test case one finds: !gcc$ attributes cdecl :: cdecl !gcc$ attributes stdcall :: stdcall procedure(), pointer :: ptr procedure(), pointer :: cdecl procedure(), pointer :: stdcall

[Bug fortran/41034] [4.5 Regression] Wrongly rejected proc pointer assignment with CDECL (compiler-directive_1.f90)

2009-08-11 Thread burnus at gcc dot gnu dot org
--- Comment #1 from burnus at gcc dot gnu dot org 2009-08-11 19:06 --- The following patch is needed to initialize the variables; however, it does not solve the actual problem - here, we only make the checks tighter. For some reason, the LHS seems to be 0 all the time while the RHS gets