This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c/17674] New: gcc generates invalid *.s code.


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]