[Bug c/82435] new __attribute__((alias)) warning gets in the way

2017-10-13 Thread arnd at linaro dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82435 --- Comment #10 from Arnd Bergmann --- I get a clean kernel build now with that option, thanks a lot for your help!

[Bug c/82435] new __attribute__((alias)) warning gets in the way

2017-10-12 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82435 Martin Sebor changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c/82435] new __attribute__((alias)) warning gets in the way

2017-10-12 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82435 --- Comment #8 from Martin Sebor --- Author: msebor Date: Thu Oct 12 17:37:56 2017 New Revision: 253688 URL: https://gcc.gnu.org/viewcvs?rev=253688&root=gcc&view=rev Log: PR c/82301 - Updated test case g++.dg/ext/attr-ifunc-1.C (and others) in r

[Bug c/82435] new __attribute__((alias)) warning gets in the way

2017-10-11 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82435 Martin Sebor changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned at

[Bug c/82435] new __attribute__((alias)) warning gets in the way

2017-10-06 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82435 Martin Sebor changed: What|Removed |Added Status|WAITING |NEW --- Comment #6 from Martin Sebor ---

[Bug c/82435] new __attribute__((alias)) warning gets in the way

2017-10-06 Thread arnd at linaro dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82435 --- Comment #5 from Arnd Bergmann --- (In reply to Bernd Edlinger from comment #4) > Arnd, excuse me for possibly silly question. > > Why is it necessary to have > sys_bla(with correct paramters) > and > SyS_bla(with generic parameters) > > On

[Bug c/82435] new __attribute__((alias)) warning gets in the way

2017-10-06 Thread bernd.edlinger at hotmail dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82435 Bernd Edlinger changed: What|Removed |Added CC||bernd.edlinger at hotmail dot de --- C

[Bug c/82435] new __attribute__((alias)) warning gets in the way

2017-10-05 Thread arnd at linaro dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82435 --- Comment #3 from Arnd Bergmann --- (In reply to Martin Sebor from comment #1) > The warning can be selectively suppressed by declaring the alias to have no > prototype, e.g., like so: > > int bar (int i) { return 0; } > int foo () __attri

[Bug c/82435] new __attribute__((alias)) warning gets in the way

2017-10-05 Thread joseph at codesourcery dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82435 --- Comment #2 from joseph at codesourcery dot com --- In my view, a separate option for this warning rather than -Wincompatible-pointer-types would be best (as it's much more likely people will want to disable this warning than that they will

[Bug c/82435] new __attribute__((alias)) warning gets in the way

2017-10-05 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82435 Martin Sebor changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|