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

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


^ permalink raw reply	[flat|nested] 21+ messages in thread
[parent not found: <bug-21419-6528@http.gcc.gnu.org/bugzilla/>]

end of thread, other threads:[~2005-10-05 13:40 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-05-06 14:43 [Bug c/21419] New: [4.0/4.1 Regression] Accepts writting to const via asm pinskia at gcc dot gnu dot org
2005-05-06 14:46 ` [Bug c/21419] " pinskia at gcc dot gnu dot org
2005-05-06 14:48 ` pinskia at gcc dot gnu dot org
2005-05-06 14:56 ` pinskia at gcc dot gnu dot org
2005-05-06 14:57 ` pinskia at gcc dot gnu dot org
2005-05-09 20:46 ` pinskia at gcc dot gnu dot org
2005-07-08  1:37 ` mmitchel at gcc dot gnu dot org
2005-09-25 12:37 ` bonzini at gcc dot gnu dot org
2005-09-25 12:37 ` bonzini at gcc dot gnu dot org
2005-09-25 12:41 ` bonzini at gcc dot gnu dot org
2005-09-25 12:41 ` bonzini at gcc dot gnu dot org
2005-09-27 15:59 ` mmitchel at gcc dot gnu dot org
2005-09-29 14:53 ` cvs-commit at gcc dot gnu dot org
2005-09-29 16:20 ` [Bug c/21419] [4.0 " pinskia at gcc dot gnu dot org
2005-09-30  8:51 ` bonzini at gcc dot gnu dot org
2005-09-30  8:54 ` cvs-commit at gcc dot gnu dot org
     [not found] <bug-21419-6528@http.gcc.gnu.org/bugzilla/>
2005-10-04 11:12 ` bonzini at gcc dot gnu dot org
2005-10-04 16:53 ` bonzini at gcc dot gnu dot org
2005-10-05 12:17 ` cvs-commit at gcc dot gnu dot org
2005-10-05 12:19 ` bonzini at gcc dot gnu dot org
2005-10-05 13:40 ` cvs-commit 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).