This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/44500] [C++0x] Bogus narrowing conversion error
- From: "jason at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 24 Mar 2011 08:59:44 -0000
- Subject: [Bug c++/44500] [C++0x] Bogus narrowing conversion error
- Auto-submitted: auto-generated
- References: <bug-44500-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44500
Jason Merrill <jason at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|SUSPENDED |RESOLVED
Resolution| |INVALID
--- Comment #17 from Jason Merrill <jason at gcc dot gnu.org> 2011-03-24 08:59:43 UTC ---
Actually, it's already a permerror, so -fpermissive will allow your code to
compile without changes.