[Bug inline-asm/11203] source doesn't compile with -O0 but they compile with -O3
drab at kepler dot fjfi dot cvut dot cz
gcc-bugzilla@gcc.gnu.org
Fri Jan 21 14:10:00 GMT 2005
------- Additional Comments From drab at kepler dot fjfi dot cvut dot cz 2005-01-21 14:10 -------
(In reply to comment #18)
> Huh? The memory operands are not at a compile time constant address, so of course
> you need a register to hold them. Of course, you need only one register for
> all of them, but you explicitely disallowed gcc to discover that by specifying
> -O0.
Sure, one, sorry. But problem is the Bug 19549 testcode doesn't compile AT ALL.
I.e., not only with -O0, but also with -O1, -O2, or -O3. It simply doesn't
compile under any circumstances.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11203
More information about the Gcc-bugs
mailing list