public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug objc/27377] [4.3/4.4 Regression] false compiler warnings generated in Objective-C code
       [not found] <bug-27377-4@http.gcc.gnu.org/bugzilla/>
@ 2010-09-27 19:58 ` nicola at gcc dot gnu.org
  0 siblings, 0 replies; 5+ messages in thread
From: nicola at gcc dot gnu.org @ 2010-09-27 19:58 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #13 from Nicola Pero <nicola at gcc dot gnu.org> 2010-09-27 18:04:14 UTC ---
Author: nicola
Date: Mon Sep 27 18:04:09 2010
New Revision: 164655

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=164655
Log:
In gcc/:
2010-09-27  Nicola Pero  <nicola.pero@meta-innovation.com>

        Merge from 'apple/trunk' branch on FSF servers.  Removed small
        change in build_conditional_expr that had been added when fixing
        PR objc/27377 and which did the same check in a less complete way.

        2005-12-15  Fariborz Jahanian <fjahanian@apple.com>

        Radar 4229905
        * c-typeck.c (build_conditional_expr): Call objc_have_common_type when
        looking for objective-c common pointer types.

        2005-06-22  Ziemowit Laski  <zlaski@apple.com>

        Radar 4154928
        * c-typeck.c (build_conditional_expr): For two ObjC pointer types,
        use their ObjC common type.

In gcc/c-family:
2010-09-27  Nicola Pero  <nicola.pero@meta-innovation.com>

        Merge from 'apple/trunk' branch on FSF servers.

        2005-12-15  Fariborz Jahanian <fjahanian@apple.com>

        Radar 4229905
        * c-common.h (objc_have_common_type): New declaration.
        * stub-objc.c (objc_have_common_type): New stub.

        2005-06-22  Ziemowit Laski  <zlaski@apple.com>

        Radar 4154928
        * c-common.h (objc_common_type): New prototype.
        * stub-objc.c (objc_common_type): New stub.

In gcc/objc/:
2010-09-27  Nicola Pero  <nicola.pero@meta-innovation.com>

        Merge from 'apple/trunk' branch on FSF servers.

        2005-12-15  Fariborz Jahanian <fjahanian@apple.com>

        Radar 4229905
        * objc-act.c (objc_have_common_types): New function.

        2005-06-22  Ziemowit Laski  <zlaski@apple.com>

        Radar 4154928
        * objc-act.c (objc_common_type): New function.

In gcc/cp/:
2010-09-27  Nicola Pero  <nicola.pero@meta-innovation.com>

        Merge from apple/trunk branch on FSF servers:

        2005-12-15  Fariborz Jahanian <fjahanian@apple.com>

        Radar 4229905
        * typeck.c (composite_pointer_type): Call objc_have_common_type
        when comparing two objective-c pointer types.

        2005-06-22  Ziemowit Laski  <zlaski@apple.com>

        Radar 4154928
        * call.c (standard_conversion): Allow for a pointer conversion
        between any two ObjC pointer types.
        * typeck.c (composite_pointer_type): Determine common type
        for two ObjC pointer types.

In gcc/testsuite/:
2010-09-27  Nicola Pero  <nicola.pero@meta-innovation.com>

        Merge from 'apple/trunk' branch on FSF servers.  Renamed
        const-str-12.m to constr-str-12b.m to avoid conflicts.

        2005-12-15  Fariborz Jahanian <fjahanian@apple.com>

        Radar 4229905
        * obj-c++.dg/warn5.mm: New

        2005-06-22  Ziemowit Laski  <zlaski@apple.com>

        Radar 4154928
        * obj-c++.dg/const-str-12.mm: New.
        * objc.dg/const-str-12.m: New.

Added:
    trunk/gcc/testsuite/obj-c++.dg/const-str-12.mm
    trunk/gcc/testsuite/obj-c++.dg/warn5.mm
    trunk/gcc/testsuite/objc.dg/const-str-12b.m
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/c-family/ChangeLog
    trunk/gcc/c-family/c-common.h
    trunk/gcc/c-family/stub-objc.c
    trunk/gcc/c-typeck.c
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/call.c
    trunk/gcc/cp/typeck.c
    trunk/gcc/objc/ChangeLog
    trunk/gcc/objc/objc-act.c
    trunk/gcc/testsuite/ChangeLog


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

* [Bug objc/27377] [4.3/4.4 Regression] false compiler warnings generated in Objective-C code
  2006-05-02  6:32 [Bug objc/27377] New: " caelian at gmail dot com
                   ` (2 preceding siblings ...)
  2009-04-08 12:00 ` ayers at gcc dot gnu dot org
@ 2009-04-08 12:03 ` ayers at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: ayers at gcc dot gnu dot org @ 2009-04-08 12:03 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #12 from ayers at gcc dot gnu dot org  2009-04-08 12:03 -------
Since the branch still isn't frozen, I've finally committed this simple fix on
the release branch also.
Regression fixed... PR closed.


-- 

ayers at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
      Known to work|4.0.0                       |4.0.0 4.3.4 4.4.0 4.5.0
         Resolution|                            |FIXED


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


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

* [Bug objc/27377] [4.3/4.4 Regression] false compiler warnings generated in Objective-C code
  2006-05-02  6:32 [Bug objc/27377] New: " caelian at gmail dot com
  2009-03-31 19:35 ` [Bug objc/27377] [4.3/4.4 Regression] " jsm28 at gcc dot gnu dot org
  2009-04-02 12:41 ` ayers at gcc dot gnu dot org
@ 2009-04-08 12:00 ` ayers at gcc dot gnu dot org
  2009-04-08 12:03 ` ayers at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: ayers at gcc dot gnu dot org @ 2009-04-08 12:00 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #11 from ayers at gcc dot gnu dot org  2009-04-08 11:59 -------
Subject: Bug 27377

Author: ayers
Date: Wed Apr  8 11:59:36 2009
New Revision: 145718

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=145718
Log:
gcc/
2009-04-08  David Ayers  <ayers@fsfe.org>

        PR objc/27377
        * c-typeck.c (build_conditional_expr): Emit ObjC warnings
        by calling objc_compare_types and surpress warnings about
        incompatible C pointers that are compatible ObjC pointers.

gcc/testsuite/
2009-04-02  David Ayers  <ayers@fsfe.org>

        PR objc/27377
        * objc.dg/conditional-1.m: New tests.


Added:
    branches/gcc-4_4-branch/gcc/testsuite/objc.dg/conditional-1.m
Modified:
    branches/gcc-4_4-branch/gcc/ChangeLog
    branches/gcc-4_4-branch/gcc/c-typeck.c
    branches/gcc-4_4-branch/gcc/testsuite/ChangeLog


-- 


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


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

* [Bug objc/27377] [4.3/4.4 Regression] false compiler warnings generated in Objective-C code
  2006-05-02  6:32 [Bug objc/27377] New: " caelian at gmail dot com
  2009-03-31 19:35 ` [Bug objc/27377] [4.3/4.4 Regression] " jsm28 at gcc dot gnu dot org
@ 2009-04-02 12:41 ` ayers at gcc dot gnu dot org
  2009-04-08 12:00 ` ayers at gcc dot gnu dot org
  2009-04-08 12:03 ` ayers at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: ayers at gcc dot gnu dot org @ 2009-04-02 12:41 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #10 from ayers at gcc dot gnu dot org  2009-04-02 12:41 -------
Subject: Bug 27377

Author: ayers
Date: Thu Apr  2 12:40:48 2009
New Revision: 145446

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=145446
Log:
gcc/
2009-03-29  David Ayers  <ayers@fsfe.org>

        PR objc/27377
        * c-typeck.c (build_conditional_expr): Emit ObjC warnings
        by calling objc_compare_types and surpress warnings about
        incompatible C pointers that are compatible ObjC pointers.

gcc/testsuite/
2009-03-29  David Ayers  <ayers@fsfe.org>

        PR objc/27377
        * objc.dg/conditional-1.m: New tests.


Added:
    branches/gcc-4_3-branch/gcc/testsuite/objc.dg/conditional-1.m
Modified:
    branches/gcc-4_3-branch/gcc/ChangeLog
    branches/gcc-4_3-branch/gcc/c-typeck.c
    branches/gcc-4_3-branch/gcc/testsuite/ChangeLog


-- 


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


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

* [Bug objc/27377] [4.3/4.4 Regression] false compiler warnings generated in Objective-C code
  2006-05-02  6:32 [Bug objc/27377] New: " caelian at gmail dot com
@ 2009-03-31 19:35 ` jsm28 at gcc dot gnu dot org
  2009-04-02 12:41 ` ayers at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: jsm28 at gcc dot gnu dot org @ 2009-03-31 19:35 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #9 from jsm28 at gcc dot gnu dot org  2009-03-31 19:35 -------
Closing 4.2 branch.  Removing 4.5 from summary since it appears a patch
has been committed to trunk.


-- 

jsm28 at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[4.2/4.3/4.4/4.5 Regression]|[4.3/4.4 Regression] false
                   |false compiler warnings     |compiler warnings generated
                   |generated in Objective-C    |in Objective-C code
                   |code                        |
   Target Milestone|4.2.5                       |4.3.4


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


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

end of thread, other threads:[~2010-09-27 18:04 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-27377-4@http.gcc.gnu.org/bugzilla/>
2010-09-27 19:58 ` [Bug objc/27377] [4.3/4.4 Regression] false compiler warnings generated in Objective-C code nicola at gcc dot gnu.org
2006-05-02  6:32 [Bug objc/27377] New: " caelian at gmail dot com
2009-03-31 19:35 ` [Bug objc/27377] [4.3/4.4 Regression] " jsm28 at gcc dot gnu dot org
2009-04-02 12:41 ` ayers at gcc dot gnu dot org
2009-04-08 12:00 ` ayers at gcc dot gnu dot org
2009-04-08 12:03 ` ayers 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).