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 tree-optimization/54136] Compiling phoronix/dcraw with gcc 4.8 trunk causes infinite execution.


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

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> 2012-07-31 09:01:54 UTC ---
>cam_xyz[0][j] = table[i].trans[j]

How are those two arrays (cam_xyz[0] and trans) defined?


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