On Tue, Aug 25, 2009 at 7:07 PM, Steve Reinhardt wrote:
> On Tue, Aug 25, 2009 at 6:56 PM, Gabriel Michael
> Black wrote:
>>
>>> Probably the easiest way would just be to take a current decoder.cc,
>>> hack it up manually to match one of the thigns we're proposing, then
>>> invoke gcc manually on
Did anyone ever import this code? If not, anyone see any reason not to?
On Wed, Jul 29, 2009 at 2:50 PM, Vince Weaver wrote:
> Hello
>
> I'm trying to run gcc from spec2k under SPARC_SE and ran into a few
> unimplemented syscalls. Attached is a patch that enables getrlimit and
> getrusage and s
The error is:
build/ALPHA_SE/params/params_wrap.cc: In function 'void
SWIG_Python_AddErrorMsg(const char*)':^M
build/ALPHA_SE/params/params_wrap.cc:880: error: format not a string
literal and no format arguments
It's from code that looks like:
char *foo = "blah %d";
printf(foo, x);
It occur
scons: *** [build/ALPHA_SE/params/params_wrap.fo] Error 1
scons: *** [build/ALPHA_SE/python/swig/core_wrap.fo] Error 1
scons: *** [build/ALPHA_SE/python/swig/debug_wrap.fo] Error 1
scons: *** [build/ALPHA_SE/python/swig/random_wrap.fo] Error 1
scons: *** [build/ALPHA_SE/python/swig/event_wrap.fo] E