Re: About the alignment of main

2005-10-15 Thread Kean Johnston
Intuitively, it seems like that would work. Comments? Suggestions? Never mind ... forget that last mail. It's %ebp that needs to be aligned not %esp and I really do need to do that in the crt stuff so that the original stack frame pre-main is correct. Kean

About the alignment of main

2005-10-15 Thread Kean Johnston
Ok, with the current patch I have to prevent sibcall optimization in main (the patch isn't final, but thats not important, the problem will be fixed somehow) I am now getting much better results from the testsuite. However, I am still running into problems when a function is inlined into main a

gcc-4.1-20051015 is now available

2005-10-15 Thread gccadmin
Snapshot gcc-4.1-20051015 is now available on ftp://gcc.gnu.org/pub/gcc/snapshots/4.1-20051015/ and on various mirrors, see http://gcc.gnu.org/mirrors.html for details. This snapshot has been generated from the GCC 4.1 CVS branch with the following options: -D2005-10-15 17:43 UTC You'll

DWARF 3 Public Review

2005-10-15 Thread Michael Eager
The DWARF Workgroup of The Free Standards Group is pleased to announce the availability of the DWARF Version 3 Standard for Public Review. The DWARF Workgroup is a broad-based committee representing both microprocessor vendors and tool developers. DWARF is used by many compilers and debuggers to

[GCC] - new mirror site

2005-10-15 Thread Frank Ned
Hi, I have space to mirror GCC. What I need do to contribut with GCC project? name of the server: absoluta.org path to the GCC mirror: /gcc country/city: Brazil/Brasília Thanks, -fn -- -- Frank Ned http://www.absoluta.org +55 61 8424-5647 +55 61 9976-3117 --

Re: GCC optimization oddity

2005-10-15 Thread Giovanni Bajo
Prosun Niyogi <[EMAIL PROTECTED]> wrote: > i. gcc -S gcc-bug.c -Os -DHAHA; md5sum gcc-bug.s > ii. gcc -S gcc-bug.c -Os -DHAHA -DBLAH -DAKS -DJKAHSD; md5sum gcc-bug.s > > As you can tell, the -D macros are bogus, and I would expect the md5sums > from each compile to match. But they dont. The diff