Firm Bugtracker - libFirm
Viewing Issue Advanced Details
2 API minor always 2008-12-03 09:54 2009-01-28 21:55
Matze  
moritz  
low  
closed 1.15.0  
fixed  
none    
none  
0000002: new_Load does not have volatility as argument
new_Load does not have volatility as argument, so you have to set this attribute after creating the Load. This is dangerous as at this point the Load could have already CSEd with a non-volatile Load.

(Doesn't usually happen in frontends as every load has a different memory input normally, so no CSE happens).
Issue History
2008-12-03 09:54 Matze New Issue
2008-12-03 15:52 moritz Status new => assigned
2008-12-03 15:52 moritz Assigned To => moritz
2008-12-14 12:35 moritz Note Added: 0000035
2008-12-14 12:35 moritz Status assigned => resolved
2008-12-14 12:35 moritz Resolution open => fixed
2009-01-28 21:55 Matze Status resolved => closed

Notes
(0000035)
moritz   
2008-12-14 12:35   
Fixed in rev 24655