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]
Other format: [Raw text]

[Bug c++/16116] New: on stack operations


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


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