This is the mail archive of the gcc@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] | |
On Tue, Dec 21, 2004 at 11:06:13PM -0500, Andrew Pinski wrote:
On Dec 21, 2004, at 10:42 PM, Denis Zaitsev wrote:
I've built GCC with -fomit-frame-pointer and -fno-omit-frame-pointer. I mean either of these flags is present in both the exported shell variables CFLAGS and CXXFLAGS and also in the BOOT_CFLAGS variable from gcc/Makefile. Both the builds was successfull. And these are some results of 'make check':
I would not doubt this is the -fomit-frame-pointer exception handling bug which was fixed in 3.4.4, 3.3.6, and 4.0.0. See PR 17220 and 6764.
Ok, I'll try. Am I understand right, that the versions you've listed are still unreleased?
That is correct which is why I also pointed to the bug reports which talk about the problem a little further but since the fix is in all of the next releases I am not worried about the problem in general.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |