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

* [Bug c++/21422] [4.0/4.1 Regression] Accepts writting to const via asm
  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 ` pinskia at gcc dot gnu dot org
  2005-05-09 20:47 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-05-06 14:56 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to fail|                            |4.0.0 4.1.0
      Known to work|                            |3.4.0 3.3.3
   Target Milestone|---                         |4.0.1


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


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

* [Bug c++/21422] [4.0/4.1 Regression] Accepts writting to const via asm
  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
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-05-09 20:47 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-05-09 20:47 -------
: Search converges between 2004-05-11-trunk (#454) and 2004-05-14-trunk (#455).
Again since the tree-ssa was merged in.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2005-05-09 20:47:18
               date|                            |


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


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

* [Bug c++/21422] [4.0/4.1 Regression] Accepts writting to const via asm
  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
  3 siblings, 0 replies; 5+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2005-07-08  1:41 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.0.1                       |4.0.2


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


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

* [Bug c++/21422] [4.0/4.1 Regression] Accepts writting to const via asm
  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
                   ` (2 preceding siblings ...)
  2005-07-08  1:41 ` mmitchel at gcc dot gnu dot org
@ 2005-09-25 12:36 ` bonzini at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: bonzini at gcc dot gnu dot org @ 2005-09-25 12:36 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From bonzini at gcc dot gnu dot org  2005-09-25 12:36 -------
This can be diagnosed in the middle-end, so it would work for C and C++ the same.

*** This bug has been marked as a duplicate of 21419 ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |DUPLICATE


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).