[Bug c/58019] Problem with -O3 optimization

2013-07-29 Thread william.jordan at vbrick dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58019 Bill changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug c/58019] New: Problem with -O3 optimization

2013-07-29 Thread william.jordan at vbrick dot com
Assignee: unassigned at gcc dot gnu.org Reporter: william.jordan at vbrick dot com I wrote a simple program to solve the 8 queens chess problem (i.e. put 8 queens on a chessboard so that no queen can take any other queen). When I compile the program normally or with -O1 -O2 optimization it