[Bug other/31359] 4.2 branch still generates abort for function casting

2008-01-08 Thread manu at gcc dot gnu dot org
--- Comment #6 from manu at gcc dot gnu dot org 2008-01-08 17:55 --- I think the consensus is clear on what needs to be done. So this is confirmed. Just needs someone to do it. Unfortunately, given the huge amount of open issues, I would guess that making undefined code work is quite dow

[Bug other/31359] 4.2 branch still generates abort for function casting

2007-03-26 Thread dirtyepic at gentoo dot org
--- Comment #5 from dirtyepic at gentoo dot org 2007-03-27 01:49 --- I was referring to what the user gets to experience at runtime. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31359

[Bug other/31359] 4.2 branch still generates abort for function casting

2007-03-26 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2007-03-26 17:18 --- > It does silently crash, for all intents and purposes. No, it is not silent at all, it warns loudly (you cannot turn off the warning except by using -w). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31359

[Bug other/31359] 4.2 branch still generates abort for function casting

2007-03-26 Thread dirtyepic at gentoo dot org
--- Comment #3 from dirtyepic at gentoo dot org 2007-03-26 14:27 --- All true. But this report is not about openssl, it's about GCC purposely going out of it's way to break undefined code for no good reason. It does silently crash, for all intents and purposes. I'm not saying that's n

[Bug other/31359] 4.2 branch still generates abort for function casting

2007-03-26 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2007-03-26 10:13 --- openssl is a weird beast of macro hell ;) (enough reason to fix it...) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31359

[Bug other/31359] 4.2 branch still generates abort for function casting

2007-03-25 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2007-03-26 06:01 --- Can you show the exact code from openssl which has the problem, there might be better ways of writting the code instead of what they are doing right now. This code is still undefined and I don't think we really shou