This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Patch ping
- From: Ian Lance Taylor <ian at airs dot com>
- To: gcc-patches at gcc dot gnu dot org
- Cc: cgf at gcc dot gnu dot org, dannysmith at users dot sourceforge dot net
- Date: 04 Apr 2005 11:13:43 -0400
- Subject: Patch ping
Patch ping:
http://gcc.gnu.org/ml/gcc-patches/2005-03/msg02460.html
This is a patch to the Windows code to fix PR 9963. The current code
uses TREE_ASM_WRITTEN without ever setting it. My proposed patch
tests TREE_ASM_WRITTEN on a decl rather than a string.
Thanks to Danny Smith for testing the patch.
Ian