[Bug fortran/50546] New: gfortran should not accept missing operator (r178939)
zeccav at gmail dot com
gcc-bugzilla@gcc.gnu.org
Wed Sep 28 09:06:00 GMT 2011
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50546
Bug #: 50546
Summary: gfortran should not accept missing operator (r178939)
Classification: Unclassified
Product: gcc
Version: 4.7.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: fortran
AssignedTo: unassigned@gcc.gnu.org
ReportedBy: zeccav@gmail.com
! gfortran should not accept missing operator (r178939)
module m
interface assignment(=)
end interface
end module
use m, only : operator(+)
end
More information about the Gcc-bugs
mailing list