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]

c++/777: Unrecognizable insn:



>Number:         777
>Category:       c++
>Synopsis:       Unrecognizable insn:
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sun Nov 12 07:36:00 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     Mark Johnson
>Release:        gcc 2.97 20001106 (experimental)
>Organization:
>Environment:
Reading specs from /usr/local/lib/gcc-lib/i686-pc-linux-gnu/2.97/specs
Configured with:  --enable-shared --enable-languages=c++
gcc version 2.97 20001106 (experimental)
 /usr/local/lib/gcc-lib/i686-pc-linux-gnu/2.97/cpp0 -lang-c++ -v -D__GNUC__=2 -D__GNUC_MINOR__=97 -D__GNUC_PATCHLEVEL__=0 -D__ELF__ -Dunix -Dlinux -D__ELF__ -D__unix__ -D__linux__ -D__unix -D__linux -Asystem=posix -D__STDC_HOSTED__=1 -Acpu=i386 -Amachine=i386 -Di386 -D__i386 -D__i386__ -D__tune_i686__ -D__tune_pentiumpro__ backoff.cc backoff.ii
GNU CPP version 2.97 20001106 (experimental) (cpplib) (i386 Linux/ELF)
>Description:
g++ 2.96 and 2.97 both crash with the same unknown instruction error.  I am including both a script transcript and a bzip2'd .ii file.

I am running Red Hat 7.0, and I'm having all sorts of problems with my C++ code -- code that used to compile perfectly under 2.95.  Unfortunately, I can't even recompile g++ 2.95.2 on my RH 7.0 machine -- there is a type clash in the libio library.

I hope that this isn't a RH 7.0 problem,

Thanks

Mark

Mark_Johnson@Brown.edu


--------

Here's a copy of a script taken when I try to compile one of my program files:

Script started on Sun Nov 12 10:12:26 2000
lugha [1] % g++ -c -o backoff.o backoff.cc

backoff.cc: In member function `bool backoff1::unknown(symbol) const':
backoff.cc:43: Unrecognizable insn:
(insn 21 19 23 (set (reg:SI 44)
        (mem/s/u (symbol_ref:SI ("_6symbol.undefined")) 0)) -1 (nil)
    (nil))
backoff.cc:43: Internal compiler error in extract_insn, at recog.c:2163
   Please submit a full bug report.
   See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
lugha [2] % g++ -v

Reading specs from /usr/local/lib/gcc-lib/i686-pc-linux-gnu/2.97/specs
Configured with:  --enable-shared --enable-languages=c++
gcc version 2.97 20001106 (experimental)
lugha [3] % g++ -v -save-temps -c -o backoff.o backoff.cc

Reading specs from /usr/local/lib/gcc-lib/i686-pc-linux-gnu/2.97/specs
Configured with:  --enable-shared --enable-languages=c++
gcc version 2.97 20001106 (experimental)
 /usr/local/lib/gcc-lib/i686-pc-linux-gnu/2.97/cpp0 -lang-c++ -v -D__GNUC__=2 -D__GNUC_MINOR__=97 -D__GNUC_PATCHLEVEL__=0 -D__ELF__ -Dunix -Dlinux -D__ELF__ -D__unix__ -D__linux__ -D__unix -D__linux -Asystem=posix -D__STDC_HOSTED__=1 -Acpu=i386 -Amachine=i386 -Di386 -D__i386 -D__i386__ -D__tune_i686__ -D__tune_pentiumpro__ backoff.cc backoff.ii
GNU CPP version 2.97 20001106 (experimental) (cpplib) (i386 Linux/ELF)
#include "..." search starts here:
#include <...> search starts here:
 /usr/local/include/g++-3
 /usr/local/include
 /usr/local/lib/gcc-lib/i686-pc-linux-gnu/2.97/include
 /usr/local/i686-pc-linux-gnu/include
 /usr/include
End of search list.
 /usr/local/lib/gcc-lib/i686-pc-linux-gnu/2.97/cc1plus -fpreprocessed backoff.ii -lang-c++ -D__GNUG__=2 -v -D__GNUC__=2 -D__GNUC_MINOR__=97 -D__GNUC_PATCHLEVEL__=0 -D__ELF__ -Dunix -Dlinux -D__ELF__ -D__unix__ -D__linux__ -D__unix -D__linux -Asystem=posix -D__STDC_HOSTED__=1 -Acpu=i386 -Amachine=i386 -Di386 -D__i386 -D__i386__ -D__tune_i686__ -D__tune_pentiumpro__ backoff.cc -quiet -dumpbase backoff.cc -version -o backoff.s
GNU CPP version 2.97 20001106 (experimental) (cpplib) (i386 Linux/ELF)
cc1plus: Output filename specified twice
GNU C++ version 2.97 20001106 (experimental) (i686-pc-linux-gnu) compiled by GNU C version 2.97 20001106 (experimental).
#include "..." search starts here:
#include <...> search starts here:
 /usr/local/include/g++-3
 /usr/local/include
 /usr/local/lib/gcc-lib/i686-pc-linux-gnu/2.97/include
 /usr/local/i686-pc-linux-gnu/include
 /usr/include
End of search list.
backoff.cc:9: syntax error before '=' token
backoff.cc:10: syntax error before '=' token
backoff.cc:12: syntax error before '&' token
backoff.cc:16: `is' was not declared in this scope
backoff.cc:17: parse error before "while"
backoff.cc:22: syntax error before '+=' token
backoff.cc:25: syntax error before '.' token
backoff.cc:31: syntax error before '&' token
backoff.cc:44: syntax error before '&' token
backoff.cc:47: conflicting types for `char c'
backoff.cc:16: previous declaration as `int c'
backoff.cc:48: syntax error before '>>' token
backoff.cc:51: syntax error before '.' token
backoff.cc:55: syntax error before ';' token
backoff.cc:58: syntax error before '.' token
backoff.cc:61: syntax error before '.' token
backoff.cc:62: syntax error before '>>' token
backoff.cc:63: ISO C++ forbids declaration of `assert' with no type
backoff.cc:65: parse error before "return"
backoff.cc:68: syntax error before '&' token
backoff.cc:72: parse error before "for"
backoff.cc:72: `cindex_max' was not declared in this scope
backoff.cc:72: parse error before ';' token
backoff.cc:75: ISO C++ forbids declaration of `prefix' with no type
backoff.cc:75: conflicting types for `int prefix'
backoff.cc:70: previous declaration as `char prefix'
backoff.cc:75: `separator' was not declared in this scope
backoff.cc:76: parse error before '}' token
backoff.cc:93: syntax error before '::' token
backoff.cc:97: `masks' was not declared in this scope
backoff.cc:97: `gi' was not declared in this scope
backoff.cc:97: `gs' was not declared in this scope
backoff.cc:98: ISO C++ forbids declaration of `cforeach' with no type
backoff.cc:98: initializer list being treated as compound expression
backoff.cc:98: syntax error before "if"
backoff.cc:105: syntax error before '::' token
backoff.cc:107: `masks' was not declared in this scope
backoff.cc:107: `gi' was not declared in this scope
backoff.cc:107: `gs' was not declared in this scope
backoff.cc:108: ISO C++ forbids declaration of `cforeach' with no type
backoff.cc:108: redefinition of `int cforeach'
backoff.cc:98: `int cforeach' previously defined here
backoff.cc:108: initializer list being treated as compound expression
backoff.cc:108: syntax error before "if"
backoff.cc:114: `cindex_max' was not declared in this scope
backoff.cc:114: parse error before ';' token
backoff.cc:117: syntax error before '.' token
backoff.cc:124: syntax error before '&' token
backoff.cc:127: `is' was not declared in this scope
backoff.cc:127: ISO C++ forbids declaration of `assert' with no type
backoff.cc:127: redefinition of `int assert'
backoff.cc:63: `int assert' previously defined here
backoff.cc:128: syntax error before '.' token
backoff.cc:132: syntax error before '&' token
backoff.cc:144: syntax error before '&' token
backoff.cc:147: syntax error before '=' token
backoff.cc:148: `n' was not declared in this scope
backoff.cc:148: request for member `m' in `c', which is of non-aggregate type 
   `char'
backoff.cc:148: ISO C++ forbids declaration of `assert' with no type
backoff.cc:148: redefinition of `int assert'
backoff.cc:127: `int assert' previously defined here
backoff.cc:151: syntax error before '<<' token
backoff.cc:152: `n' was not declared in this scope
backoff.cc:152: parse error before ';' token
backoff.cc:156: ISO C++ forbids declaration of `notfirst' with no type
backoff.cc:156: conflicting types for `int notfirst'
backoff.cc:149: previous declaration as `bool notfirst'
backoff.cc:157: syntax error before '<<' token
backoff.cc:176: syntax error before '::' token
backoff.cc:183: syntax error before '.' token
backoff.cc:184: `masks' was not declared in this scope
backoff.cc:184: `i' was not declared in this scope
backoff.cc:184: `ms' was not declared in this scope
backoff.cc:184: ISO C++ forbids declaration of `cforeach' with no type
backoff.cc:184: redefinition of `int cforeach'
backoff.cc:108: `int cforeach' previously defined here
backoff.cc:184: initializer list being treated as compound expression
backoff.cc:184: syntax error before '{' token
backoff.cc:186: `i' was not declared in this scope
backoff.cc:186: ISO C++ forbids declaration of `load_submasks' with no type
backoff.cc:187: parse error before '}' token
backoff.cc:194: syntax error before '::' token
backoff.cc:198: syntax error before '=' token
backoff.cc:199: `css' was not declared in this scope
backoff.cc:199: `m' was not declared in this scope
backoff.cc:200: syntax error before '&' token
backoff.cc:201: syntax error before '=' token
backoff.cc:202: syntax error before '=' token
backoff.cc:203: syntax error before '=' token
backoff.cc:204: syntax error before '&' token
backoff.cc:205: `I_C' was not declared in this scope
backoff.cc:205: `bci' was not declared in this scope
backoff.cc:205: `bc' was not declared in this scope
backoff.cc:205: ISO C++ forbids declaration of `cforeach' with no type
backoff.cc:205: redefinition of `int cforeach'
backoff.cc:184: `int cforeach' previously defined here
backoff.cc:205: initializer list being treated as compound expression
backoff.cc:205: syntax error before '{' token
backoff.cc:211: `nsubms' was not declared in this scope
backoff.cc:211: parse error before ';' token
backoff.cc:218: parse error before '{' token
backoff.cc:223: syntax error before '&' token
backoff.cc:227: syntax error before '&' token
backoff.cc:230: `mask' was not declared in this scope
backoff.cc:230: `Float' was not declared in this scope
backoff.cc:230: syntax error before ';' token
backoff.cc:231: `initial_mask' was not declared in this scope
backoff.cc:231: ISO C++ forbids declaration of `mask_prob' with no type
backoff.cc:231: assignment (not initialization) in declaration
backoff.cc:232: syntax error before '::' token
backoff.cc:234: syntax error before '!=' token
backoff.cc:236: syntax error before '=' token
backoff.cc:237: syntax error before '=' token
backoff.cc:238: syntax error before '=' token
backoff.cc:239: syntax error before '::' token
backoff.cc:240: `mbsi' was not declared in this scope
backoff.cc:240: `mask_bin_binnedState' was not declared in this scope
backoff.cc:240: ISO C++ forbids declaration of `assert' with no type
backoff.cc:240: redefinition of `int assert'
backoff.cc:148: `int assert' previously defined here
backoff.cc:241: `I_B' was not declared in this scope
backoff.cc:241: `bsi' was not declared in this scope
backoff.cc:241: `mbsi' was not declared in this scope
backoff.cc:242: ISO C++ forbids declaration of `cforeach' with no type
backoff.cc:242: redefinition of `int cforeach'
backoff.cc:205: `int cforeach' previously defined here
backoff.cc:242: initializer list being treated as compound expression
backoff.cc:242: syntax error before '+=' token
backoff.cc:243: `I_B' was not declared in this scope
backoff.cc:243: `bsi' was not declared in this scope
backoff.cc:243: `mbsi' was not declared in this scope
backoff.cc:243: ISO C++ forbids declaration of `cforeach' with no type
backoff.cc:243: redefinition of `int cforeach'
backoff.cc:242: `int cforeach' previously defined here
backoff.cc:243: initializer list being treated as compound expression
backoff.cc:243: syntax error before '{' token
backoff.cc:245: syntax error before '+=' token
backoff.cc:246: syntax error before '::' token
backoff.cc:247: `masks' was not declared in this scope
backoff.cc:247: `smi' was not declared in this scope
backoff.cc:247: `mmsi' was not declared in this scope
backoff.cc:248: ISO C++ forbids declaration of `cforeach' with no type
backoff.cc:248: redefinition of `int cforeach'
backoff.cc:243: `int cforeach' previously defined here
backoff.cc:248: initializer list being treated as compound expression
backoff.cc:248: syntax error before '[' token
backoff.cc:249: `fi' was not declared in this scope
backoff.cc:249: `bsi' was not declared in this scope
backoff.cc:249: ISO C++ forbids declaration of `assert' with no type
backoff.cc:249: redefinition of `int assert'
backoff.cc:240: `int assert' previously defined here
backoff.cc:250: parse error before '}' token
backoff.cc:251: syntax error before '<<' token
backoff.cc:252: `masks' was not declared in this scope
backoff.cc:252: `smi' was not declared in this scope
backoff.cc:252: `mmsi' was not declared in this scope
backoff.cc:253: ISO C++ forbids declaration of `cforeach' with no type
backoff.cc:253: redefinition of `int cforeach'
backoff.cc:248: `int cforeach' previously defined here
backoff.cc:253: initializer list being treated as compound expression
backoff.cc:253: syntax error before '<<' token
backoff.cc:255: syntax error before '<<' token
backoff.cc:261: syntax error before '&' token
backoff.cc:264: `initial_mask' was not declared in this scope
backoff.cc:264: ISO C++ forbids declaration of `mask_prob' with no type
backoff.cc:264: assignment (not initialization) in declaration
backoff.cc:265: `pair' was not declared in this scope
backoff.cc:265: `Float' was not declared in this scope
backoff.cc:265: `mask' was not declared in this scope
backoff.cc:265: syntax error before '>' token
backoff.cc:266: syntax error before '::' token
backoff.cc:268: syntax error before '!=' token
backoff.cc:270: syntax error before '=' token
backoff.cc:271: syntax error before '=' token
backoff.cc:272: syntax error before '=' token
backoff.cc:273: syntax error before '::' token
backoff.cc:274: `mbsi' was not declared in this scope
backoff.cc:274: `mask_bin_binnedState' was not declared in this scope
backoff.cc:274: ISO C++ forbids declaration of `assert' with no type
backoff.cc:274: redefinition of `int assert'
backoff.cc:249: `int assert' previously defined here
backoff.cc:275: `I_B' was not declared in this scope
backoff.cc:275: `bsi' was not declared in this scope
backoff.cc:275: `mbsi' was not declared in this scope
backoff.cc:276: ISO C++ forbids declaration of `cforeach' with no type
backoff.cc:276: redefinition of `int cforeach'
backoff.cc:253: `int cforeach' previously defined here
backoff.cc:276: initializer list being treated as compound expression
backoff.cc:276: syntax error before '+=' token
backoff.cc:277: `I_B' was not declared in this scope
backoff.cc:277: `bsi' was not declared in this scope
backoff.cc:277: `mbsi' was not declared in this scope
backoff.cc:277: ISO C++ forbids declaration of `cforeach' with no type
backoff.cc:277: redefinition of `int cforeach'
backoff.cc:276: `int cforeach' previously defined here
backoff.cc:277: initializer list being treated as compound expression
backoff.cc:277: syntax error before '{' token
backoff.cc:279: syntax error before '+=' token
backoff.cc:280: syntax error before '::' token
backoff.cc:281: `masks' was not declared in this scope
backoff.cc:281: `smi' was not declared in this scope
backoff.cc:281: `mmsi' was not declared in this scope
backoff.cc:282: ISO C++ forbids declaration of `cforeach' with no type
backoff.cc:282: redefinition of `int cforeach'
backoff.cc:277: `int cforeach' previously defined here
backoff.cc:282: initializer list being treated as compound expression
backoff.cc:282: syntax error before '[' token
backoff.cc:283: `fi' was not declared in this scope
backoff.cc:283: `bsi' was not declared in this scope
backoff.cc:283: ISO C++ forbids declaration of `assert' with no type
backoff.cc:283: redefinition of `int assert'
backoff.cc:274: `int assert' previously defined here
backoff.cc:284: parse error before '}' token
backoff.cc:285: syntax error before '.' token
backoff.cc:288: `results' was not declared in this scope
backoff.cc:288: `results' was not declared in this scope
backoff.cc:288: ISO C++ forbids declaration of `sort' with no type
backoff.cc:288: initializer list being treated as compound expression
backoff.cc:289: parse error before "for"
backoff.cc:289: syntax error before '>=' token
backoff.cc:296: syntax error before '&' token
backoff.cc:300: `I_B' was not declared in this scope
backoff.cc:300: `bsi' was not declared in this scope
backoff.cc:300: `mbsi' was not declared in this scope
backoff.cc:300: ISO C++ forbids declaration of `cforeach' with no type
backoff.cc:300: redefinition of `int cforeach'
backoff.cc:282: `int cforeach' previously defined here
backoff.cc:300: initializer list being treated as compound expression
backoff.cc:300: syntax error before '{' token
backoff.cc:305: syntax error before '::' token
backoff.cc:306: `masks' was not declared in this scope
backoff.cc:306: `smi' was not declared in this scope
backoff.cc:306: `mask_submasks' was not declared in this scope
backoff.cc:306: `m' was not declared in this scope
backoff.cc:306: `afind' was not declared in this scope
backoff.cc:307: ISO C++ forbids declaration of `cforeach' with no type
backoff.cc:307: redefinition of `int cforeach'
backoff.cc:300: `int cforeach' previously defined here
backoff.cc:307: initializer list being treated as compound expression
backoff.cc:307: syntax error before '<<' token
backoff.cc:308: `fi' was not declared in this scope
backoff.cc:308: `bsi' was not declared in this scope
backoff.cc:308: ISO C++ forbids declaration of `assert' with no type
backoff.cc:308: redefinition of `int assert'
backoff.cc:283: `int assert' previously defined here
backoff.cc:309: syntax error before '<<' token
backoff.cc:316: syntax error before '::' token
backoff.cc:328: `M_Ms' was not declared in this scope
backoff.cc:328: `mmsi' was not declared in this scope
backoff.cc:328: `mask_submasks' was not declared in this scope
backoff.cc:329: ISO C++ forbids declaration of `cforeach' with no type
backoff.cc:329: redefinition of `int cforeach'
backoff.cc:307: `int cforeach' previously defined here
backoff.cc:329: initializer list being treated as compound expression
backoff.cc:329: syntax error before "if"
backoff.cc:332: `data' was not declared in this scope
backoff.cc:332: `ti' was not declared in this scope
backoff.cc:332: `train' was not declared in this scope
backoff.cc:332: ISO C++ forbids declaration of `cforeach' with no type
backoff.cc:332: redefinition of `int cforeach'
backoff.cc:329: `int cforeach' previously defined here
backoff.cc:332: initializer list being treated as compound expression
backoff.cc:332: syntax error before '{' token
backoff.cc:334: `masks' was not declared in this scope
backoff.cc:334: `mi' was not declared in this scope
backoff.cc:334: `consistent_masks' was not declared in this scope
backoff.cc:334: ISO C++ forbids declaration of `cforeach' with no type
backoff.cc:334: redefinition of `int cforeach'
backoff.cc:332: `int cforeach' previously defined here
backoff.cc:334: initializer list being treated as compound expression
backoff.cc:334: syntax error before '{' token
backoff.cc:336: `ct' was not declared in this scope
backoff.cc:336: syntax error before '+=' token
backoff.cc:337: `ct' was not declared in this scope
backoff.cc:337: `setYindex' was not declared in this scope
backoff.cc:337: syntax error before '+=' token
backoff.cc:338: syntax error before '.' token
backoff.cc:345: syntax error before ';' token
backoff.cc:346: syntax error before '=' token
backoff.cc:348: `data' was not declared in this scope
backoff.cc:348: `hi' was not declared in this scope
backoff.cc:348: `heldout' was not declared in this scope
backoff.cc:348: ISO C++ forbids declaration of `cforeach' with no type
backoff.cc:348: redefinition of `int cforeach'
backoff.cc:334: `int cforeach' previously defined here
backoff.cc:348: initializer list being treated as compound expression
backoff.cc:348: syntax error before '{' token
backoff.cc:350: syntax error before '+=' token
backoff.cc:351: `M_Ms' was not declared in this scope
backoff.cc:351: `mi' was not declared in this scope
backoff.cc:351: `mask_submasks' was not declared in this scope
backoff.cc:352: ISO C++ forbids declaration of `cforeach' with no type
backoff.cc:352: redefinition of `int cforeach'
backoff.cc:348: `int cforeach' previously defined here
backoff.cc:352: initializer list being treated as compound expression
backoff.cc:352: syntax error before '[' token
backoff.cc:355: `mask_bin_count' was not declared in this scope
backoff.cc:355: `mask_bin_binnedState' was not declared in this scope
backoff.cc:355: ISO C++ forbids declaration of `initialize_M_I_B' with no type
backoff.cc:355: initializer list being treated as compound expression
backoff.cc:357: syntax error before '=' token
backoff.cc:358: syntax error before '=' token
backoff.cc:359: syntax error before '=' token
backoff.cc:364: ISO C++ forbids declaration of `cross_entropy' with no type
backoff.cc:364: `mask_bin_count' was not declared in this scope
backoff.cc:364: `heldout_count' was not declared in this scope
backoff.cc:364: `em_iterate' was not declared in this scope
backoff.cc:365: parse error before '}' token
backoff.cc:369: `cerr' was not declared in this scope
backoff.cc:369: `mask_bin_count' was not declared in this scope
backoff.cc:369: ISO C++ forbids declaration of `write_em_parameters' with no 
   type
backoff.cc:369: initializer list being treated as compound expression
backoff.cc:370: parse error before '}' token
backoff.cc:374: `cerr' was not declared in this scope
backoff.cc:374: `mask_bin_count' was not declared in this scope
backoff.cc:374: ISO C++ forbids declaration of `write_gviz' with no type
backoff.cc:374: initializer list being treated as compound expression
backoff.cc:375: parse error before '}' token
backoff.cc:379: `cerr' was not declared in this scope
backoff.cc:379: `mask_bin_count' was not declared in this scope
backoff.cc:379: ISO C++ forbids declaration of `write_emissions' with no type
backoff.cc:379: initializer list being treated as compound expression
backoff.cc:380: syntax error before '<<' token
backoff.cc:387: syntax error before '::' token
backoff.cc:391: syntax error before ';' token
backoff.cc:392: `mask_bin_count' was not declared in this scope
backoff.cc:392: `mask_bin_sc' was not declared in this scope
backoff.cc:392: ISO C++ forbids declaration of `initialize_M_I_B' with no type
backoff.cc:392: redefinition of `int initialize_M_I_B'
backoff.cc:355: `int initialize_M_I_B' previously defined here
backoff.cc:392: initializer list being treated as compound expression
backoff.cc:394: parse error before "if"
backoff.cc:397: `data' was not declared in this scope
backoff.cc:397: `hi' was not declared in this scope
backoff.cc:397: `heldout' was not declared in this scope
backoff.cc:397: ISO C++ forbids declaration of `cforeach' with no type
backoff.cc:397: redefinition of `int cforeach'
backoff.cc:352: `int cforeach' previously defined here
backoff.cc:397: initializer list being treated as compound expression
backoff.cc:397: syntax error before '{' token
backoff.cc:399: syntax error before ';' token
backoff.cc:400: `initial_mask' was not declared in this scope
backoff.cc:400: ISO C++ forbids declaration of `forwardProb' with no type
backoff.cc:400: assignment (not initialization) in declaration
backoff.cc:402: syntax error before '::' token
backoff.cc:404: syntax error before '!=' token
backoff.cc:406: syntax error before '=' token
backoff.cc:407: `fp' was not declared in this scope
backoff.cc:407: ISO C++ forbids declaration of `assert' with no type
backoff.cc:407: redefinition of `int assert'
backoff.cc:308: `int assert' previously defined here
backoff.cc:408: syntax error before '(' token
backoff.cc:409: syntax error before '=' token
backoff.cc:410: syntax error before '&' token
backoff.cc:418: syntax error before '::' token
backoff.cc:419: `Fs' was not declared in this scope
backoff.cc:419: `li' was not declared in this scope
backoff.cc:419: `s' was not declared in this scope
backoff.cc:419: ISO C++ forbids declaration of `cforeach' with no type
backoff.cc:419: redefinition of `int cforeach'
backoff.cc:397: `int cforeach' previously defined here
backoff.cc:419: initializer list being treated as compound expression
backoff.cc:419: syntax error before '{' token
backoff.cc:421: `mi' was not declared in this scope
backoff.cc:421: syntax error before '+=' token
backoff.cc:423: `mi' was not declared in this scope
backoff.cc:423: `mmsi' was not declared in this scope
backoff.cc:423: ISO C++ forbids declaration of `assert' with no type
backoff.cc:423: redefinition of `int assert'
backoff.cc:407: `int assert' previously defined here
backoff.cc:424: parse error before '}' token
backoff.cc:429: `prob' was not declared in this scope
backoff.cc:429: ISO C++ forbids declaration of `assert' with no type
backoff.cc:429: redefinition of `int assert'
backoff.cc:423: `int assert' previously defined here
backoff.cc:431: syntax error before '=' token
backoff.cc:432: syntax error before '-=' token
backoff.cc:436: syntax error before ';' token
backoff.cc:439: syntax error before '!=' token
backoff.cc:441: syntax error before '=' token
backoff.cc:442: `fp' was not declared in this scope
backoff.cc:442: ISO C++ forbids declaration of `assert' with no type
backoff.cc:442: redefinition of `int assert'
backoff.cc:429: `int assert' previously defined here
backoff.cc:443: syntax error before '(' token
backoff.cc:444: syntax error before '=' token
backoff.cc:445: syntax error before '&' token
backoff.cc:446: syntax error before '&' token
backoff.cc:447: syntax error before '=' token
backoff.cc:450: syntax error before '.' token
backoff.cc:454: syntax error before '.' token
backoff.cc:457: syntax error before '::' token
backoff.cc:458: syntax error before '::' token
backoff.cc:459: `Fs' was not declared in this scope
backoff.cc:459: `li' was not declared in this scope
backoff.cc:459: `s' was not declared in this scope
backoff.cc:459: ISO C++ forbids declaration of `cforeach' with no type
backoff.cc:459: redefinition of `int cforeach'
backoff.cc:419: `int cforeach' previously defined here
backoff.cc:459: initializer list being treated as compound expression
backoff.cc:459: syntax error before '{' token
backoff.cc:461: `si' was not declared in this scope
backoff.cc:461: `sc' was not declared in this scope
backoff.cc:461: ISO C++ forbids declaration of `assert' with no type
backoff.cc:461: redefinition of `int assert'
backoff.cc:442: `int assert' previously defined here
backoff.cc:462: syntax error before '=' token
backoff.cc:463: syntax error before '+=' token
backoff.cc:464: syntax error before '++' token
backoff.cc:466: `mi' was not declared in this scope
backoff.cc:466: `mmsi' was not declared in this scope
backoff.cc:466: ISO C++ forbids declaration of `assert' with no type
backoff.cc:466: redefinition of `int assert'
backoff.cc:461: `int assert' previously defined here
backoff.cc:467: `si' was not declared in this scope
backoff.cc:467: `sc' was not declared in this scope
backoff.cc:467: ISO C++ forbids declaration of `assert' with no type
backoff.cc:467: redefinition of `int assert'
backoff.cc:466: `int assert' previously defined here
backoff.cc:468: `m' was not declared in this scope
backoff.cc:468: ISO C++ forbids declaration of `backwardProb' with no type
backoff.cc:468: `bp' was not declared in this scope
backoff.cc:468: assignment (not initialization) in declaration
backoff.cc:469: parse error before '}' token
backoff.cc:470: `backwardProb' was not declared in this scope
backoff.cc:470: `initial_mask' was not declared in this scope
backoff.cc:470: `afind' was not declared in this scope
backoff.cc:470: `prob' was not declared in this scope
backoff.cc:470: `fabs' was not declared in this scope
backoff.cc:470: `prob' was not declared in this scope
backoff.cc:470: ISO C++ forbids declaration of `assert' with no type
backoff.cc:470: redefinition of `int assert'
backoff.cc:467: `int assert' previously defined here
backoff.cc:471: parse error before '}' token
backoff.cc:473: `M_I_B' was not declared in this scope
backoff.cc:473: `msbi' was not declared in this scope
backoff.cc:473: `mask_bin_binnedState' was not declared in this scope
backoff.cc:473: ISO C++ forbids declaration of `foreach' with no type
backoff.cc:473: initializer list being treated as compound expression
backoff.cc:473: syntax error before '{' token
backoff.cc:475: syntax error before '&' token
backoff.cc:476: syntax error before '=' token
backoff.cc:477: `I_B' was not declared in this scope
backoff.cc:477: `sbi' was not declared in this scope
backoff.cc:477: `bin_binnedState' was not declared in this scope
backoff.cc:477: ISO C++ forbids declaration of `foreach' with no type
backoff.cc:477: redefinition of `int foreach'
backoff.cc:473: `int foreach' previously defined here
backoff.cc:477: initializer list being treated as compound expression
backoff.cc:477: syntax error before '{' token
backoff.cc:479: syntax error before '&' token
backoff.cc:480: syntax error before '=' token
backoff.cc:481: `Fs' was not declared in this scope
backoff.cc:481: `li' was not declared in this scope
backoff.cc:481: `sc' was not declared in this scope
backoff.cc:482: ISO C++ forbids declaration of `cforeach' with no type
backoff.cc:482: redefinition of `int cforeach'
backoff.cc:459: `int cforeach' previously defined here
backoff.cc:482: initializer list being treated as compound expression
backoff.cc:482: syntax error before '+=' token
backoff.cc:483: syntax error before '+=' token
backoff.cc:484: syntax error before '.' token
backoff.cc:485: syntax error before '.' token
backoff.cc:486: syntax error before '::' token
backoff.cc:487: `Fs' was not declared in this scope
backoff.cc:487: `li' was not declared in this scope
backoff.cc:487: `s' was not declared in this scope
backoff.cc:487: ISO C++ forbids declaration of `foreach' with no type
backoff.cc:487: redefinition of `int foreach'
backoff.cc:477: `int foreach' previously defined here
backoff.cc:487: initializer list being treated as compound expression
backoff.cc:487: syntax error before '{' token
backoff.cc:489: ISO C++ forbids declaration of `li' with no type
backoff.cc:489: `ci' was not declared in this scope
backoff.cc:489: `smoothing_constant' was not declared in this scope
backoff.cc:489: `sum' was not declared in this scope
backoff.cc:490: parse error before '}' token
backoff.cc:491: `ci' was not declared in this scope
backoff.cc:491: `sc' was not declared in this scope
backoff.cc:491: ISO C++ forbids declaration of `assert' with no type
backoff.cc:491: redefinition of `int assert'
backoff.cc:470: `int assert' previously defined here
backoff.cc:492: parse error before '}' token
backoff.cc:495: syntax error before '=' token
backoff.cc:507: syntax error before '::' token
backoff.cc:513: syntax error before '&' token
backoff.cc:514: syntax error before '(' token
backoff.cc:515: syntax error before '&' token
backoff.cc:517: syntax error before '=' token
backoff.cc:519: syntax error before '::' token
backoff.cc:521: `masks' was not declared in this scope
backoff.cc:521: `i' was not declared in this scope
backoff.cc:521: `subms' was not declared in this scope
backoff.cc:521: ISO C++ forbids declaration of `cforeach' with no type
backoff.cc:521: redefinition of `int cforeach'
backoff.cc:482: `int cforeach' previously defined here
backoff.cc:521: initializer list being treated as compound expression
backoff.cc:521: syntax error before '{' token
backoff.cc:523: syntax error before '+=' token
backoff.cc:525: `b' was not declared in this scope
backoff.cc:525: ISO C++ forbids declaration of `assert' with no type
backoff.cc:525: redefinition of `int assert'
backoff.cc:491: `int assert' previously defined here
backoff.cc:527: `m' was not declared in this scope
backoff.cc:527: ISO C++ forbids declaration of `dejavu' with no type
backoff.cc:527: `p' was not declared in this scope
backoff.cc:527: assignment (not initialization) in declaration
backoff.cc:529: parse error before "if"
lugha [4] % gbzip2 -9 backoff.ii

lugha [5] % ^Dexit

Script done on Sun Nov 12 10:14:42 2000
>How-To-Repeat:

>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:

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