This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran 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: [PATCH] size savings -- misc trivia cleanup


On Tue, Dec 11, 2007 at 10:51:59AM +0000, Roger Hill-Cottingham wrote:
>On Tuesday 11 December 2007, Bernhard Fischer wrote:
>> On Wed, Dec 05, 2007 at 07:06:27PM -0800, Jerry DeLisle wrote:
>> > Bernhard Fischer wrote:
>> >> Hi
>> >> [I was pretty sure that i already sent this out but don't see any
>> >> traces; sorry if this sounds familiar to you]
>> >> gcc/fortran/ChangeLog
>> >> 2007-12-05  Bernhard Fischer  <>
>> >> 	* decl.c (match_prefix): Make seen_type a boolean.
>> >> 	(add_global_entry): Cache type distinction.
>> >> 	* trans-decl.c: Whitespace cleanup.
>> >> Regtested on i686-linux-gnu and various-linux-uclibc*.
>> >> Ok for trunk?
>> >> PS: I shouldn't claim binary size-savings for this since i didn't
>> >> record numbers, so please consider it an obvious cleanup more than
>> >> anything else..
>> > OK,
>> 
>> Committed as r130772. Thanks!
>> 
>
>
>I'm not sure, but is the bootstrap error below related to this patch?

Sounds like it is, yes, sorry. Can you change it to be
unsigned type;

Reverting for now..

Thanks for the note!
>
>/usr/local/src/gcc-svn/build_tesla/./prev-gcc/xgcc -B/usr/local/src/gcc-svn/build_tesla/./prev-gcc/ -B/usr/local/gcc-svn/x86_64-unknown-linux-gnu/bin/ -c   -g -O2 -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros                                      -Wno-overlength-strings -Werror -fno-common   -DHAVE_CONFIG_H -I. -Ifortran -I../../trunk/gcc -I../../trunk/gcc/fortran -I../../trunk/gcc/../include -I../../trunk/gcc/../libcpp/include  -I../../trunk/gcc/../libdecnumber -I../../trunk/gcc/../libdecnumber/bid -I../libdecnumber    ../../trunk/gcc/fortran/decl.c -o fortran/decl.o
>cc1: warnings being treated as errors
>../../trunk/gcc/fortran/decl.c: In function 'add_global_entry':
>../../trunk/gcc/fortran/decl.c:4344: error: comparison between signed and unsigned
>make[3]: *** [fortran/decl.o] Error 1
>make[3]: Leaving directory `/usr/local/src/gcc-svn/build_tesla/gcc'
>make[2]: *** [all-stage2-gcc] Error 2
>make[2]: Leaving directory `/usr/local/src/gcc-svn/build_tesla'
>make[1]: *** [stage2-bubble] Error 2
>make[1]: Leaving directory `/usr/local/src/gcc-svn/build_tesla'
>make: *** [bootstrap] Error 2
>
>(this is on x86_64-unknown-linux-gnu and from a bootstrap of revision
>130772 into an empty directory with the following configure options:
>
>--prefix=/usr/local/gcc-svn --enable-languages=c,c++,fortran --disable-multilib
>
>)
>
>Best wishes,
>Roger.
>
>
>
>


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