This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/48778] gcc 4.6 -Waddress adds unhelpful new warning case when using from a macro
- From: "pinskia at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sat, 23 Jul 2011 22:39:00 +0000
- Subject: [Bug c/48778] gcc 4.6 -Waddress adds unhelpful new warning case when using from a macro
- Auto-submitted: auto-generated
- References: <bug-48778-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48778
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |diagnostic
Summary|gcc 4.6 -Waddress adds |gcc 4.6 -Waddress adds
|unhelpful new warning case |unhelpful new warning case
| |when using from a macro
--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> 2011-07-23 22:38:54 UTC ---
Maybe we should disable some warnings when they come from macros. Or have an
option to do that.