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 c/53293] Internal Compiler Error


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53293

--- Comment #3 from Marc Glisse <glisse at gcc dot gnu.org> 2012-05-09 12:06:37 UTC ---
typedef struct {
  unsigned Ebits_to_go ;
  int C 
} * EncodingEnvironmentPtr ;
arienco_done_encoding ( EncodingEnvironmentPtr eep ) { 
  if ( ( eep -> Ebits_to_go ) ) { 
    while ( eep -> C ) { 
      while ( 7 ) { 
      } 
    } 
  } 
}


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