While I'm waiting for legion to run make m5 compile with a few more compilers
authorAli Saidi <saidi@eecs.umich.edu>
Sat, 27 Jan 2007 20:38:04 +0000 (15:38 -0500)
committerAli Saidi <saidi@eecs.umich.edu>
Sat, 27 Jan 2007 20:38:04 +0000 (15:38 -0500)
commit02bd40d552f6c3f56db43ea63f06ae4312a8e48a
treebeae214fccca9f8716d47b5992480090d04548a3
parent5c7bf74c073d0aea808046d10dfcaa6c319217a3
While I'm waiting for legion to run make m5 compile with a few more compilers

SConstruct:
src/SConscript:
    Add flags for Intel CC while i'm at it
src/base/compiler.hh:
    the _Pragma stuff needst to be called this way unless someone happens to have a cleaner way
src/base/cprintf_formats.hh:
    add std:: where appropriate
src/base/statistics.hh:
    use this->map since icc was getting confused about std::map vs the locally defined map
src/cpu/static_inst.hh:
    Add some more dummy returns where needed
src/mem/packet.hh:
    add more dummy returns where needed
src/sim/host.hh:
    use limits to come up with max tick

--HG--
extra : convert_revision : 08e9f7898b29fb9d063136529afb9b6abceab60c
SConstruct
src/SConscript
src/base/compiler.hh
src/base/cprintf_formats.hh
src/base/statistics.hh
src/cpu/static_inst.hh
src/mem/packet.hh
src/sim/host.hh