public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug java/21428] [3.4/4.0/4.1 Regression] bogus warning: unused parameter 'this'
       [not found] <bug-21428-9521@http.gcc.gnu.org/bugzilla/>
@ 2005-10-30 22:17 ` pinskia at gcc dot gnu dot org
  2006-01-29  0:26 ` [Bug java/21428] [3.4/4.0/4.1/4.2 " pinskia at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 13+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-10-30 22:17 UTC (permalink / raw)
  To: java-prs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P2                          |P5
   Target Milestone|---                         |4.1.0
               Flag|                            |4.1blocker-


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


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

* [Bug java/21428] [3.4/4.0/4.1/4.2 Regression] bogus warning: unused parameter 'this'
       [not found] <bug-21428-9521@http.gcc.gnu.org/bugzilla/>
  2005-10-30 22:17 ` [Bug java/21428] [3.4/4.0/4.1 Regression] bogus warning: unused parameter 'this' pinskia at gcc dot gnu dot org
@ 2006-01-29  0:26 ` pinskia at gcc dot gnu dot org
  2006-01-30 15:40 ` aph at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 13+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-01-29  0:26 UTC (permalink / raw)
  To: java-prs



------- Comment #8 from pinskia at gcc dot gnu dot org  2006-01-29 00:26 -------
Any news on this patch?


-- 


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


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

* [Bug java/21428] [3.4/4.0/4.1/4.2 Regression] bogus warning: unused parameter 'this'
       [not found] <bug-21428-9521@http.gcc.gnu.org/bugzilla/>
  2005-10-30 22:17 ` [Bug java/21428] [3.4/4.0/4.1 Regression] bogus warning: unused parameter 'this' pinskia at gcc dot gnu dot org
  2006-01-29  0:26 ` [Bug java/21428] [3.4/4.0/4.1/4.2 " pinskia at gcc dot gnu dot org
@ 2006-01-30 15:40 ` aph at gcc dot gnu dot org
  2006-01-30 16:25 ` aph at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 13+ messages in thread
From: aph at gcc dot gnu dot org @ 2006-01-30 15:40 UTC (permalink / raw)
  To: java-prs



------- Comment #9 from aph at gcc dot gnu dot org  2006-01-30 15:40 -------
Subject: Bug 21428

Author: aph
Date: Mon Jan 30 15:40:14 2006
New Revision: 110400

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=110400
Log:
2006-01-30  Andrew Haley  <aph@redhat.com>

        PR java/21428
        * parse.y: (source_start_java_method): Mark DECL_ARTIFICIAL("this").


Modified:
    trunk/gcc/java/ChangeLog
    trunk/gcc/java/parse.y


-- 


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


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

* [Bug java/21428] [3.4/4.0/4.1/4.2 Regression] bogus warning: unused parameter 'this'
       [not found] <bug-21428-9521@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2006-01-30 15:40 ` aph at gcc dot gnu dot org
@ 2006-01-30 16:25 ` aph at gcc dot gnu dot org
  2006-01-30 18:05 ` [Bug java/21428] [3.4/4.0 " pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 13+ messages in thread
From: aph at gcc dot gnu dot org @ 2006-01-30 16:25 UTC (permalink / raw)
  To: java-prs



------- Comment #10 from aph at gcc dot gnu dot org  2006-01-30 16:25 -------
Subject: Bug 21428

Author: aph
Date: Mon Jan 30 16:25:40 2006
New Revision: 110402

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=110402
Log:
2006-01-30  Andrew Haley  <aph@redhat.com>

        PR java/21428
        * parse.y (source_start_java_method): Mark DECL_ARTIFICIAL("this").



Modified:
    branches/gcc-4_1-branch/gcc/java/ChangeLog
    branches/gcc-4_1-branch/gcc/java/parse.y


-- 


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


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

* [Bug java/21428] [3.4/4.0 Regression] bogus warning: unused parameter 'this'
       [not found] <bug-21428-9521@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2006-01-30 16:25 ` aph at gcc dot gnu dot org
@ 2006-01-30 18:05 ` pinskia at gcc dot gnu dot org
  2006-03-11  3:21 ` mmitchel at gcc dot gnu dot org
  2006-04-11 18:10 ` [Bug java/21428] [4.0 " aph at gcc dot gnu dot org
  6 siblings, 0 replies; 13+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-01-30 18:05 UTC (permalink / raw)
  To: java-prs



------- Comment #11 from pinskia at gcc dot gnu dot org  2006-01-30 18:05 -------
Fixed for 4.1.0 and 4.2.0 at least.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to fail|                            |3.4.0 4.0.0
      Known to work|                            |4.1.0 4.2.0 3.3.3
            Summary|[3.4/4.0/4.1/4.2 Regression]|[3.4/4.0 Regression] bogus
                   |bogus warning: unused       |warning: unused parameter
                   |parameter 'this'            |'this'
   Target Milestone|4.1.0                       |4.0.3


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


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

* [Bug java/21428] [3.4/4.0 Regression] bogus warning: unused parameter 'this'
       [not found] <bug-21428-9521@http.gcc.gnu.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2006-01-30 18:05 ` [Bug java/21428] [3.4/4.0 " pinskia at gcc dot gnu dot org
@ 2006-03-11  3:21 ` mmitchel at gcc dot gnu dot org
  2006-04-11 18:10 ` [Bug java/21428] [4.0 " aph at gcc dot gnu dot org
  6 siblings, 0 replies; 13+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2006-03-11  3:21 UTC (permalink / raw)
  To: java-prs



-- 

mmitchel at gcc dot gnu dot org changed:

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


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


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

* [Bug java/21428] [4.0 Regression] bogus warning: unused parameter 'this'
       [not found] <bug-21428-9521@http.gcc.gnu.org/bugzilla/>
                   ` (5 preceding siblings ...)
  2006-03-11  3:21 ` mmitchel at gcc dot gnu dot org
@ 2006-04-11 18:10 ` aph at gcc dot gnu dot org
  6 siblings, 0 replies; 13+ messages in thread
From: aph at gcc dot gnu dot org @ 2006-04-11 18:10 UTC (permalink / raw)
  To: java-prs



------- Comment #12 from aph at gcc dot gnu dot org  2006-04-11 18:10 -------
Not worth backporting to 4.0.


-- 

aph at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |WONTFIX


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


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

* [Bug java/21428] [3.4/4.0/4.1 Regression] bogus warning: unused parameter 'this'
  2005-05-06 21:04 [Bug java/21428] New: " kon at iki dot fi
                   ` (4 preceding siblings ...)
  2005-06-30  8:58 ` aph at redhat dot com
@ 2005-08-22  3:30 ` mmitchel at gcc dot gnu dot org
  5 siblings, 0 replies; 13+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2005-08-22  3:30 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From mmitchel at gcc dot gnu dot org  2005-08-22 03:30 -------
Java bugs are not release-critical; removing target milestone.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.1.0                       |---


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


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

* [Bug java/21428] [3.4/4.0/4.1 Regression] bogus warning: unused parameter 'this'
  2005-05-06 21:04 [Bug java/21428] New: " kon at iki dot fi
                   ` (3 preceding siblings ...)
  2005-06-30  5:34 ` tromey at gcc dot gnu dot org
@ 2005-06-30  8:58 ` aph at redhat dot com
  2005-08-22  3:30 ` mmitchel at gcc dot gnu dot org
  5 siblings, 0 replies; 13+ messages in thread
From: aph at redhat dot com @ 2005-06-30  8:58 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From aph at redhat dot com  2005-06-30 08:58 -------
Ah, thanks.  It was a causalty of a hard disk crash I had.

I'll do it once 4.0 is thawed.


-- 


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


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

* [Bug java/21428] [3.4/4.0/4.1 Regression] bogus warning: unused parameter 'this'
  2005-05-06 21:04 [Bug java/21428] New: " kon at iki dot fi
                   ` (2 preceding siblings ...)
  2005-05-26 18:54 ` pinskia at gcc dot gnu dot org
@ 2005-06-30  5:34 ` tromey at gcc dot gnu dot org
  2005-06-30  8:58 ` aph at redhat dot com
  2005-08-22  3:30 ` mmitchel at gcc dot gnu dot org
  5 siblings, 0 replies; 13+ messages in thread
From: tromey at gcc dot gnu dot org @ 2005-06-30  5:34 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From tromey at gcc dot gnu dot org  2005-06-30 05:33 -------
I don't see this in cvs; is there a reason not to check it in?


-- 


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


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

* [Bug java/21428] [3.4/4.0/4.1 Regression] bogus warning: unused parameter 'this'
  2005-05-06 21:04 [Bug java/21428] New: " kon at iki dot fi
  2005-05-06 21:22 ` [Bug java/21428] [3.4/4.0/4.1 Regression] " pinskia at gcc dot gnu dot org
  2005-05-16 13:06 ` aph at gcc dot gnu dot org
@ 2005-05-26 18:54 ` pinskia at gcc dot gnu dot org
  2005-06-30  5:34 ` tromey at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 13+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-05-26 18:54 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-05-26 18:54 -------
Yes this fixes it for me.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |aph at gcc dot gnu dot org
                   |dot org                     |
             Status|WAITING                     |ASSIGNED


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


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

* [Bug java/21428] [3.4/4.0/4.1 Regression] bogus warning: unused parameter 'this'
  2005-05-06 21:04 [Bug java/21428] New: " kon at iki dot fi
  2005-05-06 21:22 ` [Bug java/21428] [3.4/4.0/4.1 Regression] " pinskia at gcc dot gnu dot org
@ 2005-05-16 13:06 ` aph at gcc dot gnu dot org
  2005-05-26 18:54 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 13+ messages in thread
From: aph at gcc dot gnu dot org @ 2005-05-16 13:06 UTC (permalink / raw)
  To: java-prs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |WAITING


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


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

* [Bug java/21428] [3.4/4.0/4.1 Regression] bogus warning: unused parameter 'this'
  2005-05-06 21:04 [Bug java/21428] New: " kon at iki dot fi
@ 2005-05-06 21:22 ` pinskia at gcc dot gnu dot org
  2005-05-16 13:06 ` aph at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 13+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-05-06 21:22 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-05-06 21:22 -------
Lets mark this as a regression then.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |diagnostic
            Summary|bogus warning: unused       |[3.4/4.0/4.1 Regression]
                   |parameter 'this'            |bogus warning: unused
                   |                            |parameter 'this'
   Target Milestone|---                         |4.1.0


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


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

end of thread, other threads:[~2006-04-11 18:10 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-21428-9521@http.gcc.gnu.org/bugzilla/>
2005-10-30 22:17 ` [Bug java/21428] [3.4/4.0/4.1 Regression] bogus warning: unused parameter 'this' pinskia at gcc dot gnu dot org
2006-01-29  0:26 ` [Bug java/21428] [3.4/4.0/4.1/4.2 " pinskia at gcc dot gnu dot org
2006-01-30 15:40 ` aph at gcc dot gnu dot org
2006-01-30 16:25 ` aph at gcc dot gnu dot org
2006-01-30 18:05 ` [Bug java/21428] [3.4/4.0 " pinskia at gcc dot gnu dot org
2006-03-11  3:21 ` mmitchel at gcc dot gnu dot org
2006-04-11 18:10 ` [Bug java/21428] [4.0 " aph at gcc dot gnu dot org
2005-05-06 21:04 [Bug java/21428] New: " kon at iki dot fi
2005-05-06 21:22 ` [Bug java/21428] [3.4/4.0/4.1 Regression] " pinskia at gcc dot gnu dot org
2005-05-16 13:06 ` aph at gcc dot gnu dot org
2005-05-26 18:54 ` pinskia at gcc dot gnu dot org
2005-06-30  5:34 ` tromey at gcc dot gnu dot org
2005-06-30  8:58 ` aph at redhat dot com
2005-08-22  3:30 ` 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).