This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/17674] New: gcc generates invalid *.s code.
- From: "pluto at pld-linux dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 26 Sep 2004 05:32:14 -0000
- Subject: [Bug c/17674] New: gcc generates invalid *.s code.
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
http://sources.redhat.com/bugzilla/show_bug.cgi?id=392
.set is used to modify gas intenal modes (not to evaluate expressions)
# gas documentation.
.set {feature}
Enables or disables various assembler features. Using the positive
name of the feature enables while using no{feature} disables.
--
Summary: gcc generates invalid *.s code.
Product: gcc
Version: 3.4.3
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: c
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: pluto at pld-linux dot org
CC: gcc-bugs at gcc dot gnu dot org
GCC build triplet: *-pld-linux
GCC host triplet: *-pld-linux
GCC target triplet: alpha-pld-linux
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17674