[Bug c/39403] New: Excessive optimization issue

2009-03-08 Thread casmyu at gmail dot com
eared. So I think this is an excessive optimization issue of gcc. Thank you! -- Summary: Excessive optimization issue Product: gcc Version: 4.3.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo: unassig

[Bug c/39403] Excessive optimization issue

2009-03-09 Thread casmyu at gmail dot com
--- Comment #3 from casmyu at gmail dot com 2009-03-10 01:23 --- Hi: I have changed the code as you said, but it is more error now. 1 #include 2 3 int main() 4 { 5 char src[30] = {"This is a test message.\n"}; 6 char dst[30]; 7 int len = 2