[Bug c/21419] New: [4.0/4.1 Regression] Accepts writting to const via asm

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Fri May 6 14:43:00 GMT 2005


The following code is accepted now in 4.0.0 and above but should not be:
void sigaddset(const int set)
{
        __asm__("" : "=m"(set) );
}

-- 
           Summary: [4.0/4.1 Regression] Accepts writting to const via asm
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Keywords: accepts-invalid
          Severity: normal
          Priority: P2
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: pinskia at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21419



More information about the Gcc-bugs mailing list