[Bug c++/16117] New: on stack operations
jclinkscales1 at comcast dot net
gcc-bugzilla@gcc.gnu.org
Mon Jun 21 16:51:00 GMT 2004
Compiler: Default compiler
Building Makefile: "C:\Documents and Settings\jason\Desktop\CMIS 240\project 2
\Makefile.win"
Executing make...
make.exe -f "C:\Documents and Settings\jason\Desktop\CMIS 240\project 2
\Makefile.win" all
g++.exe -c RobotApp.cpp -o RobotApp.o -I"D:/Dev-Cpp/include/c++" -I"D:/Dev-
Cpp/include/c++/mingw32" -I"D:/Dev-Cpp/include/c++/backward" -I"D:/Dev-
Cpp/include"
RobotApp.cpp: In function `int main()':
RobotApp.cpp:123: request for member `dist' in `robot1()', which is of
non-aggregate type `RobotStack<PointType> ()()'
RobotApp.cpp:129: request for member `GoBack' in `robot1()', which is of
non-aggregate type `RobotStack<PointType> ()()'
RobotApp.cpp:138: request for member `GoRelative' in `robot1()', which is of
non-aggregate type `RobotStack<PointType> ()()'
RobotApp.cpp:142: request for member `GoInitial' in `robot1()', which is of
non-aggregate type `RobotStack<PointType> ()()'
RobotApp.cpp:149: request for member `IsSafe' in `robot1()', which is of
non-aggregate type `RobotStack<PointType> ()()'
make.exe: *** [RobotApp.o] Error 1
Execution terminated
--
Summary: on stack operations
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: jclinkscales1 at comcast dot net
CC: gcc-bugs at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16117
More information about the Gcc-bugs
mailing list