[Bug c/17674] gcc generates invalid *.s code.
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Sun Sep 26 05:43:00 GMT 2004
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-09-26 05:43 -------
SET_ASM_OP is not defined for linux or alpha-linux, you must have a local patch installed.
And ASM_OUTPUT_DEF is defined as:
#define ASM_OUTPUT_DEF(FILE, ALIAS, NAME) \
do { \
assemble_name(FILE, ALIAS); \
fputs(" = ", FILE); \
assemble_name(FILE, NAME); \
fputc('\n', FILE); \
} while (0)
Which is what you said it should be.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |WAITING
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17674
More information about the Gcc-bugs
mailing list