This is the mail archive of the gcc@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]

Re: program compiled with -ftrapv aborts in std::queue<>.size()


Mathieu Malaterre <mathieu.malaterre@kitware.com> writes:

> 	I tried to compile one of my program using -ftrapv but it
> 	fails on std::vector<>.size()
>
> 	Looking on the web I found:
>
> http://www.mail-archive.com/gcc-bugs@gcc.gnu.org/msg01623.html
>
> 	Is this fix somewhere ? Does the code works on any gcc flavor
> 	? If yes which one ?

See http://gcc.gnu.org/PR1823

-- 
	Falk


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