[sr #108559] libtool binary wrappers fall prey to aggressive optimizations

2024-01-16 Thread Mike Frysinger
Update of sr#108559 (group libtool): Open/Closed:Open => Closed ___ Reply to this item at: ___ Mes

[sr #108559] libtool binary wrappers fall prey to aggressive optimizations

2015-03-15 Thread LRN
Follow-up Comment #4, sr #108559 (project libtool): Care to close this bug? ___ Reply to this item at: ___ Message sent via/by Savannah http://sav

[sr #108559] libtool binary wrappers fall prey to aggressive optimizations

2014-05-02 Thread Peter Rosin
Update of sr #108559 (project libtool): Status:None => Done ___ Follow-up Comment #3: I have now pushed this change, thanks for testing! Cheers, Peter

[sr #108559] libtool binary wrappers fall prey to aggressive optimizations

2014-05-02 Thread LRN
Follow-up Comment #2, sr #108559 (project libtool): Yeah, that worked ___ Reply to this item at: ___ Message sent via/by Savannah http://savannah.

[sr #108559] libtool binary wrappers fall prey to aggressive optimizations

2014-05-02 Thread Peter Rosin
Follow-up Comment #1, sr #108559 (project libtool): Isn't this a more direct approach, not affected by new and even more aggressive optimizations? -volatile const char * MAGIC_EXE = "$magic_exe"; +#if __GNUC__ < 4 || (__GNUC__ == 4 && __GNUC_MINOR__ < 5) +# define externally_visible volatile +#el

[sr #108559] libtool binary wrappers fall prey to aggressive optimizations

2014-05-01 Thread LRN
URL: Summary: libtool binary wrappers fall prey to aggressive optimizations Project: GNU Libtool Submitted by: lrn Submitted on: Fri 02 May 2014 05:16:44 AM GMT Category: None