This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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]

Re: V3 patch causes EH failures in ILP32 mode


On Wed, Jun 23, 2004 at 11:32:35AM -0700, Mark Mitchell wrote:
> The other difference is that the compiler may use a bitwise copy in many 
> situations.   ...
> 
> I would advise against making these kinds of functions explicit, except 
> when necessary.

I agree.  It would be better to remove that check from -Weff, or 
(failing that) add -Weff-anal.  There's nothing quite like having to 
make your code more fragile just to satisfy a compiler warning to 
turn users away from use of compiler warnings.

Nathan Myers
ncm-nospam@cantrip.org


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