This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/31488] [4.3/4.4 Regression] va_list considered non-POD
- From: "ubizjak at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 8 Jan 2009 07:04:16 -0000
- Subject: [Bug c++/31488] [4.3/4.4 Regression] va_list considered non-POD
- References: <bug-31488-119@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #12 from ubizjak at gmail dot com 2009-01-08 07:04 -------
(In reply to comment #11)
> Created an attachment (id=17051)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17051&action=view) [edit]
> Fix in pod_type_p
>
> Uros is testing this patch for me.
This patch bootstraps OK and fixes following libjava FAILs on
alphaev56-unknown-linux-gnu:
-FAIL: natgetargssize.cc compilation
-FAIL: natgetlocalvartable.cc compilation
-FAIL: natgetstacktrace.cc compilation
-FAIL: natevents.cc compilation
-FAIL: natgetallthreads.cc compilation
-FAIL: natgeterrorname.cc compilation
-FAIL: natgetmethodname.cc compilation
The patch was also bootstrapped and regression tested on x86_64-pc-linux-gnu
{,-m32} without any problems.
BTW: Cleaned testcase can be found at [1].
[1] http://gcc.gnu.org/ml/gcc-patches/2008-12/msg01280.html
--
ubizjak at gmail dot com changed:
What |Removed |Added
----------------------------------------------------------------------------
URL|http://gcc.gnu.org/ml/gcc- |
|patches/2008- |
|12/msg01280.html |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31488