[Bug fortran/30733] VOLATILE: Missed optimization - attribute not restricted to scope

2007-02-11 Thread tkoenig at gcc dot gnu dot org
--- Comment #1 from tkoenig at gcc dot gnu dot org 2007-02-11 21:02 --- Confirmed. -- tkoenig at gcc dot gnu dot org changed: What|Removed |Added Status|UNCON

[Bug fortran/30733] VOLATILE: Missed optimization - attribute not restricted to scope

2009-07-02 Thread burnus at gcc dot gnu dot org
--- Comment #2 from burnus at gcc dot gnu dot org 2009-07-02 15:07 --- Restricting can be done via casting to volatile - then it is only *(volatile int *)&i That needs then to be applies in all expressions. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30733

[Bug fortran/30733] VOLATILE: Missed optimization - attribute not restricted to scope

2019-01-20 Thread juergen.reuter at desy dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=30733 Jürgen Reuter changed: What|Removed |Added CC||juergen.reuter at desy dot de --- Commen

[Bug fortran/30733] VOLATILE: Missed optimization - attribute not restricted to scope

2019-02-01 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=30733 Dominique d'Humieres changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---