This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug middle-end/34701] ICE in tree-ssa-ccp.c with -fipa-struct-reorg



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]