[Bug c/81404] suggested hints for standard C macros should avoid GCC predefined macros

2017-11-20 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81404 --- Comment #6 from David Malcolm --- Author: dmalcolm Date: Tue Nov 21 00:50:39 2017 New Revision: 254980 URL: https://gcc.gnu.org/viewcvs?rev=254980=gcc=rev Log: C/C++: more stdlib header hints (PR c/81404) This patch extends the C

[Bug c/81404] suggested hints for standard C macros should avoid GCC predefined macros

2017-11-20 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81404 David Malcolm changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c/81404] suggested hints for standard C macros should avoid GCC predefined macros

2017-10-17 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81404 --- Comment #5 from David Malcolm --- Candidate patch: https://gcc.gnu.org/ml/gcc-patches/2017-10/msg01083.html

[Bug c/81404] suggested hints for standard C macros should avoid GCC predefined macros

2017-10-13 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81404 David Malcolm changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned

[Bug c/81404] suggested hints for standard C macros should avoid GCC predefined macros

2017-10-11 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81404 --- Comment #3 from Martin Sebor --- Agreed with comment #2 for reserved symbols that have non-reserved counterparts (such as INT_MAX). (If the set of non-reserved symbols changes depending on options, e.g., with -std=c11 vs earlier modes, it

[Bug c/81404] suggested hints for standard C macros should avoid GCC predefined macros

2017-10-11 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81404 --- Comment #2 from Andreas Schwab --- Probably all reserved identifiers should be discuraged for fixit hints.

[Bug c/81404] suggested hints for standard C macros should avoid GCC predefined macros

2017-10-11 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81404 David Malcolm changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|