public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/21422] New: [4.0/4.1 Regression] Accepts writting to const via asm
@ 2005-05-06 14:55 pinskia at gcc dot gnu dot org
  2005-05-06 14:56 ` [Bug c++/21422] " pinskia at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-05-06 14:55 UTC (permalink / raw)
  To: gcc-bugs

Like PR 21419 but for C++:
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, diagnostic
          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=21422


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2005-09-25 12:36 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-05-06 14:55 [Bug c++/21422] New: [4.0/4.1 Regression] Accepts writting to const via asm pinskia at gcc dot gnu dot org
2005-05-06 14:56 ` [Bug c++/21422] " pinskia at gcc dot gnu dot org
2005-05-09 20:47 ` pinskia at gcc dot gnu dot org
2005-07-08  1:41 ` mmitchel at gcc dot gnu dot org
2005-09-25 12:36 ` bonzini at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).