public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/21312] [3.4/4.0/4.1 Regression] Access violation diagnostic given twice
  2005-05-01  3:32 [Bug c++/21312] New: [3.4/4.0/4.1 Regression] Access violation diagnostic given twice pinskia at gcc dot gnu dot org
@ 2005-05-01  3:32 ` pinskia at gcc dot gnu dot org
  2005-05-01  3:32 ` pinskia at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 13+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-05-01  3:32 UTC (permalink / raw)
  To: gcc-bugs



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


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


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

* [Bug c++/21312] [3.4/4.0/4.1 Regression] Access violation diagnostic given twice
  2005-05-01  3:32 [Bug c++/21312] New: [3.4/4.0/4.1 Regression] Access violation diagnostic given twice pinskia at gcc dot gnu dot org
  2005-05-01  3:32 ` [Bug c++/21312] " pinskia at gcc dot gnu dot org
@ 2005-05-01  3:32 ` pinskia at gcc dot gnu dot org
  2005-05-01 14:25 ` redi at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 13+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-05-01  3:32 UTC (permalink / raw)
  To: gcc-bugs



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


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


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

* [Bug c++/21312] New: [3.4/4.0/4.1 Regression] Access violation diagnostic given twice
@ 2005-05-01  3:32 pinskia at gcc dot gnu dot org
  2005-05-01  3:32 ` [Bug c++/21312] " pinskia at gcc dot gnu dot org
                   ` (9 more replies)
  0 siblings, 10 replies; 13+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-05-01  3:32 UTC (permalink / raw)
  To: gcc-bugs

Like PR 19375, the following code gives the diagnostic twice:
class A {
private:
    int i;
};
class B : public A {
};
class C : public B {
public:
    void f() { A::i = 0; }
};

-- 
           Summary: [3.4/4.0/4.1 Regression] Access violation diagnostic
                    given twice
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Keywords: 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=21312


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

* [Bug c++/21312] [3.4/4.0/4.1 Regression] Access violation diagnostic given twice
  2005-05-01  3:32 [Bug c++/21312] New: [3.4/4.0/4.1 Regression] Access violation diagnostic given twice pinskia at gcc dot gnu dot org
  2005-05-01  3:32 ` [Bug c++/21312] " pinskia at gcc dot gnu dot org
  2005-05-01  3:32 ` pinskia at gcc dot gnu dot org
@ 2005-05-01 14:25 ` redi at gcc dot gnu dot org
  2005-05-08  8:12 ` lerdsuwa at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 13+ messages in thread
From: redi at gcc dot gnu dot org @ 2005-05-01 14:25 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |redi at gcc dot gnu dot org


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


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

* [Bug c++/21312] [3.4/4.0/4.1 Regression] Access violation diagnostic given twice
  2005-05-01  3:32 [Bug c++/21312] New: [3.4/4.0/4.1 Regression] Access violation diagnostic given twice pinskia at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2005-05-01 14:25 ` redi at gcc dot gnu dot org
@ 2005-05-08  8:12 ` lerdsuwa at gcc dot gnu dot org
  2005-05-08  8:13 ` lerdsuwa at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 13+ messages in thread
From: lerdsuwa at gcc dot gnu dot org @ 2005-05-08  8:12 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From lerdsuwa at gcc dot gnu dot org  2005-05-08 08:12 -------
Confirmed

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2005-05-08 08:12:29
               date|                            |


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


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

* [Bug c++/21312] [3.4/4.0/4.1 Regression] Access violation diagnostic given twice
  2005-05-01  3:32 [Bug c++/21312] New: [3.4/4.0/4.1 Regression] Access violation diagnostic given twice pinskia at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2005-05-08  8:12 ` lerdsuwa at gcc dot gnu dot org
@ 2005-05-08  8:13 ` lerdsuwa at gcc dot gnu dot org
  2005-05-14 12:00 ` lerdsuwa at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 13+ messages in thread
From: lerdsuwa at gcc dot gnu dot org @ 2005-05-08  8:13 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From lerdsuwa at gcc dot gnu dot org  2005-05-08 08:13 -------
Got it

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |lerdsuwa at gcc dot gnu dot
                   |dot org                     |org
             Status|NEW                         |ASSIGNED


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


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

* [Bug c++/21312] [3.4/4.0/4.1 Regression] Access violation diagnostic given twice
  2005-05-01  3:32 [Bug c++/21312] New: [3.4/4.0/4.1 Regression] Access violation diagnostic given twice pinskia at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2005-05-08  8:13 ` lerdsuwa at gcc dot gnu dot org
@ 2005-05-14 12:00 ` lerdsuwa at gcc dot gnu dot org
  2005-05-19 17:22 ` mmitchel at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 13+ messages in thread
From: lerdsuwa at gcc dot gnu dot org @ 2005-05-14 12:00 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From lerdsuwa at gcc dot gnu dot org  2005-05-14 12:00 -------
Patch for 4.1 submitted:
  http://gcc.gnu.org/ml/gcc-patches/2005-05/msg01322.html
It requires another patch from me:
  http://gcc.gnu.org/ml/gcc-patches/2005-05/msg01320.html

Won't fix in 3.4.  A stripped down version is possible for 4.0
(adding ACCESS tree node, only used in enforce_access
and not in semantics.c and parser.c).

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |patch


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


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

* [Bug c++/21312] [3.4/4.0/4.1 Regression] Access violation diagnostic given twice
  2005-05-01  3:32 [Bug c++/21312] New: [3.4/4.0/4.1 Regression] Access violation diagnostic given twice pinskia at gcc dot gnu dot org
                   ` (5 preceding siblings ...)
  2005-05-14 12:00 ` lerdsuwa at gcc dot gnu dot org
@ 2005-05-19 17:22 ` mmitchel at gcc dot gnu dot org
  2005-06-07 14:57 ` lerdsuwa at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 13+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2005-05-19 17:22 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|3.4.4                       |3.4.5


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


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

* [Bug c++/21312] [3.4/4.0/4.1 Regression] Access violation diagnostic given twice
  2005-05-01  3:32 [Bug c++/21312] New: [3.4/4.0/4.1 Regression] Access violation diagnostic given twice pinskia at gcc dot gnu dot org
                   ` (6 preceding siblings ...)
  2005-05-19 17:22 ` mmitchel at gcc dot gnu dot org
@ 2005-06-07 14:57 ` lerdsuwa at gcc dot gnu dot org
  2005-07-22 21:12 ` pinskia at gcc dot gnu dot org
  2005-09-27 15:55 ` mmitchel at gcc dot gnu dot org
  9 siblings, 0 replies; 13+ messages in thread
From: lerdsuwa at gcc dot gnu dot org @ 2005-06-07 14:57 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From lerdsuwa at gcc dot gnu dot org  2005-06-07 14:57 -------
Patch withdrawn due to overlooking default function argument and default
template argument. No nice solution is found yet.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|lerdsuwa at gcc dot gnu dot |unassigned at gcc dot gnu
                   |org                         |dot org
             Status|ASSIGNED                    |NEW
           Keywords|patch                       |


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


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

* [Bug c++/21312] [3.4/4.0/4.1 Regression] Access violation diagnostic given twice
  2005-05-01  3:32 [Bug c++/21312] New: [3.4/4.0/4.1 Regression] Access violation diagnostic given twice pinskia at gcc dot gnu dot org
                   ` (7 preceding siblings ...)
  2005-06-07 14:57 ` lerdsuwa at gcc dot gnu dot org
@ 2005-07-22 21:12 ` pinskia at gcc dot gnu dot org
  2005-09-27 15:55 ` mmitchel at gcc dot gnu dot org
  9 siblings, 0 replies; 13+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-07-22 21:12 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-07-22 21:12 -------
Moving to 4.0.2 pre Mark.

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


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


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

* [Bug c++/21312] [3.4/4.0/4.1 Regression] Access violation diagnostic given twice
  2005-05-01  3:32 [Bug c++/21312] New: [3.4/4.0/4.1 Regression] Access violation diagnostic given twice pinskia at gcc dot gnu dot org
                   ` (8 preceding siblings ...)
  2005-07-22 21:12 ` pinskia at gcc dot gnu dot org
@ 2005-09-27 15:55 ` mmitchel at gcc dot gnu dot org
  9 siblings, 0 replies; 13+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2005-09-27 15:55 UTC (permalink / raw)
  To: gcc-bugs



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


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


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

* [Bug c++/21312] [3.4/4.0/4.1 Regression] Access violation diagnostic given twice
       [not found] <bug-21312-6528@http.gcc.gnu.org/bugzilla/>
  2005-10-13 19:24 ` pinskia at gcc dot gnu dot org
@ 2005-10-31  3:13 ` mmitchel at gcc dot gnu dot org
  1 sibling, 0 replies; 13+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2005-10-31  3:13 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from mmitchel at gcc dot gnu dot org  2005-10-31 03:13 -------
Yes, we should fix this -- but it's never going to be release critical.


-- 

mmitchel at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P2                          |P5


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


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

* [Bug c++/21312] [3.4/4.0/4.1 Regression] Access violation diagnostic given twice
       [not found] <bug-21312-6528@http.gcc.gnu.org/bugzilla/>
@ 2005-10-13 19:24 ` pinskia at gcc dot gnu dot org
  2005-10-31  3:13 ` mmitchel at gcc dot gnu dot org
  1 sibling, 0 replies; 13+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-10-13 19:24 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |trivial


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


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

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

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-05-01  3:32 [Bug c++/21312] New: [3.4/4.0/4.1 Regression] Access violation diagnostic given twice pinskia at gcc dot gnu dot org
2005-05-01  3:32 ` [Bug c++/21312] " pinskia at gcc dot gnu dot org
2005-05-01  3:32 ` pinskia at gcc dot gnu dot org
2005-05-01 14:25 ` redi at gcc dot gnu dot org
2005-05-08  8:12 ` lerdsuwa at gcc dot gnu dot org
2005-05-08  8:13 ` lerdsuwa at gcc dot gnu dot org
2005-05-14 12:00 ` lerdsuwa at gcc dot gnu dot org
2005-05-19 17:22 ` mmitchel at gcc dot gnu dot org
2005-06-07 14:57 ` lerdsuwa at gcc dot gnu dot org
2005-07-22 21:12 ` pinskia at gcc dot gnu dot org
2005-09-27 15:55 ` mmitchel at gcc dot gnu dot org
     [not found] <bug-21312-6528@http.gcc.gnu.org/bugzilla/>
2005-10-13 19:24 ` pinskia at gcc dot gnu dot org
2005-10-31  3:13 ` mmitchel 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).