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; 7+ 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] 7+ 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; 7+ 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] 7+ 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; 7+ 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] 7+ 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; 7+ 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] 7+ 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; 7+ 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] 7+ 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; 7+ 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] 7+ 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; 7+ 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] 7+ messages in thread

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

Thread overview: 7+ 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

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