This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/54136] Compiling phoronix/dcraw with gcc 4.8 trunk causes infinite execution.
- From: "pinskia at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 31 Jul 2012 09:01:54 +0000
- Subject: [Bug tree-optimization/54136] Compiling phoronix/dcraw with gcc 4.8 trunk causes infinite execution.
- Auto-submitted: auto-generated
- References: <bug-54136-4@http.gcc.gnu.org/bugzilla/>
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?