It's sh4 compiler 7.2 issue, resent to gcc list.
tree: https://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git xfs-4.15-merge
head: 478f8da0f7c95f847a02f8e3b808926c894e3830
commit: 232b51948b99dfcc95e81d8a289bc0409b3ff5b3 [2/122] xfs: simplify the
xfs_getbmap interface
config: sh-sdk7786_defconfi
Snapshot gcc-7-20171109 is now available on
ftp://gcc.gnu.org/pub/gcc/snapshots/7-20171109/
and on various mirrors, see http://gcc.gnu.org/mirrors.html for details.
This snapshot has been generated from the GCC 7 SVN branch
with the following options: svn://gcc.gnu.org/svn/gcc/branches/gcc-7
On Wed, Nov 8, 2017 at 3:22 PM, Richard Biener
wrote:
> On Wed, Nov 8, 2017 at 3:45 PM, Michael Matz wrote:
>> Hi,
>>
>> On Wed, 8 Nov 2017, Richard Biener wrote:
>>
>>> Not sure how - the issue is the FIELD_DECLs overlap which rules out a
>>> RECORD_TYPE and leaves us with a UNION_TYPE.
>>
>> No
On 11/09/2017 10:29 AM, Richard Biener wrote:
On Thu, Nov 9, 2017 at 4:24 PM, Andrew MacLeod wrote:
On 11/09/2017 10:16 AM, Richard Biener wrote:
On Thu, Nov 9, 2017 at 3:44 PM, Andrew MacLeod
wrote:
I'm a little confused. In gimple I need to do a comparison between 2
values, and I create a
On Thu, Nov 9, 2017 at 4:44 PM, Andrew MacLeod wrote:
> I'm a little confused. In gimple I need to do a comparison between 2
> values, and I create a boolean_type_node result.
> I then combine it with an existing condition, but fortran is crapping out on
> me because the boolean_type I created is
On Thu, Nov 9, 2017 at 4:24 PM, Andrew MacLeod wrote:
> On 11/09/2017 10:16 AM, Richard Biener wrote:
>>
>> On Thu, Nov 9, 2017 at 3:44 PM, Andrew MacLeod
>> wrote:
>>>
>>> I'm a little confused. In gimple I need to do a comparison between 2
>>> values, and I create a boolean_type_node result.
>
On 11/09/2017 10:16 AM, Richard Biener wrote:
On Thu, Nov 9, 2017 at 3:44 PM, Andrew MacLeod wrote:
I'm a little confused. In gimple I need to do a comparison between 2
values, and I create a boolean_type_node result.
I then combine it with an existing condition, but fortran is crapping out on
On Thu, Nov 9, 2017 at 3:44 PM, Andrew MacLeod wrote:
> I'm a little confused. In gimple I need to do a comparison between 2
> values, and I create a boolean_type_node result.
> I then combine it with an existing condition, but fortran is crapping out on
> me because the boolean_type I created is
I'm a little confused. In gimple I need to do a comparison between 2
values, and I create a boolean_type_node result.
I then combine it with an existing condition, but fortran is crapping
out on me because the boolean_type I created is not
compatible with the boolean type is has already created