[Bug ipa/108384] error: conversion of register to a different size in ‘view_convert_expr’

2023-01-12 Thread dcb314 at hotmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108384 --- Comment #8 from David Binderman --- (In reply to David Binderman from comment #4) > I suspect a grep pattern could help guide the reduction. > I tried a few patterns, but didn't make any real progress. Using this pattern: $ grep

[Bug ipa/108384] error: conversion of register to a different size in ‘view_convert_expr’

2023-01-12 Thread dcb314 at hotmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108384 David Binderman changed: What|Removed |Added CC||mjambor at suse dot cz --- Comment

[Bug ipa/108384] error: conversion of register to a different size in ‘view_convert_expr’

2023-01-12 Thread dcb314 at hotmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108384 --- Comment #6 from David Binderman --- (In reply to David Binderman from comment #5) > (In reply to David Binderman from comment #4) > > Meanwhile, I try a bisection. Trying git hash g:0333892db367b2b9 > > Seems good. Trying

[Bug ipa/108384] error: conversion of register to a different size in ‘view_convert_expr’

2023-01-12 Thread dcb314 at hotmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108384 --- Comment #5 from David Binderman --- (In reply to David Binderman from comment #4) > Meanwhile, I try a bisection. Trying git hash g:0333892db367b2b9 Seems good. Trying g:d3328df5f5c9908c

[Bug ipa/108384] error: conversion of register to a different size in ‘view_convert_expr’

2023-01-12 Thread dcb314 at hotmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108384 --- Comment #4 from David Binderman --- (In reply to David Binderman from comment #3) > (In reply to Andrew Pinski from comment #2) > > The code is undefined ... > > > > func_23(l_26[1]); > > > > func_23(struct S0 p_24, struct S0 p_25) > >

[Bug ipa/108384] error: conversion of register to a different size in ‘view_convert_expr’

2023-01-12 Thread dcb314 at hotmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108384 --- Comment #3 from David Binderman --- (In reply to Andrew Pinski from comment #2) > The code is undefined ... > > func_23(l_26[1]); > > func_23(struct S0 p_24, struct S0 p_25) Interesting. It looks like the reduction has not preserved

[Bug ipa/108384] error: conversion of register to a different size in ‘view_convert_expr’

2023-01-12 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108384 Andrew Pinski changed: What|Removed |Added Component|c |ipa CC|