http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60198
Balaji V. Iyer <bviyer at gmail dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bviyer at gmail dot com --- Comment #3 from Balaji V. Iyer <bviyer at gmail dot com> --- (In reply to Sylwester Arabas from comment #2) > Hi, > > I've just got the same error with current Debian's gcc-snapshot (20140212) > when trying to compile a code that uses the Blitz++ library, and after > replacing all "#pragma ivdep" with "#pragma GCC ivdep" in that library... > > /usr/include/blitz/globeval.cc:466:12: internal compiler error: in > tsubst_copy, at cp/pt.c:12887 > for (; i < uneven_start; ++i) > ^ > Please submit a full bug report, > with preprocessed source if appropriate. > > I can provide more details if needed. Hi Sylwester, The issue with #pragma ivdep is not relevant for this bug. Can you please open another bug report for that and discuss it there? Thanks, Balaji V. Iyer. > > HTH, > Sylwester