public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libobjc/30731]  New: Warnings while compiling libobjc on spu-elf with the uleb128 changes
@ 2007-02-07 22:50 pinskia at gcc dot gnu dot org
  2007-02-07 22:50 ` [Bug libobjc/30731] " pinskia at gcc dot gnu dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-02-07 22:50 UTC (permalink / raw)
  To: gcc-bugs

/home/apinski/src/fsf/gcc/gcc/libobjc/exception.c: In function
'parse_lsda_header':
/home/apinski/src/fsf/gcc/gcc/libobjc/exception.c:94: warning: passing argument
2 of 'read_uleb128' from incompatible pointer type
/home/apinski/src/fsf/gcc/gcc/libobjc/exception.c:103: warning: passing
argument 2 of 'read_uleb128' from incompatible pointer type
/home/apinski/src/fsf/gcc/gcc/libobjc/exception.c: In function
'__gnu_objc_personality_sj0':
/home/apinski/src/fsf/gcc/gcc/libobjc/exception.c:211: warning: passing
argument 2 of 'read_uleb128' from incompatible pointer type
/home/apinski/src/fsf/gcc/gcc/libobjc/exception.c:212: warning: passing
argument 2 of 'read_uleb128' from incompatible pointer type
/home/apinski/src/fsf/gcc/gcc/libobjc/exception.c:279: warning: passing
argument 2 of 'read_sleb128' from incompatible pointer type
/home/apinski/src/fsf/gcc/gcc/libobjc/exception.c:280: warning: passing
argument 2 of 'read_sleb128' from incompatible pointer type


-- 
           Summary: Warnings while compiling libobjc on spu-elf with the
                    uleb128 changes
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Keywords: diagnostic
          Severity: normal
          Priority: P3
         Component: libobjc
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: pinskia at gcc dot gnu dot org


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


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

* [Bug libobjc/30731] Warnings while compiling libobjc on spu-elf with the uleb128 changes
  2007-02-07 22:50 [Bug libobjc/30731] New: Warnings while compiling libobjc on spu-elf with the uleb128 changes pinskia at gcc dot gnu dot org
@ 2007-02-07 22:50 ` pinskia at gcc dot gnu dot org
  2007-02-09 22:23 ` [Bug libobjc/30731] [4.3 Regression] " pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-02-07 22:50 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from pinskia at gcc dot gnu dot org  2007-02-07 22:50 -------
Mine for both being the spu maintainer and the libobjc maintainer.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |pinskia at gcc dot gnu dot
                   |dot org                     |org
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2007-02-07 22:50:31
               date|                            |


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


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

* [Bug libobjc/30731] [4.3 Regression] Warnings while compiling libobjc on spu-elf with the uleb128 changes
  2007-02-07 22:50 [Bug libobjc/30731] New: Warnings while compiling libobjc on spu-elf with the uleb128 changes pinskia at gcc dot gnu dot org
  2007-02-07 22:50 ` [Bug libobjc/30731] " pinskia at gcc dot gnu dot org
@ 2007-02-09 22:23 ` pinskia at gcc dot gnu dot org
  2007-05-27 19:37 ` [Bug libobjc/30731] [4.3 Regression] Warnings while compiling libobjc " pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-02-09 22:23 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from pinskia at gcc dot gnu dot org  2007-02-09 22:23 -------
This is a regression as we used to be warning free.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Warnings while compiling    |[4.3 Regression] Warnings
                   |libobjc on spu-elf with the |while compiling libobjc on
                   |uleb128 changes             |spu-elf with the uleb128
                   |                            |changes
   Target Milestone|---                         |4.3.0


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


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

* [Bug libobjc/30731] [4.3 Regression] Warnings while compiling libobjc with the uleb128 changes
  2007-02-07 22:50 [Bug libobjc/30731] New: Warnings while compiling libobjc on spu-elf with the uleb128 changes pinskia at gcc dot gnu dot org
  2007-02-07 22:50 ` [Bug libobjc/30731] " pinskia at gcc dot gnu dot org
  2007-02-09 22:23 ` [Bug libobjc/30731] [4.3 Regression] " pinskia at gcc dot gnu dot org
@ 2007-05-27 19:37 ` pinskia at gcc dot gnu dot org
  2007-06-29 17:51 ` mmitchel at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-05-27 19:37 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from pinskia at gcc dot gnu dot org  2007-05-27 19:37 -------
This is seen on every target, more than just spu-elf.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[4.3 Regression] Warnings   |[4.3 Regression] Warnings
                   |while compiling libobjc on  |while compiling libobjc with
                   |spu-elf with the uleb128    |the uleb128 changes
                   |changes                     |


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


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

* [Bug libobjc/30731] [4.3 Regression] Warnings while compiling libobjc with the uleb128 changes
  2007-02-07 22:50 [Bug libobjc/30731] New: Warnings while compiling libobjc on spu-elf with the uleb128 changes pinskia at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2007-05-27 19:37 ` [Bug libobjc/30731] [4.3 Regression] Warnings while compiling libobjc " pinskia at gcc dot gnu dot org
@ 2007-06-29 17:51 ` mmitchel at gcc dot gnu dot org
  2007-08-06 14:18 ` pinskia at gcc dot gnu dot org
  2007-08-06 14:18 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2007-06-29 17:51 UTC (permalink / raw)
  To: gcc-bugs



-- 

mmitchel at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P4


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


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

* [Bug libobjc/30731] [4.3 Regression] Warnings while compiling libobjc with the uleb128 changes
  2007-02-07 22:50 [Bug libobjc/30731] New: Warnings while compiling libobjc on spu-elf with the uleb128 changes pinskia at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2007-08-06 14:18 ` pinskia at gcc dot gnu dot org
@ 2007-08-06 14:18 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-08-06 14:18 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from pinskia at gcc dot gnu dot org  2007-08-06 14:18 -------
Subject: Bug 30731

Author: pinskia
Date: Mon Aug  6 14:17:59 2007
New Revision: 127242

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=127242
Log:
2007-08-06  Andrew Pinski  <pinskia@gmail.com>

        PR libobjc/30731
        * exception.c (parse_lsda_header): Use _uleb128_t/_sleb128_t instead
        of _Unwind_Word for variables which are used in
        read_uleb128/read_sleb128.
        (PERSONALITY_FUNCTION): Likewise.



Modified:
    trunk/libobjc/ChangeLog
    trunk/libobjc/exception.c


-- 


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


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

* [Bug libobjc/30731] [4.3 Regression] Warnings while compiling libobjc with the uleb128 changes
  2007-02-07 22:50 [Bug libobjc/30731] New: Warnings while compiling libobjc on spu-elf with the uleb128 changes pinskia at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2007-06-29 17:51 ` mmitchel at gcc dot gnu dot org
@ 2007-08-06 14:18 ` pinskia at gcc dot gnu dot org
  2007-08-06 14:18 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-08-06 14:18 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from pinskia at gcc dot gnu dot org  2007-08-06 14:18 -------
Fixed.


-- 

pinskia at gcc dot gnu dot org changed:

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


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


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

end of thread, other threads:[~2007-08-06 14:18 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-07 22:50 [Bug libobjc/30731] New: Warnings while compiling libobjc on spu-elf with the uleb128 changes pinskia at gcc dot gnu dot org
2007-02-07 22:50 ` [Bug libobjc/30731] " pinskia at gcc dot gnu dot org
2007-02-09 22:23 ` [Bug libobjc/30731] [4.3 Regression] " pinskia at gcc dot gnu dot org
2007-05-27 19:37 ` [Bug libobjc/30731] [4.3 Regression] Warnings while compiling libobjc " pinskia at gcc dot gnu dot org
2007-06-29 17:51 ` mmitchel at gcc dot gnu dot org
2007-08-06 14:18 ` pinskia at gcc dot gnu dot org
2007-08-06 14:18 ` pinskia 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).