<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ppe42-gcc/libcpp, branch gcc-4_9_2-ppe42</title>
<subtitle>GCC for the PPE42</subtitle>
<id>https://git.raptorcs.com/git/ppe42-gcc/atom?h=gcc-4_9_2-ppe42</id>
<link rel='self' href='https://git.raptorcs.com/git/ppe42-gcc/atom?h=gcc-4_9_2-ppe42'/>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/ppe42-gcc/'/>
<updated>2014-10-30T08:25:34+00:00</updated>
<entry>
<title>Mark ChangeLog</title>
<updated>2014-10-30T08:25:34+00:00</updated>
<author>
<name>gccadmin</name>
<email>gccadmin@138bc75d-0d04-0410-961f-82ee72b054a4</email>
</author>
<published>2014-10-30T08:25:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/ppe42-gcc/commit/?id=7276e78f15fd625cac21836cd6690e7d0d220c33'/>
<id>urn:sha1:7276e78f15fd625cac21836cd6690e7d0d220c33</id>
<content type='text'>
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_9-branch@216883 138bc75d-0d04-0410-961f-82ee72b054a4
</content>
</entry>
<entry>
<title>Mark ChangeLog</title>
<updated>2014-10-30T08:25:26+00:00</updated>
<author>
<name>gccadmin</name>
<email>gccadmin@138bc75d-0d04-0410-961f-82ee72b054a4</email>
</author>
<published>2014-10-30T08:25:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/ppe42-gcc/commit/?id=260ba992f13ea90603a43be28337f3657f1dc77b'/>
<id>urn:sha1:260ba992f13ea90603a43be28337f3657f1dc77b</id>
<content type='text'>
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_9-branch@216882 138bc75d-0d04-0410-961f-82ee72b054a4
</content>
</entry>
<entry>
<title>2014-10-12  Bill Schmidt  &lt;wschmidt@linux.vnet.ibm.com&gt;</title>
<updated>2014-10-13T01:40:11+00:00</updated>
<author>
<name>wschmidt</name>
<email>wschmidt@138bc75d-0d04-0410-961f-82ee72b054a4</email>
</author>
<published>2014-10-13T01:40:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/ppe42-gcc/commit/?id=26036fbf93f291e4b743e8bce605bd82c7d6fdc3'/>
<id>urn:sha1:26036fbf93f291e4b743e8bce605bd82c7d6fdc3</id>
<content type='text'>
	Backport from mainline r215873
	2014-10-03  Bill Schmidt  &lt;wschmidt@linux.vnet.ibm.com&gt;

	* lex.c (search_line_fast): Add new version to be used for Power8
	and later targets when Altivec is enabled.  Restrict the existing
	Altivec version to big-endian systems so that lvsr is not used on
	little endian, where it is deprecated.  Remove LE-specific code
	from the now-BE-only version.



git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_9-branch@216132 138bc75d-0d04-0410-961f-82ee72b054a4
</content>
</entry>
<entry>
<title>libcpp/</title>
<updated>2014-10-08T11:05:43+00:00</updated>
<author>
<name>emsr</name>
<email>emsr@138bc75d-0d04-0410-961f-82ee72b054a4</email>
</author>
<published>2014-10-08T11:05:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/ppe42-gcc/commit/?id=3064627f8924d72a3e5f969d50d983ae9adb83a0'/>
<id>urn:sha1:3064627f8924d72a3e5f969d50d983ae9adb83a0</id>
<content type='text'>
2014-10-08  Edward Smith-Rowland  &lt;3dw4rd@verizon.net&gt;

	Implement SD-6: SG10 Feature Test Recommendations
	* internal.h (lexer_state, spec_nodes): Add in__has_include__.
	* directives.c: Support __has_include__ builtin.
	* expr.c (parse_has_include): New function to parse __has_include__
	builtin; (eval_token()): Use it.
	* files.c (_cpp_has_header()): New funtion to look for header;
	(open_file_failed()): Not an error to not find a header file for
	__has_include__.
	* identifiers.c (_cpp_init_hashtable()): Add entry for __has_include__.
	* pch.c (cpp_read_state): Lookup __has_include__.
	* traditional.c (enum ls, _cpp_scan_out_logical_line()): Walk through
	__has_include__ statements.


gcc/c-family/

2014-10-08  Edward Smith-Rowland  &lt;3dw4rd@verizon.net&gt;

	Implement SD-6: SG10 Feature Test Recommendations
	* c-cppbuiltin.c (c_cpp_builtins()): Define language feature
	macros and the __has_header macro.


libstdc++-v3/

2014-10-08  Edward Smith-Rowland  &lt;3dw4rd@verizon.net&gt;

	Implement SD-6: SG10 Feature Test Recommendations
	* include/bits/basic_string.h: Add __cpp_lib feature test macro.
	* include/bits/stl_algobase.h: Ditto.
	* include/bits/stl_function.h: Ditto.
	* include/bits/unique_ptr.h: Ditto.
	* include/std/chrono: Ditto.
	* include/std/complex: Ditto.
	* include/std/iomanip: Ditto.
	* include/std/shared_mutex: Ditto.
	* include/std/tuple: Ditto.
	* include/std/type_traits: Ditto.
	* include/std/utility: Ditto.
	* testsuite/experimental/feat-cxx14.cc: New.
	* testsuite/experimental/feat-lib-fund.cc: New.
	* testsuite/20_util/declval/requirements/1_neg.cc: Adjust.
	* testsuite/20_util/duration/literals/range.cc: Adjust.
	* testsuite/20_util/duration/requirements/typedefs_neg1.cc: Adjust.
	* testsuite/20_util/duration/requirements/typedefs_neg2.cc: Adjust.
	* testsuite/20_util/duration/requirements/typedefs_neg3.cc: Adjust.
	* testsuite/20_util/make_signed/requirements/typedefs_neg.cc: Adjust.
	* testsuite/20_util/make_unsigned/requirements/typedefs_neg.cc: Adjust.
	* testsuite/23_containers/array/tuple_interface/get_neg.cc: Adjust.
	* testsuite/23_containers/array/tuple_interface/tuple_element_neg.cc:
	Adjust.


gcc/testsuite/

2014-10-08  Edward Smith-Rowland  &lt;3dw4rd@verizon.net&gt;

	Implement SD-6: SG10 Feature Test Recommendations
	* g++.dg/cpp1y/feat-cxx11-neg.C: New.
	* g++.dg/cpp1y/feat-cxx11.C: New.
	* g++.dg/cpp1y/feat-cxx14.C: New.
	* g++.dg/cpp1y/feat-cxx98.C: New.
	* g++.dg/cpp1y/feat-cxx98-neg.C: New.
	* g++.dg/cpp1y/phoobhar.h: New.
	* g++.dg/cpp1y/testinc/phoobhar.h: New.



git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_9-branch@215998 138bc75d-0d04-0410-961f-82ee72b054a4
</content>
</entry>
<entry>
<title>Mark ChangeLog</title>
<updated>2014-07-16T10:02:27+00:00</updated>
<author>
<name>gccadmin</name>
<email>gccadmin@138bc75d-0d04-0410-961f-82ee72b054a4</email>
</author>
<published>2014-07-16T10:02:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/ppe42-gcc/commit/?id=7cfaa8899b70057c0a48dd58f049d82e643bc107'/>
<id>urn:sha1:7cfaa8899b70057c0a48dd58f049d82e643bc107</id>
<content type='text'>
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_9-branch@212609 138bc75d-0d04-0410-961f-82ee72b054a4
</content>
</entry>
<entry>
<title>Mark ChangeLog</title>
<updated>2014-07-16T10:02:23+00:00</updated>
<author>
<name>gccadmin</name>
<email>gccadmin@138bc75d-0d04-0410-961f-82ee72b054a4</email>
</author>
<published>2014-07-16T10:02:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/ppe42-gcc/commit/?id=b87430c1f94fb7e5423d266f6f9d59fc41396ac1'/>
<id>urn:sha1:b87430c1f94fb7e5423d266f6f9d59fc41396ac1</id>
<content type='text'>
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_9-branch@212608 138bc75d-0d04-0410-961f-82ee72b054a4
</content>
</entry>
<entry>
<title>libcpp/</title>
<updated>2014-07-09T15:10:43+00:00</updated>
<author>
<name>emsr</name>
<email>emsr@138bc75d-0d04-0410-961f-82ee72b054a4</email>
</author>
<published>2014-07-09T15:10:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/ppe42-gcc/commit/?id=9ce32611d45fd3ed98307b2454c286b8a8a36b26'/>
<id>urn:sha1:9ce32611d45fd3ed98307b2454c286b8a8a36b26</id>
<content type='text'>
2014-07-09  Edward Smith-Rowland  &lt;3dw4rd@verizon.net&gt;

	PR c++/58155 - -Wliteral-suffix warns about tokens which are skipped
	by preprocessor
	* lex.c (lex_raw_string ()): Do not warn about invalid suffix
	if skipping. (lex_string ()): Ditto.


gcc/testsuite/

2014-07-09  Edward Smith-Rowland  &lt;3dw4rd@verizon.net&gt;

	PR c++/58155 - -Wliteral-suffix warns about tokens which are skipped
	g++.dg/cpp0x/pr58155.C: New.



git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_9-branch@212393 138bc75d-0d04-0410-961f-82ee72b054a4
</content>
</entry>
<entry>
<title>Mark ChangeLog</title>
<updated>2014-04-22T09:41:56+00:00</updated>
<author>
<name>gccadmin</name>
<email>gccadmin@138bc75d-0d04-0410-961f-82ee72b054a4</email>
</author>
<published>2014-04-22T09:41:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/ppe42-gcc/commit/?id=ec4d7b9af3d67a5f10c99c15741470d212260fd6'/>
<id>urn:sha1:ec4d7b9af3d67a5f10c99c15741470d212260fd6</id>
<content type='text'>
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_9-branch@209585 138bc75d-0d04-0410-961f-82ee72b054a4
</content>
</entry>
<entry>
<title>Mark ChangeLog</title>
<updated>2014-04-22T09:41:53+00:00</updated>
<author>
<name>gccadmin</name>
<email>gccadmin@138bc75d-0d04-0410-961f-82ee72b054a4</email>
</author>
<published>2014-04-22T09:41:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/ppe42-gcc/commit/?id=bd2dbc393faaa21f134bd35a0de8c1847339b099'/>
<id>urn:sha1:bd2dbc393faaa21f134bd35a0de8c1847339b099</id>
<content type='text'>
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_9-branch@209584 138bc75d-0d04-0410-961f-82ee72b054a4
</content>
</entry>
<entry>
<title>	* de.po: Update.</title>
<updated>2014-03-18T16:04:06+00:00</updated>
<author>
<name>jsm28</name>
<email>jsm28@138bc75d-0d04-0410-961f-82ee72b054a4</email>
</author>
<published>2014-03-18T16:04:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/ppe42-gcc/commit/?id=a5eb543ce5bdf292d105db5ead8d8c313b34e72e'/>
<id>urn:sha1:a5eb543ce5bdf292d105db5ead8d8c313b34e72e</id>
<content type='text'>
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@208653 138bc75d-0d04-0410-961f-82ee72b054a4
</content>
</entry>
</feed>
