[Bug c++/50660] warning about pass NULL to non pointer argument happens twice

2011-10-10 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50660 Paolo Carlini changed: What|Removed |Added Status|ASSIGNED|RESOLVED CC|jason at gcc

[Bug c++/50660] warning about pass NULL to non pointer argument happens twice

2011-10-10 Thread paolo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50660 --- Comment #7 from paolo at gcc dot gnu.org 2011-10-11 01:28:37 UTC --- Author: paolo Date: Tue Oct 11 01:28:34 2011 New Revision: 179779 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=179779 Log: 2011-10-10 Paolo Carlini PR c++/

[Bug c++/50660] warning about pass NULL to non pointer argument happens twice

2011-10-09 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50660 Paolo Carlini changed: What|Removed |Added Summary|warning about pass NULL to |warning about pass NULL to

[Bug c++/50660] warning about pass NULL to non pointer argument happens twice for template function call

2011-10-09 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50660 Paolo Carlini changed: What|Removed |Added Status|NEW |ASSIGNED AssignedTo|unassigned at

[Bug c++/50660] warning about pass NULL to non pointer argument happens twice for template function call

2011-10-07 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50660 Paolo Carlini changed: What|Removed |Added CC||jason at gcc dot gnu.org --- Comment #4 f

[Bug c++/50660] warning about pass NULL to non pointer argument happens twice for template function call

2011-10-07 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50660 --- Comment #3 from Paolo Carlini 2011-10-07 18:57:12 UTC --- I guess we can avoid the , just use __null.

[Bug c++/50660] warning about pass NULL to non pointer argument happens twice for template function call

2011-10-07 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50660 Paolo Carlini changed: What|Removed |Added Severity|trivial |normal

[Bug c++/50660] warning about pass NULL to non pointer argument happens twice for template function call

2011-10-07 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50660 Andrew Pinski changed: What|Removed |Added Keywords||diagnostic Status|WAITING