[Bug middle-end/24239] spurious warning about clobbered variables w.r.t. longjmp

2017-08-06 Thread ygribov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=24239 Yury Gribov changed: What|Removed |Added CC||adl at gnu dot org --- Comment #4 from Yur

[Bug middle-end/24239] spurious warning about clobbered variables w.r.t. longjmp

2005-11-25 Thread gdr at gcc dot gnu dot org
--- Comment #3 from gdr at gcc dot gnu dot org 2005-11-26 07:54 --- (In reply to comment #2) > Indeed, in gcc-4.0.1, the previous code chunk does not elicit a warning. > However, a slightly modified version still gets a warning (tested > on RHEL-4, with ). I can reproduce the behaviourw

[Bug middle-end/24239] spurious warning about clobbered variables w.r.t. longjmp

2005-10-11 Thread dvilleneuve at kronos dot com
--- Comment #2 from dvilleneuve at kronos dot com 2005-10-11 12:28 --- Indeed, in gcc-4.0.1, the previous code chunk does not elicit a warning. However, a slightly modified version still gets a warning (tested on RHEL-4, with ). #include extern int f(void); extern int g(int); extern

[Bug middle-end/24239] spurious warning about clobbered variables w.r.t. longjmp

2005-10-08 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2005-10-09 03:46 --- I think this is fixed on 4.0. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24239