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

[Bug middle-end/32395] false positive warning about use of uninitialized variable.



------- 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


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