[Bug c++/68052] No printf format warnings in C++ code for macro in system headers

2017-10-06 Thread xyzzy at speakeasy dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68052 Trent Piepho changed: What|Removed |Added CC||xyzzy at speakeasy dot org --- Comment

[Bug inline-asm/11203] source doesn't compile with -O0 but they compile with -O3

2007-02-27 Thread xyzzy at speakeasy dot org
--- Comment #38 from xyzzy at speakeasy dot org 2007-02-27 19:36 --- (In reply to comment #37) > now if there is a unwritten rule that "m" operands and variations of them > cannot be copied anywhere, then it would be very desireable to have a asm > constraint li

[Bug inline-asm/11203] source doesn't compile with -O0 but they compile with -O3

2006-11-08 Thread xyzzy at speakeasy dot org
--- Comment #36 from xyzzy at speakeasy dot org 2006-11-08 20:03 --- (In reply to comment #21) > asm volatile("" > : "=m" (*(unsigned int*)(src + 0*stride)), > "=m" (*(unsigned int*)(src + 1*stride)), >