This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [tree-ssa, obvious] Fix bootstrap with GATHER_STATISTICS


In message <200311201257.29731.s.bosscher@student.tudelft.nl>, Steven Bosscher 
writes:
 >The tree-ssa branch failed to bootstrap with -DGATHER_STATISTICS:
 >./../tree-ssa/gcc/tree-ssanames.c: In function `ssanames_print_statistics':
 >../../tree-ssa/gcc/tree-ssanames.c:97: warning: old-style parameter declarati
 >on
 >../../tree-ssa/gcc/tree-ssanames.c:98: warning: long unsigned int format, uns
 >igned int arg (arg 3)
 >../../tree-ssa/gcc/tree-ssanames.c:99: warning: long unsigned int format, uns
 >igned int arg (arg 3)
 >
 >Fixed thus.
 >
 >Gr.
 >Steven
 >
 >
 >2003-11-20  Steven Bosscher  <stevenb@suse.de>
 >
 >        * tree-ssanames.c (ssanames_print_statistics): Use ISO function
 >        declaration.  Print unsigned ints, not usinged longs.
Thanks.  I didn't bootstrap with -DGATHER_STATISTICS.  Sigh.
jeff


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]