This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/37026] [4.3 Regression] GCC ICE in tree_to_gimple_tuple
- From: "rguenth at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 5 Aug 2008 11:42:16 -0000
- Subject: [Bug middle-end/37026] [4.3 Regression] GCC ICE in tree_to_gimple_tuple
- References: <bug-37026-10179@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #4 from rguenth at gcc dot gnu dot org 2008-08-05 11:42 -------
Subject: Bug 37026
Author: rguenth
Date: Tue Aug 5 11:40:48 2008
New Revision: 138699
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=138699
Log:
2008-08-05 Richard Guenther <rguenther@suse.de>
PR middle-end/37026
* gimplify.c (gimplify_init_constructor): Do not call
tree_to_gimple_tuple with NULL_TREE.
* gcc.c-torture/compile/pr37026.c: New testcase.
Added:
branches/gcc-4_3-branch/gcc/testsuite/gcc.c-torture/compile/pr37026.c
Modified:
branches/gcc-4_3-branch/gcc/ChangeLog
branches/gcc-4_3-branch/gcc/gimplify.c
branches/gcc-4_3-branch/gcc/testsuite/ChangeLog
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37026