------- Comment #11 from ebotcazou at gcc dot gnu dot org 2006-11-16 21:27 ------- Subject: Bug 26306
Author: ebotcazou Date: Thu Nov 16 21:27:32 2006 New Revision: 118901 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=118901 Log: PR middle-end/26306 * gimplify.c (gimplify_expr): Only force a load for references to non-BLKmode volatile values. * doc/implement-c.texi (Qualifiers implementation): Document the interpretation of what a volatile access is. * doc/extend.texi (C++ Extensions): Rework same documentation. Added: branches/gcc-4_2-branch/gcc/testsuite/gnat.dg/volatile_aggregate.adb Modified: branches/gcc-4_2-branch/gcc/ChangeLog branches/gcc-4_2-branch/gcc/doc/extend.texi branches/gcc-4_2-branch/gcc/doc/implement-c.texi branches/gcc-4_2-branch/gcc/gimplify.c branches/gcc-4_2-branch/gcc/testsuite/ChangeLog -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26306