------- Comment #12 from pcarlini at suse dot de  2008-01-27 11:44 -------
Yes, I noticed. Frankly, I'm not really worried because of the nature of the
tests: the checks can give different answers depending on whether the compiler
is able or not to figure out that a given function cannot throw. For some
reason (which I agree would be interesting to understand in better detail),
-fpic/PIC makes makes more difficult for the compiler to assess that a function
cannot really throw. I'm not sure about the best way to fix that: we could just
zap those specific tests which have such "instability", or condition the result
on -fpic/PIC via macros, or something better. I would probably be tempted to go
the first route, for 4.3.0., at least. 


-- 


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

Reply via email to