This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/52314] [4.4/4.5/4.6/4.7 Regression] gimplifier produces volatile
- From: "rguenth at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 21 Feb 2012 14:10:43 +0000
- Subject: [Bug middle-end/52314] [4.4/4.5/4.6/4.7 Regression] gimplifier produces volatile
- Auto-submitted: auto-generated
- References: <bug-52314-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52314
--- Comment #5 from Richard Guenther <rguenth at gcc dot gnu.org> 2012-02-21 14:10:43 UTC ---
Author: rguenth
Date: Tue Feb 21 14:10:31 2012
New Revision: 184436
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=184436
Log:
2012-02-21 Richard Guenther <rguenther@suse.de>
PR middle-end/52314
* gimplify.c (create_tmp_from_val): Use the main variant type
for the type of the temporary we create.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/gimplify.c