Re: increase in code size with gcc3.2

2005-06-06 Thread Milind Katikar
I am sorry for this another mail. I forget to add c to gcc@gcc.gnu.org > You didn't mention what those switches are. I am using following options 1)Some –D options these are source specific defines. 2)Some –I options for specifying include files. 3) –Wall 4)Os (also tried O4) > Also, I gcc 3.

increase in code size with gcc3.2

2005-06-06 Thread Milind Katikar
Hello, I was using gcc 2.9 (host - i386-pc-cygwin, target – sparclet-aout). Recently I have started using gcc 3.2 (same host and target) primarily to ge the benefit of size reduction optimizations in gcc. However I observed increase in size for many applications when compiled with gcc3.2. All swit