Fix offloading machine mode stream reading
authortschwinge <tschwinge@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 10 Aug 2015 15:22:30 +0000 (15:22 +0000)
committertschwinge <tschwinge@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 10 Aug 2015 15:22:30 +0000 (15:22 +0000)
commitb308f4a0d03e67bdaf3f43416cfbd360db957a29
tree8a8774799581261f44d24469fba467584fca849c
parent7231f6b984806cceb30cacf0e79f8f5ae7a68803
Fix offloading machine mode stream reading

... in context of the GET_MODE_INNER changes applied in r226328.

gcc/
* lto-streamer-in.c (lto_input_mode_table): Adjust to
GET_MODE_INNER changes.
libgomp/
* testsuite/libgomp.oacc-c-c++-common/vector-type-1.c: New file.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@226759 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/lto-streamer-in.c
gcc/lto-streamer-out.c
libgomp/ChangeLog
libgomp/testsuite/libgomp.oacc-c-c++-common/vector-type-1.c [new file with mode: 0644]