------- Comment #3 from rguenther at suse dot de 2010-03-24 11:30 ------- Subject: Re: [4.5 Regression] type mismatch between an SSA_NAME and its symbol with -O3
On Wed, 24 Mar 2010, pault at gcc dot gnu dot org wrote: > ------- Comment #2 from pault at gcc dot gnu dot org 2010-03-24 11:09 ------- > (In reply to comment #1) > > Hm, but the error is about hts_1, not gridws. > > > > Does that not merely reflect the order that they are checked in the > assignment? No, the checking complains that TREE_TYPE (hts_1) (the type of the SSA name) is != TREE_TYPE (hts) (its symbol). That should never happen. Richard. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43505