This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/47153] g++ with -O3 enters infinite loop
- From: "redi at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sun, 2 Jan 2011 20:44:39 +0000
- Subject: [Bug c++/47153] g++ with -O3 enters infinite loop
- Auto-submitted: auto-generated
- References: <bug-47153-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47153
Jonathan Wakely <redi at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |WAITING
Last reconfirmed| |2011.01.02 20:44:28
Ever Confirmed|0 |1
--- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> 2011-01-02 20:44:28 UTC ---
(In reply to comment #0)
> Created attachment 22882 [details]
> The program for which the bug applies.
Apparently not:
$ ./a.out
Usage: ./a.out <sudoku puzzle> or -f <sudoku file>
Show unknown boxes with . or 0
Please provide a reproducible testcase.