This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/36232] Optimizer removes condition check to terminate loop
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 13 May 2008 20:02:38 -0000
- Subject: [Bug c/36232] Optimizer removes condition check to terminate loop
- References: <bug-36232-16181@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #5 from pinskia at gcc dot gnu dot org 2008-05-13 20:02 -------
>This section of code is used in a bootloader to test DRAM.
You cannot use C for that code because of how C defines pointers.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36232