yuanjia1011 / sparsehash

Automatically exported from code.google.com/p/sparsehash

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

make check fails with GCC 4.9 on Mac OS 10.10.1

GoogleCodeExporter opened this issue · comments

What steps will reproduce the problem?
brew install google-sparsehash --cc=gcc-4.9 --build-from-source

What is the expected output? What do you see instead?
Success.

What version of the product are you using? On what operating system?
sparsehash 2.0.2
Mac OS 10.10.1

Please provide any additional information below.

Running HashtableDeathTest.InsertSizeTypeOverflow
terminate called after throwing an instance of 'std::length_error'
what(): vector::_M_fill_insert
/bin/sh: line 1: 71227 Abort trap: 6 ${dir}$tst
FAIL: hashtable_test


Complete logs:
❯❯❯ brew gist-logs google-sparsehash --cc=gcc-4.9 --build-from-source -v
https://gist.github.com/5a6b10ab7ba0e0f8402f

Original issue reported on code.google.com by sjackman on 26 Jan 2015 at 6:26