This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/34701] ICE in tree-ssa-ccp.c with -fipa-struct-reorg
- From: "alond at il dot ibm dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 7 Jan 2008 09:47:41 -0000
- Subject: [Bug middle-end/34701] ICE in tree-ssa-ccp.c with -fipa-struct-reorg
- References: <bug-34701-15577@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from alond at il dot ibm dot com 2008-01-07 09:47 -------
(In reply to comment #0)
When looking into try2.c.051i.ipa_struct_reorg, there is something strange like
10=40 there:
<bb 2>:
D.1885_2 = malloc (440);
str1.0_3 = (struct type_struct *) D.1885_2;
10 = 40;
D.1904_18 = malloc (D.1903_17(D));
str1.0.3_19 = (struct baba_sub.0 *) D.1904_18;
D.1905_20 = 10 << 2;
D.1906_21 = malloc (D.1905_20);
str1.0.4_22 = (struct baba_sub.1 *) D.1906_21;
str1 ={v} str1.0_3;
str1.1 ={v} str1.0.4_22;
str1.0 ={v} str1.0.3_19;
goto <bb 4>;
Alon
--
alond at il dot ibm dot com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |alond at il dot ibm dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34701