Re: [RFC] Remaining references of Pascal

2017-07-11 Thread Jason Merrill
On Tue, Jul 11, 2017 at 10:42 AM, Martin Liška wrote: > And there are remaining references of Pascal: > > 1) dbxout.c: > > 1661 { > 1662stabstr_C ('r'); > 1663if (TREE_TYPE (type)) > 1664 dbxout_type (TREE_TYPE (type), 0); > 1665else if (TREE_CODE (type) != INTEGER_TYPE

[RFC] Remaining references of Pascal

2017-07-11 Thread Martin Liška
And there are remaining references of Pascal: 1) dbxout.c: 1661 { 1662stabstr_C ('r'); 1663if (TREE_TYPE (type)) 1664 dbxout_type (TREE_TYPE (type), 0); 1665else if (TREE_CODE (type) != INTEGER_TYPE) 1666 dbxout_type (type, 0); /* E.g. Pascal's ARRAY [BOOLEAN]