commit | a2477208c8bb94fe109f46b30d77d60276dfebe2 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Mon Jan 30 00:07:43 2012 +0100 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Mon Jan 30 00:07:43 2012 +0100 |
tree | 57ed8c9212bb92eed22de6222ca44a3e0bcbff43 | |
parent | 7ab4af0427a100e1054dea6137381c5dbf843530 [diff] |
Issue #13874: read_null() of faulthandler uses volatile to avoid optimisation Clang 3.0 removes "y = *x;" instruction if the optimisation level is 3.