This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: [Bug tree-optimization/35428] New: [4.3/4.4 regression] ICE with "-ftrapv"
- From: Andrew Pinski <pinskia at gmail dot com>
- To: "gcc-bugzilla at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- Cc: "gcc-bugs at gcc dot gnu dot org" <gcc-bugs at gcc dot gnu dot org>
- Date: Mon, 3 Mar 2008 12:13:38 -0800
- Subject: Re: [Bug tree-optimization/35428] New: [4.3/4.4 regression] ICE with "-ftrapv"
- References: <bug-35428-1771@http.gcc.gnu.org/bugzilla/>
This is caused by the vectorizer.
Sent from my iPhone
On Mar 3, 2008, at 11:50, "reichelt at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org
> wrote:
The following valid code snippet triggers an ICE on mainline and 4.3
branch
when compiled with "-ftrapv -O3"
-- Pinski