public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug other/22368] [meta-bugs] mis-match types in GCC
       [not found] <bug-22368-6528@http.gcc.gnu.org/bugzilla/>
@ 2006-08-14 19:14 ` pinskia at gcc dot gnu dot org
  2007-05-25 12:56 ` [Bug other/22368] [meta-bug] " fxcoudert at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 55+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-08-14 19:14 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #13 from pinskia at gcc dot gnu dot org  2006-08-14 19:14 -------
(In reply to comment #9)
> Note the comparisions patch because of the way gimple removes casts to void*
> gets:
That gets fixed automatically by:
http://gcc.gnu.org/ml/gcc-patches/2006-06/msg00179.html


-- 


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


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

* [Bug other/22368] [meta-bug] mis-match types in GCC
       [not found] <bug-22368-6528@http.gcc.gnu.org/bugzilla/>
  2006-08-14 19:14 ` [Bug other/22368] [meta-bugs] mis-match types in GCC pinskia at gcc dot gnu dot org
@ 2007-05-25 12:56 ` fxcoudert at gcc dot gnu dot org
  2007-07-13 15:57 ` rguenth at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 55+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2007-05-25 12:56 UTC (permalink / raw)
  To: gcc-bugs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1730 bytes --]



------- Comment #14 from fxcoudert at gcc dot gnu dot org  2007-05-25 13:55 -------
Rev. 124497 of mainline fails to bootstrap with these patches on i686-linux:

[during stage2]
../../../trunk3/gcc/df-scan.c: In function ‘df_ref_record’:
../../../trunk3/gcc/df-scan.c:1057: error: types mismatch in comparsion
long unsigned int

int

shifttmp.1580_150 == 0;

../../../trunk3/gcc/df-scan.c:1057: internal compiler error: verify_stmts
failed

Debugging this error yields:

Breakpoint 5, verify_expr (tp=0xb70f1b5c, walk_subtrees=0xbfa475f0, data=0x0)
    at ../../../trunk3/gcc/tree-cfg.c:3298
3298                error ("types mismatch in comparsion");
(gdb) p debug_tree(lhs)
 <ssa_name 0xb73e498c
    type <integer_type 0xb7bf1438 long unsigned int sizes-gimplified
asm_written public unsigned SI
        size <integer_cst 0xb7be1658 constant invariant 32>
        unit size <integer_cst 0xb7be1444 constant invariant 4>
        align 32 symtab -1211504504 alias set -1 canonical type 0xb7bf1438
precision 32 min <integer_cst 0xb7be16e4 0> max <integer_cst 0xb7be16c8
4294967295>
        pointer_to_this <pointer_type 0xb7a82a8c>>
    var <var_decl 0xb7b3d284 shifttmp.1580> def_stmt <gimple_modify_stmt
0xb7387214>
    version 150>
$1 = void
(gdb) p debug_tree(rhs)
 <integer_cst 0xb7be1c40 type <integer_type 0xb7bf12f4 int> constant invariant
0>
$2 = void


-- 

fxcoudert at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fxcoudert at gcc dot gnu dot
                   |                            |org


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


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

* [Bug other/22368] [meta-bug] mis-match types in GCC
       [not found] <bug-22368-6528@http.gcc.gnu.org/bugzilla/>
  2006-08-14 19:14 ` [Bug other/22368] [meta-bugs] mis-match types in GCC pinskia at gcc dot gnu dot org
  2007-05-25 12:56 ` [Bug other/22368] [meta-bug] " fxcoudert at gcc dot gnu dot org
@ 2007-07-13 15:57 ` rguenth at gcc dot gnu dot org
  2007-08-24 15:57 ` rguenth at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 55+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2007-07-13 15:57 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #15 from rguenth at gcc dot gnu dot org  2007-07-13 15:56 -------
http://gcc.gnu.org/ml/gcc-patches/2007-07/msg01265.html

has some fixes for some of this PRs and a verifier.  So while we're working
on this, this is my bug.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |rguenth at gcc dot gnu dot
                   |dot org                     |org
             Status|NEW                         |ASSIGNED
   Last reconfirmed|2006-03-01 02:27:34         |2007-07-13 15:56:51
               date|                            |


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


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

* [Bug other/22368] [meta-bug] mis-match types in GCC
       [not found] <bug-22368-6528@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2007-07-13 15:57 ` rguenth at gcc dot gnu dot org
@ 2007-08-24 15:57 ` rguenth at gcc dot gnu dot org
  2007-11-02 14:16 ` fxcoudert at gcc dot gnu dot org
  2007-11-02 14:22 ` rguenther at suse dot de
  5 siblings, 0 replies; 55+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2007-08-24 15:57 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #16 from rguenth at gcc dot gnu dot org  2007-08-24 15:57 -------
"Finished", so unassigning.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|rguenth at gcc dot gnu dot  |unassigned at gcc dot gnu
                   |org                         |dot org
             Status|ASSIGNED                    |NEW


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


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

* [Bug other/22368] [meta-bug] mis-match types in GCC
       [not found] <bug-22368-6528@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2007-08-24 15:57 ` rguenth at gcc dot gnu dot org
@ 2007-11-02 14:16 ` fxcoudert at gcc dot gnu dot org
  2007-11-02 14:22 ` rguenther at suse dot de
  5 siblings, 0 replies; 55+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2007-11-02 14:16 UTC (permalink / raw)
  To: gcc-bugs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 695 bytes --]



------- Comment #17 from fxcoudert at gcc dot gnu dot org  2007-11-02 14:16 -------
I was willing to check the current state of the Fortran failures (PR28722). I
have thus applied these patches to current trunk, and bootstrap fails due to:

$ cat foo.i
char * getc_unlocked (char *foo) { return foo++; }
$ ../prev-gcc/cc1 -fpreprocessed foo.i -quiet
foo.i: In function ‘getc_unlocked’:
foo.i:1:1: error: types mismatch in comparsion
char *

long unsigned int

foo + 1;

foo.i:1:1: internal compiler error: verify_stmts failed


(In the patches, tree_ssa_useless_type_conversion_1 needs to be changed into
useless_type_conversion_p)


-- 


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


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

* [Bug other/22368] [meta-bug] mis-match types in GCC
       [not found] <bug-22368-6528@http.gcc.gnu.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2007-11-02 14:16 ` fxcoudert at gcc dot gnu dot org
@ 2007-11-02 14:22 ` rguenther at suse dot de
  5 siblings, 0 replies; 55+ messages in thread
From: rguenther at suse dot de @ 2007-11-02 14:22 UTC (permalink / raw)
  To: gcc-bugs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1109 bytes --]



------- Comment #18 from rguenther at suse dot de  2007-11-02 14:22 -------
Subject: Re:  [meta-bug] mis-match types in GCC

On Fri, 2 Nov 2007, fxcoudert at gcc dot gnu dot org wrote:

> ------- Comment #17 from fxcoudert at gcc dot gnu dot org  2007-11-02 14:16 -------
> I was willing to check the current state of the Fortran failures (PR28722). I
> have thus applied these patches to current trunk, and bootstrap fails due to:
> 
> $ cat foo.i
> char * getc_unlocked (char *foo) { return foo++; }
> $ ../prev-gcc/cc1 -fpreprocessed foo.i -quiet
> foo.i: In function ‘getc_unlocked’:
> foo.i:1:1: error: types mismatch in comparsion
> char *
> 
> long unsigned int
> 
> foo + 1;
> 
> foo.i:1:1: internal compiler error: verify_stmts failed
> 
> 
> (In the patches, tree_ssa_useless_type_conversion_1 needs to be changed into
> useless_type_conversion_p)

I think all these patches are way out-of-date.  If the fortran FE still
produces mismatched trees (as PR28722 suggests), those should be catched
by --enable-checking=yes,types.

Richard.


-- 


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


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

* [Bug other/22368] [meta-bugs] mis-match types in GCC
  2005-07-08 15:22 [Bug other/22368] New: [meta-bugs] " pinskia at gcc dot gnu dot org
                   ` (47 preceding siblings ...)
  2005-08-12  1:47 ` pinskia at gcc dot gnu dot org
@ 2005-09-26  1:29 ` kazu at gcc dot gnu dot org
  48 siblings, 0 replies; 55+ messages in thread
From: kazu at gcc dot gnu dot org @ 2005-09-26  1:29 UTC (permalink / raw)
  To: gcc-bugs



-- 
Bug 22368 depends on bug 23960, which changed state.

Bug 23960 Summary: [4.1 regression] ICE in compare_values in VRP
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23960

           What    |Old Value                   |New Value
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED

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


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

* [Bug other/22368] [meta-bugs] mis-match types in GCC
  2005-07-08 15:22 [Bug other/22368] New: [meta-bugs] " pinskia at gcc dot gnu dot org
                   ` (46 preceding siblings ...)
  2005-08-11 17:06 ` pinskia at gcc dot gnu dot org
@ 2005-08-12  1:47 ` pinskia at gcc dot gnu dot org
  2005-09-26  1:29 ` kazu at gcc dot gnu dot org
  48 siblings, 0 replies; 55+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-08-12  1:47 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
  BugsThisDependsOn|                            |23347


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


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

* [Bug other/22368] [meta-bugs] mis-match types in GCC
  2005-07-08 15:22 [Bug other/22368] New: [meta-bugs] " pinskia at gcc dot gnu dot org
                   ` (45 preceding siblings ...)
  2005-08-11 17:05 ` pinskia at gcc dot gnu dot org
@ 2005-08-11 17:06 ` pinskia at gcc dot gnu dot org
  2005-08-12  1:47 ` pinskia at gcc dot gnu dot org
  2005-09-26  1:29 ` kazu at gcc dot gnu dot org
  48 siblings, 0 replies; 55+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-08-11 17:06 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-08-11 17:06 -------
(In reply to comment #6)
> Note I think I already fixed the DOM problem in PR 22335.

And now the java front-end bug has been fixed, maybe I should go ahead and test a patch to remove 
the hack from may_propagate_copy.

I also filed PR 23329 for the removal of the hack.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
OtherBugsDependingO|23329                       |
              nThis|                            |


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


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

* [Bug other/22368] [meta-bugs] mis-match types in GCC
  2005-07-08 15:22 [Bug other/22368] New: [meta-bugs] " pinskia at gcc dot gnu dot org
                   ` (44 preceding siblings ...)
  2005-08-11 16:50 ` pinskia at gcc dot gnu dot org
@ 2005-08-11 17:05 ` pinskia at gcc dot gnu dot org
  2005-08-11 17:06 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  48 siblings, 0 replies; 55+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-08-11 17:05 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
OtherBugsDependingO|                            |23329
              nThis|                            |


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


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

* [Bug other/22368] [meta-bugs] mis-match types in GCC
  2005-07-08 15:22 [Bug other/22368] New: [meta-bugs] " pinskia at gcc dot gnu dot org
                   ` (43 preceding siblings ...)
  2005-08-11 16:50 ` pinskia at gcc dot gnu dot org
@ 2005-08-11 16:50 ` pinskia at gcc dot gnu dot org
  2005-08-11 17:05 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  48 siblings, 0 replies; 55+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-08-11 16:50 UTC (permalink / raw)
  To: gcc-bugs



-- 
Bug 22368 depends on bug 23314, which changed state.

Bug 23314 Summary: java produces mismatch types in MODIFY_EXPR
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23314

           What    |Old Value                   |New Value
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED

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


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

* [Bug other/22368] [meta-bugs] mis-match types in GCC
  2005-07-08 15:22 [Bug other/22368] New: [meta-bugs] " pinskia at gcc dot gnu dot org
                   ` (42 preceding siblings ...)
  2005-08-10 11:44 ` pinskia at gcc dot gnu dot org
@ 2005-08-11 16:50 ` pinskia at gcc dot gnu dot org
  2005-08-11 16:50 ` pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  48 siblings, 0 replies; 55+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-08-11 16:50 UTC (permalink / raw)
  To: gcc-bugs



-- 
Bug 22368 depends on bug 23315, which changed state.

Bug 23315 Summary: java produces mismatch types in MODIFY_EXPR, down cast
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23315

           What    |Old Value                   |New Value
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED

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


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

* [Bug other/22368] [meta-bugs] mis-match types in GCC
  2005-07-08 15:22 [Bug other/22368] New: [meta-bugs] " pinskia at gcc dot gnu dot org
                   ` (41 preceding siblings ...)
  2005-08-10 11:21 ` pinskia at gcc dot gnu dot org
@ 2005-08-10 11:44 ` pinskia at gcc dot gnu dot org
  2005-08-11 16:50 ` pinskia at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  48 siblings, 0 replies; 55+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-08-10 11:44 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
  BugsThisDependsOn|                            |23315


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


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

* [Bug other/22368] [meta-bugs] mis-match types in GCC
  2005-07-08 15:22 [Bug other/22368] New: [meta-bugs] " pinskia at gcc dot gnu dot org
                   ` (40 preceding siblings ...)
  2005-08-05  4:25 ` pinskia at gcc dot gnu dot org
@ 2005-08-10 11:21 ` pinskia at gcc dot gnu dot org
  2005-08-10 11:44 ` pinskia at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  48 siblings, 0 replies; 55+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-08-10 11:21 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
  BugsThisDependsOn|                            |23314


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


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

* [Bug other/22368] [meta-bugs] mis-match types in GCC
  2005-07-08 15:22 [Bug other/22368] New: [meta-bugs] " pinskia at gcc dot gnu dot org
                   ` (39 preceding siblings ...)
  2005-07-31 18:21 ` pinskia at gcc dot gnu dot org
@ 2005-08-05  4:25 ` pinskia at gcc dot gnu dot org
  2005-08-10 11:21 ` pinskia at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  48 siblings, 0 replies; 55+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-08-05  4:25 UTC (permalink / raw)
  To: gcc-bugs



-- 
Bug 22368 depends on bug 22526, which changed state.

Bug 22526 Summary: vectorizer produces mis-match types in conditionals
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22526

           What    |Old Value                   |New Value
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED

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


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

* [Bug other/22368] [meta-bugs] mis-match types in GCC
  2005-07-08 15:22 [Bug other/22368] New: [meta-bugs] " pinskia at gcc dot gnu dot org
                   ` (38 preceding siblings ...)
  2005-07-30  3:04 ` pinskia at gcc dot gnu dot org
@ 2005-07-31 18:21 ` pinskia at gcc dot gnu dot org
  2005-08-05  4:25 ` pinskia at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  48 siblings, 0 replies; 55+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-07-31 18:21 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
  BugsThisDependsOn|                            |23166


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


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

* [Bug other/22368] [meta-bugs] mis-match types in GCC
  2005-07-08 15:22 [Bug other/22368] New: [meta-bugs] " pinskia at gcc dot gnu dot org
                   ` (37 preceding siblings ...)
  2005-07-29 11:29 ` pinskia at gcc dot gnu dot org
@ 2005-07-30  3:04 ` pinskia at gcc dot gnu dot org
  2005-07-31 18:21 ` pinskia at gcc dot gnu dot org
                   ` (9 subsequent siblings)
  48 siblings, 0 replies; 55+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-07-30  3:04 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
  BugsThisDependsOn|                            |23145


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


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

* [Bug other/22368] [meta-bugs] mis-match types in GCC
  2005-07-08 15:22 [Bug other/22368] New: [meta-bugs] " pinskia at gcc dot gnu dot org
                   ` (36 preceding siblings ...)
  2005-07-21 18:29 ` pinskia at gcc dot gnu dot org
@ 2005-07-29 11:29 ` pinskia at gcc dot gnu dot org
  2005-07-30  3:04 ` pinskia at gcc dot gnu dot org
                   ` (10 subsequent siblings)
  48 siblings, 0 replies; 55+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-07-29 11:29 UTC (permalink / raw)
  To: gcc-bugs



-- 
Bug 22368 depends on bug 22460, which changed state.

Bug 22460 Summary: GCJ produces mis-match (non compatible) types in MODIFY_EXPR (from byte-code)
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22460

           What    |Old Value                   |New Value
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED

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


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

* [Bug other/22368] [meta-bugs] mis-match types in GCC
  2005-07-08 15:22 [Bug other/22368] New: [meta-bugs] " pinskia at gcc dot gnu dot org
                   ` (35 preceding siblings ...)
  2005-07-17 17:39 ` pinskia at gcc dot gnu dot org
@ 2005-07-21 18:29 ` pinskia at gcc dot gnu dot org
  2005-07-29 11:29 ` pinskia at gcc dot gnu dot org
                   ` (11 subsequent siblings)
  48 siblings, 0 replies; 55+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-07-21 18:29 UTC (permalink / raw)
  To: gcc-bugs



-- 
Bug 22368 depends on bug 22358, which changed state.

Bug 22358 Summary: C++ front-end produces mis-match types in MODIFY_EXPR
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22358

           What    |Old Value                   |New Value
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED

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


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

* [Bug other/22368] [meta-bugs] mis-match types in GCC
  2005-07-08 15:22 [Bug other/22368] New: [meta-bugs] " pinskia at gcc dot gnu dot org
                   ` (33 preceding siblings ...)
  2005-07-17 17:20 ` pinskia at gcc dot gnu dot org
@ 2005-07-17 17:39 ` pinskia at gcc dot gnu dot org
  2005-07-17 17:39 ` pinskia at gcc dot gnu dot org
                   ` (13 subsequent siblings)
  48 siblings, 0 replies; 55+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-07-17 17:39 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
  BugsThisDependsOn|                            |22527


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


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

* [Bug other/22368] [meta-bugs] mis-match types in GCC
  2005-07-08 15:22 [Bug other/22368] New: [meta-bugs] " pinskia at gcc dot gnu dot org
                   ` (34 preceding siblings ...)
  2005-07-17 17:39 ` pinskia at gcc dot gnu dot org
@ 2005-07-17 17:39 ` pinskia at gcc dot gnu dot org
  2005-07-21 18:29 ` pinskia at gcc dot gnu dot org
                   ` (12 subsequent siblings)
  48 siblings, 0 replies; 55+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-07-17 17:39 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-07-17 17:33 -------
Note the comparisions patch because of the way gimple removes casts to void* gets:
int f(int *a, char*b)
{
  return ((void*)a) == ((void*)b);
}

wrong.
The following is also effected:
g++.dg/abi/vbase13.C:
g++.dg/expr/cond1.C
g++.old-deja/g++.abi/primary.C

I have to figure out how to handle that.  Maybe in tree_ssa_useless_type_conversion_1 remove the 
special case for void*.



-- 


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


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

* [Bug other/22368] [meta-bugs] mis-match types in GCC
  2005-07-08 15:22 [Bug other/22368] New: [meta-bugs] " pinskia at gcc dot gnu dot org
                   ` (32 preceding siblings ...)
  2005-07-17 17:06 ` pinskia at gcc dot gnu dot org
@ 2005-07-17 17:20 ` pinskia at gcc dot gnu dot org
  2005-07-17 17:39 ` pinskia at gcc dot gnu dot org
                   ` (14 subsequent siblings)
  48 siblings, 0 replies; 55+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-07-17 17:20 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
  BugsThisDependsOn|                            |22526


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


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

* [Bug other/22368] [meta-bugs] mis-match types in GCC
  2005-07-08 15:22 [Bug other/22368] New: [meta-bugs] " pinskia at gcc dot gnu dot org
                   ` (31 preceding siblings ...)
  2005-07-17 16:59 ` pinskia at gcc dot gnu dot org
@ 2005-07-17 17:06 ` pinskia at gcc dot gnu dot org
  2005-07-17 17:20 ` pinskia at gcc dot gnu dot org
                   ` (15 subsequent siblings)
  48 siblings, 0 replies; 55+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-07-17 17:06 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
  BugsThisDependsOn|                            |22525


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


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

* [Bug other/22368] [meta-bugs] mis-match types in GCC
  2005-07-08 15:22 [Bug other/22368] New: [meta-bugs] " pinskia at gcc dot gnu dot org
                   ` (30 preceding siblings ...)
  2005-07-15 23:14 ` pinskia at gcc dot gnu dot org
@ 2005-07-17 16:59 ` pinskia at gcc dot gnu dot org
  2005-07-17 17:06 ` pinskia at gcc dot gnu dot org
                   ` (16 subsequent siblings)
  48 siblings, 0 replies; 55+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-07-17 16:59 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
  BugsThisDependsOn|                            |22524


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


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

* [Bug other/22368] [meta-bugs] mis-match types in GCC
  2005-07-08 15:22 [Bug other/22368] New: [meta-bugs] " pinskia at gcc dot gnu dot org
                   ` (29 preceding siblings ...)
  2005-07-14 20:10 ` pinskia at gcc dot gnu dot org
@ 2005-07-15 23:14 ` pinskia at gcc dot gnu dot org
  2005-07-17 16:59 ` pinskia at gcc dot gnu dot org
                   ` (17 subsequent siblings)
  48 siblings, 0 replies; 55+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-07-15 23:14 UTC (permalink / raw)
  To: gcc-bugs



-- 
Bug 22368 depends on bug 22398, which changed state.

Bug 22398 Summary: [4.1 Regression] ICE in compare_values, at tree-vrp.c:445
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22398

           What    |Old Value                   |New Value
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED

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


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

* [Bug other/22368] [meta-bugs] mis-match types in GCC
  2005-07-08 15:22 [Bug other/22368] New: [meta-bugs] " pinskia at gcc dot gnu dot org
                   ` (28 preceding siblings ...)
  2005-07-14 13:49 ` pinskia at gcc dot gnu dot org
@ 2005-07-14 20:10 ` pinskia at gcc dot gnu dot org
  2005-07-15 23:14 ` pinskia at gcc dot gnu dot org
                   ` (18 subsequent siblings)
  48 siblings, 0 replies; 55+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-07-14 20:10 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
  BugsThisDependsOn|                            |22494


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


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

* [Bug other/22368] [meta-bugs] mis-match types in GCC
  2005-07-08 15:22 [Bug other/22368] New: [meta-bugs] " pinskia at gcc dot gnu dot org
                   ` (27 preceding siblings ...)
  2005-07-14  1:00 ` pinskia at gcc dot gnu dot org
@ 2005-07-14 13:49 ` pinskia at gcc dot gnu dot org
  2005-07-14 20:10 ` pinskia at gcc dot gnu dot org
                   ` (19 subsequent siblings)
  48 siblings, 0 replies; 55+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-07-14 13:49 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
  BugsThisDependsOn|                            |22487


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


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

* [Bug other/22368] [meta-bugs] mis-match types in GCC
  2005-07-08 15:22 [Bug other/22368] New: [meta-bugs] " pinskia at gcc dot gnu dot org
                   ` (26 preceding siblings ...)
  2005-07-13 20:11 ` pinskia at gcc dot gnu dot org
@ 2005-07-14  1:00 ` pinskia at gcc dot gnu dot org
  2005-07-14 13:49 ` pinskia at gcc dot gnu dot org
                   ` (20 subsequent siblings)
  48 siblings, 0 replies; 55+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-07-14  1:00 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
  BugsThisDependsOn|                            |22474


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


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

* [Bug other/22368] [meta-bugs] mis-match types in GCC
  2005-07-08 15:22 [Bug other/22368] New: [meta-bugs] " pinskia at gcc dot gnu dot org
                   ` (25 preceding siblings ...)
  2005-07-13 14:23 ` pinskia at gcc dot gnu dot org
@ 2005-07-13 20:11 ` pinskia at gcc dot gnu dot org
  2005-07-14  1:00 ` pinskia at gcc dot gnu dot org
                   ` (21 subsequent siblings)
  48 siblings, 0 replies; 55+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-07-13 20:11 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-07-13 20:06 -------
Even though PR 22398 is not caught by my patch it is caught later by VRP.  I will add a patch to catch 
mismatch in comparisons.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
  BugsThisDependsOn|                            |22398


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


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

* [Bug other/22368] [meta-bugs] mis-match types in GCC
  2005-07-08 15:22 [Bug other/22368] New: [meta-bugs] " pinskia at gcc dot gnu dot org
                   ` (24 preceding siblings ...)
  2005-07-13 14:19 ` pinskia at gcc dot gnu dot org
@ 2005-07-13 14:23 ` pinskia at gcc dot gnu dot org
  2005-07-13 20:11 ` pinskia at gcc dot gnu dot org
                   ` (22 subsequent siblings)
  48 siblings, 0 replies; 55+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-07-13 14:23 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-07-13 14:19 -------
Note I think I already fixed the DOM problem in PR 22335.

-- 


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


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

* [Bug other/22368] [meta-bugs] mis-match types in GCC
  2005-07-08 15:22 [Bug other/22368] New: [meta-bugs] " pinskia at gcc dot gnu dot org
                   ` (23 preceding siblings ...)
  2005-07-13 14:04 ` pinskia at gcc dot gnu dot org
@ 2005-07-13 14:19 ` pinskia at gcc dot gnu dot org
  2005-07-13 14:23 ` pinskia at gcc dot gnu dot org
                   ` (23 subsequent siblings)
  48 siblings, 0 replies; 55+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-07-13 14:19 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-07-13 14:16 -------
Note fixing all of these issues and we can remove the "hack" in may_propagate_copy which right now 
says:
  /* FIXME.  GIMPLE is allowing pointer assignments and comparisons of
     pointers that have different alias sets.  This means that these
     pointers will have different memory tags associated to them.

     If we allow copy propagation in these cases, statements de-referencing
     the new pointer will now have a reference to a different memory tag
     with potentially incorrect SSA information.

     This was showing up in libjava/java/util/zip/ZipFile.java with code
     like:

        struct java.io.BufferedInputStream *T.660;
        struct java.io.BufferedInputStream *T.647;
        struct java.io.InputStream *is;
        struct java.io.InputStream *is.662;
        [ ... ]
        T.660 = T.647;
        is = T.660;     <-- This ought to be type-casted
        is.662 = is;

     Also, f/name.c exposed a similar problem with a COND_EXPR predicate
     that was causing DOM to generate and equivalence with two pointers of
     alias-incompatible types:

        struct _ffename_space *n;
        struct _ffename *ns; 
        [ ... ]
        if (n == ns)
          goto lab;
        ...
        lab:
        return n;
   
     I think that GIMPLE should emit the appropriate type-casts.  For the
     time being, blocking copy-propagation in these cases is the safe thing
     to do.  */


-- 


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


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

* [Bug other/22368] [meta-bugs] mis-match types in GCC
  2005-07-08 15:22 [Bug other/22368] New: [meta-bugs] " pinskia at gcc dot gnu dot org
                   ` (22 preceding siblings ...)
  2005-07-13  3:41 ` pinskia at gcc dot gnu dot org
@ 2005-07-13 14:04 ` pinskia at gcc dot gnu dot org
  2005-07-13 14:19 ` pinskia at gcc dot gnu dot org
                   ` (24 subsequent siblings)
  48 siblings, 0 replies; 55+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-07-13 14:04 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
  BugsThisDependsOn|                            |22460


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


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

* [Bug other/22368] [meta-bugs] mis-match types in GCC
  2005-07-08 15:22 [Bug other/22368] New: [meta-bugs] " pinskia at gcc dot gnu dot org
                   ` (21 preceding siblings ...)
  2005-07-13  2:37 ` pinskia at gcc dot gnu dot org
@ 2005-07-13  3:41 ` pinskia at gcc dot gnu dot org
  2005-07-13 14:04 ` pinskia at gcc dot gnu dot org
                   ` (25 subsequent siblings)
  48 siblings, 0 replies; 55+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-07-13  3:41 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
  BugsThisDependsOn|                            |22451


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


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

* [Bug other/22368] [meta-bugs] mis-match types in GCC
  2005-07-08 15:22 [Bug other/22368] New: [meta-bugs] " pinskia at gcc dot gnu dot org
                   ` (20 preceding siblings ...)
  2005-07-12 20:12 ` pinskia at gcc dot gnu dot org
@ 2005-07-13  2:37 ` pinskia at gcc dot gnu dot org
  2005-07-13  3:41 ` pinskia at gcc dot gnu dot org
                   ` (26 subsequent siblings)
  48 siblings, 0 replies; 55+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-07-13  2:37 UTC (permalink / raw)
  To: gcc-bugs



-- 
Bug 22368 depends on bug 21840, which changed state.

Bug 21840 Summary: [4.1 Regression] ICE while building Linux kernel (seg fault), missing cast
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21840

           What    |Old Value                   |New Value
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED

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


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

* [Bug other/22368] [meta-bugs] mis-match types in GCC
  2005-07-08 15:22 [Bug other/22368] New: [meta-bugs] " pinskia at gcc dot gnu dot org
                   ` (19 preceding siblings ...)
  2005-07-12 17:25 ` pinskia at gcc dot gnu dot org
@ 2005-07-12 20:12 ` pinskia at gcc dot gnu dot org
  2005-07-13  2:37 ` pinskia at gcc dot gnu dot org
                   ` (27 subsequent siblings)
  48 siblings, 0 replies; 55+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-07-12 20:12 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-07-12 17:33 -------
(In reply to comment #3)
> (In reply to comment #2)
> > I should note that you can now bootstrap C with the patch.  But still some testsuite regressions in 
the 
> > testsuite which have been filed already.
> 
> With the patch in PR 22358 we can now bootstrap with C++ enabled too.  Though there are many 
> regressions which have been filed except for failing to compile testsuite_abi.cc which have not been 
> filed/reduced yet but that might not be a C++ specific problem:
yes this is the same as PR 21840.


-- 


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


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

* [Bug other/22368] [meta-bugs] mis-match types in GCC
  2005-07-08 15:22 [Bug other/22368] New: [meta-bugs] " pinskia at gcc dot gnu dot org
                   ` (18 preceding siblings ...)
  2005-07-12 17:22 ` pinskia at gcc dot gnu dot org
@ 2005-07-12 17:25 ` pinskia at gcc dot gnu dot org
  2005-07-12 20:12 ` pinskia at gcc dot gnu dot org
                   ` (28 subsequent siblings)
  48 siblings, 0 replies; 55+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-07-12 17:25 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-07-12 17:25 -------
(In reply to comment #2)
> I should note that you can now bootstrap C with the patch.  But still some testsuite regressions in the 
> testsuite which have been filed already.

With the patch in PR 22358 we can now bootstrap with C++ enabled too.  Though there are many 
regressions which have been filed except for failing to compile testsuite_abi.cc which have not been 
filed/reduced yet but that might not be a C++ specific problem:
/Users/pinskia/src/local/gcc/objdir/powerpc-apple-darwin7.9.0/libstdc++-v3/include/ext/
hashtable.h:793: error: statement types mismatch^M
D.45260_261 = __pD.71381_212;^M
^M
struct pair<const std::basic_string<char, std::char_traits<char>, std::allocator<char> 
>,symbol>D.39168 &^M
voidD.34 *^M
/Users/pinskia/src/local/gcc/objdir/powerpc-apple-darwin7.9.0/libstdc++-v3/include/ext/
hashtable.h:793: internal compiler error: verify_stmts failed^M
Please submit a full bug report,^M
with preprocessed source if appropriate.^M
See <URL:http://gcc.gnu.org/bugs.html> for instructions.^M

-- 


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


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

* [Bug other/22368] [meta-bugs] mis-match types in GCC
  2005-07-08 15:22 [Bug other/22368] New: [meta-bugs] " pinskia at gcc dot gnu dot org
                   ` (17 preceding siblings ...)
  2005-07-12 17:04 ` pinskia at gcc dot gnu dot org
@ 2005-07-12 17:22 ` pinskia at gcc dot gnu dot org
  2005-07-12 17:25 ` pinskia at gcc dot gnu dot org
                   ` (29 subsequent siblings)
  48 siblings, 0 replies; 55+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-07-12 17:22 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-07-12 17:04 -------
I should note that you can now bootstrap C with the patch.  But still some testsuite regressions in the 
testsuite which have been filed already.

-- 


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


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

* [Bug other/22368] [meta-bugs] mis-match types in GCC
  2005-07-08 15:22 [Bug other/22368] New: [meta-bugs] " pinskia at gcc dot gnu dot org
                   ` (16 preceding siblings ...)
  2005-07-12  0:01 ` pinskia at gcc dot gnu dot org
@ 2005-07-12 17:04 ` pinskia at gcc dot gnu dot org
  2005-07-12 17:22 ` pinskia at gcc dot gnu dot org
                   ` (30 subsequent siblings)
  48 siblings, 0 replies; 55+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-07-12 17:04 UTC (permalink / raw)
  To: gcc-bugs



-- 
Bug 22368 depends on bug 22335, which changed state.

Bug 22335 Summary: DOM creates mis-matched types
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22335

           What    |Old Value                   |New Value
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED

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


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

* [Bug other/22368] [meta-bugs] mis-match types in GCC
  2005-07-08 15:22 [Bug other/22368] New: [meta-bugs] " pinskia at gcc dot gnu dot org
                   ` (15 preceding siblings ...)
  2005-07-11 23:10 ` pinskia at gcc dot gnu dot org
@ 2005-07-12  0:01 ` pinskia at gcc dot gnu dot org
  2005-07-12 17:04 ` pinskia at gcc dot gnu dot org
                   ` (31 subsequent siblings)
  48 siblings, 0 replies; 55+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-07-12  0:01 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
  BugsThisDependsOn|                            |22420


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


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

* [Bug other/22368] [meta-bugs] mis-match types in GCC
  2005-07-08 15:22 [Bug other/22368] New: [meta-bugs] " pinskia at gcc dot gnu dot org
                   ` (14 preceding siblings ...)
  2005-07-09  1:32 ` pinskia at gcc dot gnu dot org
@ 2005-07-11 23:10 ` pinskia at gcc dot gnu dot org
  2005-07-12  0:01 ` pinskia at gcc dot gnu dot org
                   ` (32 subsequent siblings)
  48 siblings, 0 replies; 55+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-07-11 23:10 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
  BugsThisDependsOn|                            |22418


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


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

* [Bug other/22368] [meta-bugs] mis-match types in GCC
  2005-07-08 15:22 [Bug other/22368] New: [meta-bugs] " pinskia at gcc dot gnu dot org
                   ` (13 preceding siblings ...)
  2005-07-09  0:25 ` pinskia at gcc dot gnu dot org
@ 2005-07-09  1:32 ` pinskia at gcc dot gnu dot org
  2005-07-11 23:10 ` pinskia at gcc dot gnu dot org
                   ` (33 subsequent siblings)
  48 siblings, 0 replies; 55+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-07-09  1:32 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
  BugsThisDependsOn|                            |22383


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


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

* [Bug other/22368] [meta-bugs] mis-match types in GCC
  2005-07-08 15:22 [Bug other/22368] New: [meta-bugs] " pinskia at gcc dot gnu dot org
                   ` (12 preceding siblings ...)
  2005-07-08 19:25 ` pinskia at gcc dot gnu dot org
@ 2005-07-09  0:25 ` pinskia at gcc dot gnu dot org
  2005-07-09  1:32 ` pinskia at gcc dot gnu dot org
                   ` (34 subsequent siblings)
  48 siblings, 0 replies; 55+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-07-09  0:25 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
  BugsThisDependsOn|                            |22381


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


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

* [Bug other/22368] [meta-bugs] mis-match types in GCC
  2005-07-08 15:22 [Bug other/22368] New: [meta-bugs] " pinskia at gcc dot gnu dot org
                   ` (11 preceding siblings ...)
  2005-07-08 18:06 ` pinskia at gcc dot gnu dot org
@ 2005-07-08 19:25 ` pinskia at gcc dot gnu dot org
  2005-07-09  0:25 ` pinskia at gcc dot gnu dot org
                   ` (35 subsequent siblings)
  48 siblings, 0 replies; 55+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-07-08 19:25 UTC (permalink / raw)
  To: gcc-bugs



-- 
Bug 22368 depends on bug 22329, which changed state.

Bug 22329 Summary: VRP produces mis-matched (non compatible) types in MODIFY_EXPR
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22329

           What    |Old Value                   |New Value
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED

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


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

* [Bug other/22368] [meta-bugs] mis-match types in GCC
  2005-07-08 15:22 [Bug other/22368] New: [meta-bugs] " pinskia at gcc dot gnu dot org
                   ` (10 preceding siblings ...)
  2005-07-08 16:19 ` pinskia at gcc dot gnu dot org
@ 2005-07-08 18:06 ` pinskia at gcc dot gnu dot org
  2005-07-08 19:25 ` pinskia at gcc dot gnu dot org
                   ` (36 subsequent siblings)
  48 siblings, 0 replies; 55+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-07-08 18:06 UTC (permalink / raw)
  To: gcc-bugs



-- 
Bug 22368 depends on bug 22356, which changed state.

Bug 22356 Summary: mis-match types in cplxlower
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22356

           What    |Old Value                   |New Value
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED

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


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

* [Bug other/22368] [meta-bugs] mis-match types in GCC
  2005-07-08 15:22 [Bug other/22368] New: [meta-bugs] " pinskia at gcc dot gnu dot org
                   ` (9 preceding siblings ...)
  2005-07-08 16:10 ` pinskia at gcc dot gnu dot org
@ 2005-07-08 16:19 ` pinskia at gcc dot gnu dot org
  2005-07-08 18:06 ` pinskia at gcc dot gnu dot org
                   ` (37 subsequent siblings)
  48 siblings, 0 replies; 55+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-07-08 16:19 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
  BugsThisDependsOn|                            |22375


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


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

* [Bug other/22368] [meta-bugs] mis-match types in GCC
  2005-07-08 15:22 [Bug other/22368] New: [meta-bugs] " pinskia at gcc dot gnu dot org
                   ` (8 preceding siblings ...)
  2005-07-08 16:01 ` pinskia at gcc dot gnu dot org
@ 2005-07-08 16:10 ` pinskia at gcc dot gnu dot org
  2005-07-08 16:19 ` pinskia at gcc dot gnu dot org
                   ` (38 subsequent siblings)
  48 siblings, 0 replies; 55+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-07-08 16:10 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
  BugsThisDependsOn|                            |22374


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


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

* [Bug other/22368] [meta-bugs] mis-match types in GCC
  2005-07-08 15:22 [Bug other/22368] New: [meta-bugs] " pinskia at gcc dot gnu dot org
                   ` (7 preceding siblings ...)
  2005-07-08 15:54 ` pinskia at gcc dot gnu dot org
@ 2005-07-08 16:01 ` pinskia at gcc dot gnu dot org
  2005-07-08 16:10 ` pinskia at gcc dot gnu dot org
                   ` (39 subsequent siblings)
  48 siblings, 0 replies; 55+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-07-08 16:01 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
  BugsThisDependsOn|                            |22373


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


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

* [Bug other/22368] [meta-bugs] mis-match types in GCC
  2005-07-08 15:22 [Bug other/22368] New: [meta-bugs] " pinskia at gcc dot gnu dot org
                   ` (6 preceding siblings ...)
  2005-07-08 15:48 ` pinskia at gcc dot gnu dot org
@ 2005-07-08 15:54 ` pinskia at gcc dot gnu dot org
  2005-07-08 16:01 ` pinskia at gcc dot gnu dot org
                   ` (40 subsequent siblings)
  48 siblings, 0 replies; 55+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-07-08 15:54 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
  BugsThisDependsOn|                            |22372


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


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

* [Bug other/22368] [meta-bugs] mis-match types in GCC
  2005-07-08 15:22 [Bug other/22368] New: [meta-bugs] " pinskia at gcc dot gnu dot org
                   ` (5 preceding siblings ...)
  2005-07-08 15:40 ` pinskia at gcc dot gnu dot org
@ 2005-07-08 15:48 ` pinskia at gcc dot gnu dot org
  2005-07-08 15:54 ` pinskia at gcc dot gnu dot org
                   ` (41 subsequent siblings)
  48 siblings, 0 replies; 55+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-07-08 15:48 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
  BugsThisDependsOn|                            |22371


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


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

* [Bug other/22368] [meta-bugs] mis-match types in GCC
  2005-07-08 15:22 [Bug other/22368] New: [meta-bugs] " pinskia at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2005-07-08 15:32 ` pinskia at gcc dot gnu dot org
@ 2005-07-08 15:40 ` pinskia at gcc dot gnu dot org
  2005-07-08 15:48 ` pinskia at gcc dot gnu dot org
                   ` (42 subsequent siblings)
  48 siblings, 0 replies; 55+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-07-08 15:40 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
  BugsThisDependsOn|                            |22370


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


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

* [Bug other/22368] [meta-bugs] mis-match types in GCC
  2005-07-08 15:22 [Bug other/22368] New: [meta-bugs] " pinskia at gcc dot gnu dot org
  2005-07-08 15:28 ` [Bug other/22368] " pinskia at gcc dot gnu dot org
  2005-07-08 15:29 ` pinskia at gcc dot gnu dot org
@ 2005-07-08 15:32 ` pinskia at gcc dot gnu dot org
  2005-07-08 15:32 ` pinskia at gcc dot gnu dot org
                   ` (45 subsequent siblings)
  48 siblings, 0 replies; 55+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-07-08 15:32 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2005-07-08 15:31:26
               date|                            |


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


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

* [Bug other/22368] [meta-bugs] mis-match types in GCC
  2005-07-08 15:22 [Bug other/22368] New: [meta-bugs] " pinskia at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2005-07-08 15:32 ` pinskia at gcc dot gnu dot org
@ 2005-07-08 15:32 ` pinskia at gcc dot gnu dot org
  2005-07-08 15:40 ` pinskia at gcc dot gnu dot org
                   ` (43 subsequent siblings)
  48 siblings, 0 replies; 55+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-07-08 15:32 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
  BugsThisDependsOn|                            |22369


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


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

* [Bug other/22368] [meta-bugs] mis-match types in GCC
  2005-07-08 15:22 [Bug other/22368] New: [meta-bugs] " pinskia at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2005-07-08 15:32 ` pinskia at gcc dot gnu dot org
@ 2005-07-08 15:32 ` pinskia at gcc dot gnu dot org
  2005-07-08 15:32 ` pinskia at gcc dot gnu dot org
                   ` (44 subsequent siblings)
  48 siblings, 0 replies; 55+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-07-08 15:32 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
  BugsThisDependsOn|                            |22329
  BugsThisDependsOn|                            |22335


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


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

* [Bug other/22368] [meta-bugs] mis-match types in GCC
  2005-07-08 15:22 [Bug other/22368] New: [meta-bugs] " pinskia at gcc dot gnu dot org
  2005-07-08 15:28 ` [Bug other/22368] " pinskia at gcc dot gnu dot org
@ 2005-07-08 15:29 ` pinskia at gcc dot gnu dot org
  2005-07-08 15:32 ` pinskia at gcc dot gnu dot org
                   ` (46 subsequent siblings)
  48 siblings, 0 replies; 55+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-07-08 15:29 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
  BugsThisDependsOn|                            |22356
  BugsThisDependsOn|                            |22358


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


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

* [Bug other/22368] [meta-bugs] mis-match types in GCC
  2005-07-08 15:22 [Bug other/22368] New: [meta-bugs] " pinskia at gcc dot gnu dot org
@ 2005-07-08 15:28 ` pinskia at gcc dot gnu dot org
  2005-07-08 15:29 ` pinskia at gcc dot gnu dot org
                   ` (47 subsequent siblings)
  48 siblings, 0 replies; 55+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-07-08 15:28 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
  BugsThisDependsOn|                            |22328


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


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

end of thread, other threads:[~2007-11-02 14:22 UTC | newest]

Thread overview: 55+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-22368-6528@http.gcc.gnu.org/bugzilla/>
2006-08-14 19:14 ` [Bug other/22368] [meta-bugs] mis-match types in GCC pinskia at gcc dot gnu dot org
2007-05-25 12:56 ` [Bug other/22368] [meta-bug] " fxcoudert at gcc dot gnu dot org
2007-07-13 15:57 ` rguenth at gcc dot gnu dot org
2007-08-24 15:57 ` rguenth at gcc dot gnu dot org
2007-11-02 14:16 ` fxcoudert at gcc dot gnu dot org
2007-11-02 14:22 ` rguenther at suse dot de
2005-07-08 15:22 [Bug other/22368] New: [meta-bugs] " pinskia at gcc dot gnu dot org
2005-07-08 15:28 ` [Bug other/22368] " pinskia at gcc dot gnu dot org
2005-07-08 15:29 ` pinskia at gcc dot gnu dot org
2005-07-08 15:32 ` pinskia at gcc dot gnu dot org
2005-07-08 15:32 ` pinskia at gcc dot gnu dot org
2005-07-08 15:32 ` pinskia at gcc dot gnu dot org
2005-07-08 15:40 ` pinskia at gcc dot gnu dot org
2005-07-08 15:48 ` pinskia at gcc dot gnu dot org
2005-07-08 15:54 ` pinskia at gcc dot gnu dot org
2005-07-08 16:01 ` pinskia at gcc dot gnu dot org
2005-07-08 16:10 ` pinskia at gcc dot gnu dot org
2005-07-08 16:19 ` pinskia at gcc dot gnu dot org
2005-07-08 18:06 ` pinskia at gcc dot gnu dot org
2005-07-08 19:25 ` pinskia at gcc dot gnu dot org
2005-07-09  0:25 ` pinskia at gcc dot gnu dot org
2005-07-09  1:32 ` pinskia at gcc dot gnu dot org
2005-07-11 23:10 ` pinskia at gcc dot gnu dot org
2005-07-12  0:01 ` pinskia at gcc dot gnu dot org
2005-07-12 17:04 ` pinskia at gcc dot gnu dot org
2005-07-12 17:22 ` pinskia at gcc dot gnu dot org
2005-07-12 17:25 ` pinskia at gcc dot gnu dot org
2005-07-12 20:12 ` pinskia at gcc dot gnu dot org
2005-07-13  2:37 ` pinskia at gcc dot gnu dot org
2005-07-13  3:41 ` pinskia at gcc dot gnu dot org
2005-07-13 14:04 ` pinskia at gcc dot gnu dot org
2005-07-13 14:19 ` pinskia at gcc dot gnu dot org
2005-07-13 14:23 ` pinskia at gcc dot gnu dot org
2005-07-13 20:11 ` pinskia at gcc dot gnu dot org
2005-07-14  1:00 ` pinskia at gcc dot gnu dot org
2005-07-14 13:49 ` pinskia at gcc dot gnu dot org
2005-07-14 20:10 ` pinskia at gcc dot gnu dot org
2005-07-15 23:14 ` pinskia at gcc dot gnu dot org
2005-07-17 16:59 ` pinskia at gcc dot gnu dot org
2005-07-17 17:06 ` pinskia at gcc dot gnu dot org
2005-07-17 17:20 ` pinskia at gcc dot gnu dot org
2005-07-17 17:39 ` pinskia at gcc dot gnu dot org
2005-07-17 17:39 ` pinskia at gcc dot gnu dot org
2005-07-21 18:29 ` pinskia at gcc dot gnu dot org
2005-07-29 11:29 ` pinskia at gcc dot gnu dot org
2005-07-30  3:04 ` pinskia at gcc dot gnu dot org
2005-07-31 18:21 ` pinskia at gcc dot gnu dot org
2005-08-05  4:25 ` pinskia at gcc dot gnu dot org
2005-08-10 11:21 ` pinskia at gcc dot gnu dot org
2005-08-10 11:44 ` pinskia at gcc dot gnu dot org
2005-08-11 16:50 ` pinskia at gcc dot gnu dot org
2005-08-11 16:50 ` pinskia at gcc dot gnu dot org
2005-08-11 17:05 ` pinskia at gcc dot gnu dot org
2005-08-11 17:06 ` pinskia at gcc dot gnu dot org
2005-08-12  1:47 ` pinskia at gcc dot gnu dot org
2005-09-26  1:29 ` kazu 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).