On 14 May 2007 20:06, Aaron Gray wrote:

>> On 14 May 2007 18:48, Aaron Gray wrote:
>> 
>>> There are problems with :-
>>> 
>>>         print-rtl.c:395
>>>         c-common.c:4099
>>>         c-pretty-print.c:822
>>>         dwarf2asm.c:56
>>>         dwarf2out.c:...

>>  Would you mind trying again please?  Your last report was much better!
> 
> Getting the following error on building from SVN trunk.

  Excellent, that's just the sort of info we need.
 
> gcc/print-rtl.c:397: error: format '%lx' expects type 'long unsigned int',
> but argument 3 has type 'long int'
> 
> gcc/c-common.c:4099: error: format '%lx' expects type 'long unsigned int',
> but argument 4 has type 'long int'
> gcc/c-common.c:4099: error: format '%lx' expects type 'long unsigned int',
> but argument 4 has type 'long int'
> 
> gcc/c-pretty-print.c:822: error: format '%lx' expects type 'long unsigned
> int', but argument 3 has type 'long int'
> 
> gcc/dwarf2asm.c:56: error: format '%lx' expects type 'long unsigned int',
> but argument 3 has type 'long int'
> 
> gcc/dwarf2out.c:2074: error: format '%lx' expects type 'long unsigned int',
> but argument 4 has type 'long int'
> gcc/dwarf2out.c:5772: error: format '%4lu' expects type 'long unsigned int',
> but argument 3 has type 'dw_offset'
> gcc/dwarf2out.c:5775: error: format '%lu' expects type 'long unsigned int',
> but argument 3 has type 'dw_offset'
> gcc/dwarf2out.c:5823: error: format '%lu' expects type 'long unsigned int',
> but argument 3 has type 'dw_offset'
> gcc/dwarf2out.c:7094: error: format '%lx' expects type 'long unsigned int',
> but argument 3 has type 'dw_offset'
> gcc/dwarf2out.c:7276: error: format '%lx' expects type 'long unsigned int',
> but argument 4 has type 'dw_offset'
> 
> There maybe more ...

  Take a look at Mike's patches he just posted

http://gcc.gnu.org/ml/gcc/2007-05/msg00354.html
http://gcc.gnu.org/ml/gcc/2007-05/msg00357.html

they should get you going for starters.


    cheers,
      DaveK
-- 
Can't think of a witty .sigline today....

Reply via email to