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]

g++ internal compiler error, Redhat 7.0


All the required information is in the attached files.   The code that
produces the problem is a syntax error, specifically, a while without a
do:

e.g.,
do
    {
        ... stuff ...
         //    oops... no 'do' statement
        {
             ...    stuff ...
        }    while (cond)
    }    while ( cond )

David

g++_error.tar.gz


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