------- Comment #7 from aleaverfay at gmail dot com 2008-12-29 21:38 ------- > In reply to comment #6) > (In reply to comment #4) > > Also what is the ICE? > > > > OOH -- ICE == internal compiler error. > http://www.acronymfinder.com/ICE.html > > It's a bus error. > > $ ~/gcc4.4/usr/local/bin/g++ -o > build/src/release/macos/10.4/32/x86/gcc/core/pack/rotamer_set/RotamerSets.os > -c > -pipe -ffor-scope -fopenmp -W -Wall -pedantic -Wno-long-long -fno-exceptions > -O2 -ffast-math -funroll-loops -finline-functions -finline-limit=20000 -s > -Wno-unused-variable -march=prescott -fPIC -DNDEBUG -Isrc -Iexternal/include > -Isrc/platform/macos/32/gcc -Isrc/platform/macos/32 -Isrc/platform/macos > -I/Users/plato/gcc4.4/usr/local/include -I/usr/local/include -I/usr/include > src/core/pack/rotamer_set/RotamerSets.cc -save-temps > g++: warning: -pipe ignored because -save-temps specified > src/core/pack/rotamer_set/RotamerSets.cc: In member function 'void > core::pack::rotamer_set::RotamerSets::precompute_two_body_energies(const > core::pose::Pose&, const core::scoring::ScoreFunction&, core::graph::GraphCOP, > core::pack::interaction_graph::PrecomputedPairEnergiesInteractionGraphOP, > bool)': > src/core/pack/rotamer_set/RotamerSets.cc:317: internal compiler error: Bus > error > Please submit a full bug report, > with preprocessed source if appropriate. > See <http://gcc.gnu.org/bugs.html> for instructions. > > If it helps, I'm building on a Mac OSX 10.4.11 with an Intel Core 2 duo > processor. >
Line 314 is the next non-whitespace line after the end of the omp parallel block. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38663