[Bug c/68334] combination of weak and noreturn attributes

2015-11-13 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68334 Marek Polacek changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug c/68334] combination of weak and noreturn attributes

2015-11-13 Thread joseph at codesourcery dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68334 --- Comment #1 from joseph at codesourcery dot com --- I don't see any difference between declaring the function noreturn (or pure, or const, or returning non-aliased memory like malloc, or ...) and declaring it to have a certain type. In both