[Bug tree-optimization/21531] 4.0/4.1 Regression __builtin_expect

2005-05-13 Thread alexander_herrmann at yahoo dot com dot au
--- Additional Comments From alexander_herrmann at yahoo dot com dot au 2005-05-13 13:06 --- Subject: Re: 4.0/4.1 Regression __builtin_expect Ok, than we move it into another catagory. Compiler crashes with segmentation fault. After 20 years of C programing it is like felling feeling

[Bug tree-optimization/21531] 4.0/4.1 Regression __builtin_expect

2005-05-13 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-13 12:00 --- Then it is a dup of bug 21513. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21531

[Bug tree-optimization/21531] 4.0/4.1 Regression __builtin_expect

2005-05-13 Thread alexander_herrmann at yahoo dot com dot au
--- Additional Comments From alexander_herrmann at yahoo dot com dot au 2005-05-13 11:55 --- Subject: Re: 4.0/4.1 Regression __builtin_expect > The warning is correct for tableid and index_typ as > this is an "or" expression. if (__builtin_expect(((index_def == NULL) ||

[Bug tree-optimization/21531] 4.0/4.1 Regression __builtin_expect

2005-05-13 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-13 11:42 --- The warning is correct for tableid and index_typ as this is an "or" expression. So this is invalid. If I change it to && then that is just PR 21513. -- What|Removed |Ad

[Bug tree-optimization/21531] 4.0/4.1 Regression __builtin_expect

2005-05-13 Thread alexander_herrmann at yahoo dot com dot au
--- Additional Comments From alexander_herrmann at yahoo dot com dot au 2005-05-13 11:16 --- Subject: Re: 4.0/4.1 Regression __builtin_expect The promised Testcase. Earlier than expected :) aie_sql_meta.c: In Funktion ปaie_sql_meta_create_indexซ: aie_sql_meta.c:32: Warnung: ปindex_ty

[Bug tree-optimization/21531] 4.0/4.1 Regression __builtin_expect

2005-05-13 Thread alexander_herrmann at yahoo dot com dot au
--- Additional Comments From alexander_herrmann at yahoo dot com dot au 2005-05-13 09:53 --- Subject: Re: 4.0/4.1 Regression __builtin_expect Hi there, > --- Additional Comments From pinskia at gcc dot > gnu dot org 2005-05-12 12:12 --- > Can you attached the preprocessed sour

[Bug tree-optimization/21531] 4.0/4.1 Regression __builtin_expect

2005-05-12 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-12 12:12 --- Can you attached the preprocessed source code (The only reason why I did not ask for PR 21513 is because I figured out to compile it and reproduce it without it). -- http://gcc.gnu.org/bugzilla/show_bu