[Bug c++/60267] ICE in c_pp_lookup_pragma, at c-family/c-pragma.c:1232; ICE in tsubst_copy, at cp/pt.c:12887
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Feb 19 06:11:00 GMT 2014
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60267
--- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
In how many places you have the #pragma GCC ivdep pragmas? Can you e.g. try to
replace them by #pragma ivdep, preprocess, then replace them back in the
preprocessed file? Or #pragma omp simd instead of #pragma ivdep.
More information about the Gcc-bugs
mailing list