public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug objc/31056] objc bogus warning when using const
       [not found] <bug-31056-4@http.gcc.gnu.org/bugzilla/>
@ 2010-11-20 14:02 ` nicola at gcc dot gnu.org
  2010-11-22 19:34 ` nicola at gcc dot gnu.org
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 9+ messages in thread
From: nicola at gcc dot gnu.org @ 2010-11-20 14:02 UTC (permalink / raw)
  To: gcc-bugs

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

Nicola Pero <nicola at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nicola at gcc dot gnu.org

--- Comment #1 from Nicola Pero <nicola at gcc dot gnu.org> 2010-11-20 12:23:48 UTC ---
Thomas

the link to the preprocessed source no longer works. :-(

Would you have a copy of the preprocessed source (or an example snippet of code
that fails) ?

Thanks


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

* [Bug objc/31056] objc bogus warning when using const
       [not found] <bug-31056-4@http.gcc.gnu.org/bugzilla/>
  2010-11-20 14:02 ` [Bug objc/31056] objc bogus warning when using const nicola at gcc dot gnu.org
@ 2010-11-22 19:34 ` nicola at gcc dot gnu.org
  2010-11-22 20:37 ` icicle at cg dot tuwien.ac.at
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 9+ messages in thread
From: nicola at gcc dot gnu.org @ 2010-11-22 19:34 UTC (permalink / raw)
  To: gcc-bugs

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

Nicola Pero <nicola at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING
   Last reconfirmed|                            |2010.11.22 19:31:58
     Ever Confirmed|0                           |1


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

* [Bug objc/31056] objc bogus warning when using const
       [not found] <bug-31056-4@http.gcc.gnu.org/bugzilla/>
  2010-11-20 14:02 ` [Bug objc/31056] objc bogus warning when using const nicola at gcc dot gnu.org
  2010-11-22 19:34 ` nicola at gcc dot gnu.org
@ 2010-11-22 20:37 ` icicle at cg dot tuwien.ac.at
  2010-11-23 23:55 ` nicola at gcc dot gnu.org
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 9+ messages in thread
From: icicle at cg dot tuwien.ac.at @ 2010-11-22 20:37 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Thomas Gamper <icicle at cg dot tuwien.ac.at> 2010-11-22 20:27:22 UTC ---
Hi Nicola,
I am sorry, but I had to remove the preprocessed source due to to copyright
reasons. OTOH it would not have been helpful, since it wasn't a distilled
testcase. Additionally, I am not working with that code base anymore, so I do
not know if the bug is still there. Usually I myself do not use 'const' in
ObjectiveC source, but that's due to lack of knowledge about it's semantics (if
there are any?). But since you are back working on the objc frontend in gcc I
will start again to file bug reports (at least in the case I encounter any).

Thanks,
Thomas


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

* [Bug objc/31056] objc bogus warning when using const
       [not found] <bug-31056-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2010-11-22 20:37 ` icicle at cg dot tuwien.ac.at
@ 2010-11-23 23:55 ` nicola at gcc dot gnu.org
  2010-11-23 23:58 ` nicola at gcc dot gnu.org
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 9+ messages in thread
From: nicola at gcc dot gnu.org @ 2010-11-23 23:55 UTC (permalink / raw)
  To: gcc-bugs

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

Nicola Pero <nicola at gcc dot gnu.org> changed:

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

--- Comment #3 from Nicola Pero <nicola at gcc dot gnu.org> 2010-11-23 23:51:54 UTC ---
I have been able to construct a testcase myself.  I'll attach it.

Thanks


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

* [Bug objc/31056] objc bogus warning when using const
       [not found] <bug-31056-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2010-11-23 23:55 ` nicola at gcc dot gnu.org
@ 2010-11-23 23:58 ` nicola at gcc dot gnu.org
  2010-11-24  0:25 ` nicola at gcc dot gnu.org
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 9+ messages in thread
From: nicola at gcc dot gnu.org @ 2010-11-23 23:58 UTC (permalink / raw)
  To: gcc-bugs

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

Nicola Pero <nicola at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot       |nicola at gcc dot gnu.org
                   |gnu.org                     |
   Target Milestone|---                         |4.6.0


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

* [Bug objc/31056] objc bogus warning when using const
       [not found] <bug-31056-4@http.gcc.gnu.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2010-11-23 23:58 ` nicola at gcc dot gnu.org
@ 2010-11-24  0:25 ` nicola at gcc dot gnu.org
  2011-03-25 19:59 ` jakub at gcc dot gnu.org
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 9+ messages in thread
From: nicola at gcc dot gnu.org @ 2010-11-24  0:25 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from Nicola Pero <nicola at gcc dot gnu.org> 2010-11-23 23:54:06 UTC ---
Created attachment 22503
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22503
Testcase constructed by Nicola, showing the problem


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

* [Bug objc/31056] objc bogus warning when using const
       [not found] <bug-31056-4@http.gcc.gnu.org/bugzilla/>
                   ` (5 preceding siblings ...)
  2010-11-24  0:25 ` nicola at gcc dot gnu.org
@ 2011-03-25 19:59 ` jakub at gcc dot gnu.org
  2011-03-25 22:01 ` nicola at gcc dot gnu.org
  2011-04-28 16:25 ` rguenth at gcc dot gnu.org
  8 siblings, 0 replies; 9+ messages in thread
From: jakub at gcc dot gnu.org @ 2011-03-25 19:59 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.6.0                       |4.6.1

--- Comment #5 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-03-25 19:52:40 UTC ---
GCC 4.6.0 is being released, adjusting target milestone.


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

* [Bug objc/31056] objc bogus warning when using const
       [not found] <bug-31056-4@http.gcc.gnu.org/bugzilla/>
                   ` (6 preceding siblings ...)
  2011-03-25 19:59 ` jakub at gcc dot gnu.org
@ 2011-03-25 22:01 ` nicola at gcc dot gnu.org
  2011-04-28 16:25 ` rguenth at gcc dot gnu.org
  8 siblings, 0 replies; 9+ messages in thread
From: nicola at gcc dot gnu.org @ 2011-03-25 22:01 UTC (permalink / raw)
  To: gcc-bugs

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

Nicola Pero <nicola at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.6.1                       |4.7.0

--- Comment #6 from Nicola Pero <nicola at gcc dot gnu.org> 2011-03-25 21:02:18 UTC ---
I don't expect this to be fixed in 4.6.x; I may work on it for 4.7.0, but I
expect that the changes required won't be trivial.

So I'm adjusting the target milestone.

Of course, if someone else volunteers to fix it in the 4.6.x release line,
please feel free to adjust the target.

Thanks


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

* [Bug objc/31056] objc bogus warning when using const
       [not found] <bug-31056-4@http.gcc.gnu.org/bugzilla/>
                   ` (7 preceding siblings ...)
  2011-03-25 22:01 ` nicola at gcc dot gnu.org
@ 2011-04-28 16:25 ` rguenth at gcc dot gnu.org
  8 siblings, 0 replies; 9+ messages in thread
From: rguenth at gcc dot gnu.org @ 2011-04-28 16:25 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Guenther <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.7.0                       |---


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

end of thread, other threads:[~2011-04-28 16:25 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-31056-4@http.gcc.gnu.org/bugzilla/>
2010-11-20 14:02 ` [Bug objc/31056] objc bogus warning when using const nicola at gcc dot gnu.org
2010-11-22 19:34 ` nicola at gcc dot gnu.org
2010-11-22 20:37 ` icicle at cg dot tuwien.ac.at
2010-11-23 23:55 ` nicola at gcc dot gnu.org
2010-11-23 23:58 ` nicola at gcc dot gnu.org
2010-11-24  0:25 ` nicola at gcc dot gnu.org
2011-03-25 19:59 ` jakub at gcc dot gnu.org
2011-03-25 22:01 ` nicola at gcc dot gnu.org
2011-04-28 16:25 ` rguenth at gcc dot gnu.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).