This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

assuming & on overloaded member function incorrectly reported


Hi,

I am getting the error "assuming & on overloaded member function"
reported when I compile the attached source with gcc version 2.95.1
and version 2.95. This code compiled fine with egcs version 2.91.60.
The system type is powerpc-ibm-aix4.2.1.0 and I am using no special
options.

I have attached the following files:

overload.cxx - the source file
output       - output to gcc -v --save-temps overload.cxx
overload.ii  - preprocessed output
overload.s   - assembly code

Please don't hesitate to contact me should you require any further
information.

regards,
Paul Thomas

--------------------------------------------------------------------
Paul Thomas                                 Tel: +44 (0) 1256 741304 
EDS                                         Fax: +44 (0) 1256 741111
CAA Account, FDPS2 Project, Hartley House,
15 Bartley Wood Business Park,              paul.thomas@eds.com
Bartley Way, Hook, Hants, UK, RG27 9XA.     paul@pault.co.uk (Home)
                      

overload.cxx

output

overload.ii

overload.s


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]