Skip to content
Snippets Groups Projects
Commit 2fc55f51 authored by Jason Merrill's avatar Jason Merrill
Browse files

c++: signed __int128_t [PR108099]

The code for handling signed + typedef was breaking on __int128_t, because
it isn't a proper typedef: it doesn't have DECL_ORIGINAL_TYPE.

	PR c++/108099

gcc/cp/ChangeLog:

	* decl.cc (grokdeclarator): Handle non-typedef typedef_decl.

gcc/testsuite/ChangeLog:

	* g++.dg/ext/int128-7.C: New test.
parent 68c5d92a
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment