[Bug middle-end/21014] read-rtl.c:670: warning: missing sentinel in function call

2019-02-09 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=21014 John David Anglin changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug middle-end/21014] read-rtl.c:670: warning: missing sentinel in function call

2019-02-06 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=21014 --- Comment #6 from Eric Gallager --- (In reply to dave from comment #5) > Subject: Re: read-rtl.c:670: warning: missing sentinel in function call > > > result = concat ("(", cond1, ") && (", cond2, ")", NULL); > > > > > > Looks like

[Bug middle-end/21014] read-rtl.c:670: warning: missing sentinel in function call

2005-04-15 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Additional Comments From dave at hiauly1 dot hia dot nrc dot ca 2005-04-15 22:10 --- Subject: Re: read-rtl.c:670: warning: missing sentinel in function call result = concat ((, cond1, ) (, cond2, ), NULL); Looks like someone forgot the cast. (well in most of the time

[Bug middle-end/21014] read-rtl.c:670: warning: missing sentinel in function call

2005-04-13 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-14 00:30 --- result = concat ((, cond1, ) (, cond2, ), NULL); Looks like someone forgot the cast. (well in most of the time there is a cast, oh well). -- What|Removed |Added

[Bug middle-end/21014] read-rtl.c:670: warning: missing sentinel in function call

2005-04-13 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Additional Comments From dave at hiauly1 dot hia dot nrc dot ca 2005-04-14 00:46 --- Subject: Re: read-rtl.c:670: warning: missing sentinel in function call result = concat ((, cond1, ) (, cond2, ), NULL); Looks like someone forgot the cast. (well in most of the time

[Bug middle-end/21014] read-rtl.c:670: warning: missing sentinel in function call

2005-04-13 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Additional Comments From dave at hiauly1 dot hia dot nrc dot ca 2005-04-14 00:58 --- Subject: Re: read-rtl.c:670: warning: missing sentinel in function call result = concat ((, cond1, ) (, cond2, ), NULL); Looks like someone forgot the cast. (well in most of the time