This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c/28545] Wrong code for hoisted multiplication



------- Comment #1 from ben at decadentplace dot org dot uk  2006-07-30 18:46 -------
Created an attachment (id=11974)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11974&action=view)
test case

Test case.
It should produce the output "Difficulty rating: Extreme (complex non-recursive
techniques required)".
When compiled and run on i486-linux-gnu with -O2 it seg-faults in memset() due
to a wrong length value.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28545


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]