This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/49856] ICE when compiling mktime.c (gnulib, embedded in libvirt)
- From: "mikpe at it dot uu.se" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 26 Jul 2011 20:24:53 +0000
- Subject: [Bug target/49856] ICE when compiling mktime.c (gnulib, embedded in libvirt)
- Auto-submitted: auto-generated
- References: <bug-49856-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49856
Mikael Pettersson <mikpe at it dot uu.se> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mikpe at it dot uu.se
--- Comment #2 from Mikael Pettersson <mikpe at it dot uu.se> 2011-07-26 20:24:33 UTC ---
Dupe of PR47908. As a workaround, remove '#pragma GCC optimize ("wrapv")' from
the source code and compile with an explicit -fwrapv instead.