That warning crops up when some other warning/error happens and prevents the compile from completing and goes away when they get fixed. I spent some time trying to figure out why it was upset only to see it go away when I fixed something else.
Gabe Ali Saidi wrote: > I imagine x86/isa_traits.hh isn't one of them. > > Thanks, > Ali > > On Thu, 26 Aug 2010 10:30:41 -0400, nathan binkert <[email protected]> > wrote: > >> Some files ignore warnings. >> >> Nate >> >> On Thu, Aug 26, 2010 at 10:07 AM, Ali Saidi <[email protected]> wrote: >> >>> Looks like multiple people need some fixes.... >>> >>> Ali >>> >>> >>> build/ALPHA_SE/mem/ruby/system/Sequencer.cc: In member function 'void >>> Sequencer::issueRequest(const RubyRequest&)': >>> build/ALPHA_SE/mem/ruby/system/Sequencer.cc:618: warning: 'ctype' may >>> > be > >>> used uninitialized in this function >>> build/ALPHA_SE/mem/ruby/system/Sequencer.cc:643: warning: 'amtype' may >>> be used uninitialized in this function >>> >>> >>> build/ALPHA_SE/mem/cache/cache_impl.hh: In member function 'void >>> Cache<TagStore>::handleSnoop(Packet*, typename TagStore::BlkType*, >>> > bool, > >>> bool, bool) [with TagStore = >>> build/ALPHA_SE/mem/cache/cache.cc:60: instantiated from here >>> build/ALPHA_SE/mem/cache/cache_impl.hh:1106: warning: unused variable >>> 'needs_exclusive' >>> build/ALPHA_SE/mem/cache/cache_impl.hh: In member function 'void >>> Cache<TagStore>::handleSnoop(Packet*, typename TagStore::BlkType*, >>> > bool, > >>> bool, bool) [with TagStore = >>> build/ALPHA_SE/mem/cache/cache.cc:64: instantiated from here >>> build/ALPHA_SE/mem/cache/cache_impl.hh:1106: warning: unused variable >>> 'needs_exclusive' >>> build/ALPHA_SE/mem/cache/cache_impl.hh: In member function 'void >>> Cache<TagStore>::handleSnoop(Packet*, typename TagStore::BlkType*, >>> > bool, > >>> bool, bool) [with TagStore = >>> build/ALPHA_SE/mem/cache/cache.cc:68: instantiated from here >>> build/ALPHA_SE/mem/cache/cache_impl.hh:1106: warning: unused variable >>> 'needs_exclusive' >>> scons: *** [build/ALPHA_SE/mem/cache/cache.fo] Error 1 >>> >>> g++ -o build/ALPHA_SE_MOESI_hammer/mem/ruby/network/simple/Switch.fo -c >>> -Wno-deprecated -pipe -fno-strict-aliasing -Wall -Wno-sign-compare >>> -Wundef -O3 -Werror -DNDEBUG >>> build/ALPHA_SE_MOESI_hammer/mem/ruby/network/orion/NetworkPower.cc: In >>> member function 'double >>> > Router_d::calculate_offline_power(power_router*, > >>> power_router_info*)': >>> build/ALPHA_SE_MOESI_hammer/mem/ruby/network/orion/NetworkPower.cc:327: >>> warning: 'E_in_buf' may be used uninitialized in this function >>> build/ALPHA_SE_MOESI_hammer/mem/ruby/network/orion/NetworkPower.cc:327: >>> warning: 'E_xbar' may be used uninitialized in this function >>> build/ALPHA_SE_MOESI_hammer/mem/ruby/network/orion/NetworkPower.cc:327: >>> warning: 'E_vc_in_arb' may be used uninitialized in this function >>> build/ALPHA_SE_MOESI_hammer/mem/ruby/network/orion/NetworkPower.cc:327: >>> warning: 'E_vc_out_arb' may be used uninitialized in this function >>> build/ALPHA_SE_MOESI_hammer/mem/ruby/network/orion/NetworkPower.cc:327: >>> warning: 'E_sw_in_arb' may be used uninitialized in this function >>> build/ALPHA_SE_MOESI_hammer/mem/ruby/network/orion/NetworkPower.cc:327: >>> warning: 'E_sw_out_arb' may be used uninitialized in this function >>> >>> build/X86_SE/arch/x86/isa_traits.hh: At global scope: >>> build/X86_SE/arch/x86/isa_traits.hh:78: warning: 'X86ISA::NoopMachInst' >>> defined but not used >>> >>> >>> >>> >>> On Aug 26, 2010, at 2:20 AM, Cron Daemon wrote: >>> >>> >>>> scons: *** [build/ALPHA_SE/mem/cache/cache.fo] Error 1 >>>> scons: *** [build/ALPHA_SE_MOESI_hammer/mem/cache/cache.fo] Error 1 >>>> scons: *** [build/ALPHA_SE_MESI_CMP_directory/mem/cache/cache.fo] >>>> > Error > >>>> 1 >>>> scons: *** [build/ALPHA_SE_MOESI_CMP_directory/mem/cache/cache.fo] >>>> Error 1 >>>> scons: *** [build/ALPHA_SE_MOESI_CMP_token/mem/cache/cache.fo] Error 1 >>>> scons: *** [build/ALPHA_FS/mem/cache/cache.fo] Error 1 >>>> scons: *** [build/MIPS_SE/mem/cache/cache.fo] Error 1 >>>> scons: *** [build/POWER_SE/mem/cache/cache.fo] Error 1 >>>> scons: *** [build/SPARC_SE/mem/cache/cache.fo] Error 1 >>>> scons: *** [build/X86_SE/mem/cache/cache.fo] Error 1 >>>> scons: *** [build/ARM_SE/mem/cache/cache.fo] Error 1 >>>> >>>> See /z/m5/regression/regress-2010-08-26-03:00:01 for details. >>>> >>>> _______________________________________________ >>>> m5-dev mailing list >>>> [email protected] >>>> http://m5sim.org/mailman/listinfo/m5-dev >>>> >>>> >>> _______________________________________________ >>> m5-dev mailing list >>> [email protected] >>> http://m5sim.org/mailman/listinfo/m5-dev >>> >>> >>> >> _______________________________________________ >> m5-dev mailing list >> [email protected] >> http://m5sim.org/mailman/listinfo/m5-dev >> > _______________________________________________ > m5-dev mailing list > [email protected] > http://m5sim.org/mailman/listinfo/m5-dev > _______________________________________________ m5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/m5-dev
