This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/16116] New: on stack operations
- From: "jclinkscales1 at comcast dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 21 Jun 2004 16:51:10 -0000
- Subject: [Bug c++/16116] New: on stack operations
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
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=16116