----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/1417/#review3463 -----------------------------------------------------------
Ship it! Ship It! - Ali Saidi On Sept. 13, 2012, 3:23 a.m., Andreas Hansson wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > http://reviews.gem5.org/r/1417/ > ----------------------------------------------------------- > > (Updated Sept. 13, 2012, 3:23 a.m.) > > > Review request for Default. > > > Description > ------- > > Changeset 9223:e1d8c750f22c > --------------------------- > scons: Use c++0x with gcc >= 4.4 instead of 4.6 > > This patch shifts the version of gcc for which we enable c++0x from > 4.6 to 4.4 The more long term plan is to see what the c++0x features > can bring and what level of support would be enabled simply by bumping > the required version of gcc from 4.3 to 4.4. > > A few minor things had to be fixed in the code base, most notably the > choice of a hashmap implementation. In the Ruby Sequencer there were > also a few minor issues that gcc 4.4 was not too happy about. > > > Diffs > ----- > > SConstruct dfc6a4ba338c > src/base/hashmap.hh dfc6a4ba338c > src/mem/ruby/system/Sequencer.cc dfc6a4ba338c > > Diff: http://reviews.gem5.org/r/1417/diff/ > > > Testing > ------- > > Compiled and ran with gcc 4.4.4 and 4.5.2 > > > Thanks, > > Andreas Hansson > > _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
