+2011-05-05 Jakub Jelinek <jakub@redhat.com>
+
+ * gimplify.c (create_tmp_var_raw): Don't call build_type_variant.
+
2011-05-05 Eric Botcazou <ebotcazou@adacore.com>
* tree.h (get_pending_sizes): Remove prototype.
create_tmp_var_raw (tree type, const char *prefix)
{
tree tmp_var;
- tree new_type;
-
- /* Make the type of the variable writable. */
- new_type = build_type_variant (type, 0, 0);
- TYPE_ATTRIBUTES (new_type) = TYPE_ATTRIBUTES (type);
tmp_var = build_decl (input_location,
VAR_DECL, prefix ? create_tmp_var_name (prefix) : NULL,