This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: (RFC) GCC minor document change: gcc.1
Just a clarification:
> So instead of the suggested change, a simple
> statement like "GCC 3.3 is known to break
> compilation and installation of GNU Emacs 21.3 under
> Solaris 8 for ultraSparc. Please get the latest patches for Emacs."
> in the top summary section might be more helpful.
I was referring to the last clause regarding the GNU Emacs in
Jim's suggested addition.
Addition of a paragraph regarding -fno-zero-initialized-in-bss
itself is welcome and will solve a few puzzling
problems for embedded programmers, I believe.
--
int main(void){int j=2003;/*(c)2003 cishikawa. */
char t[] ="<CI> @abcdefghijklmnopqrstuvwxyz.,\n\"";
char *i ="g>qtCIuqivb,gCwe\np@.ietCIuqi\"tqkvv is>dnamz";
while(*i)((j+=strchr(t,*i++)-(int)t),(j%=sizeof t-1),
(putchar(t[j])));return 0;}/* under GPL */