This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/32395] false positive warning about use of uninitialized variable.
- From: "bangerth at dealii dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 27 Sep 2007 04:06:56 -0000
- Subject: [Bug middle-end/32395] false positive warning about use of uninitialized variable.
- References: <bug-32395-7667@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #12 from bangerth at dealii dot org 2007-09-27 04:06 -------
(In reply to comment #11)
> /usr/include/c++/4.2.1/bits/cpp_type_traits.h:346: error: expected identifier
> before ‘__is_pod’
__is_pod is only implemented on mainline, not 4.2.1.
W.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32395