------- Comment #1 from gcc at dave dot dribin dot org  2006-02-11 04:59 -------
Created an attachment (id=10819)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10819&action=view)
Program to demonstrate error.

To trigger the error:

% g++ -fvisibility=hidden -o catch main.cpp
% ./catch
terminate called after throwing an instance of 'std::out_of_range'
  what():  vector::_M_range_check
zsh: abort      ./catch
%


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26217

Reply via email to