[Bug bootstrap/21335] [meta-bug] bootstrap fails with -ftree-vectorize

2006-09-05 Thread dpatel at apple dot com
--- Comment #5 from dpatel at apple dot com 2006-09-05 17:01 --- I'd already verified that. How about "-O3 -ftree-vectorize" bootstrap failure ? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21335

[Bug bootstrap/21335] [meta-bug] bootstrap fails with -ftree-vectorize

2006-09-05 Thread dpatel at apple dot com
--- Comment #3 from dpatel at apple dot com 2006-09-05 16:44 --- I know this is a bootstrap failure, however is there a small reproducible test case for this crash ? Thanks. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21335

[Bug debug/28834] [4.0/4.1/4.2 Regression] -O3 -g crashes sometimes when using may_alias and structs

2006-08-30 Thread dpatel at apple dot com
--- Comment #10 from dpatel at apple dot com 2006-08-30 07:47 --- Pinski, Please do not reinsert my email address in CC list, again (and learn to not jump to conclusion based on biased views) May be it is not a good idea to ask dwarf generator to handle a case where two shallow copy

[Bug c++/26216] New: deprecated function warning is emitted twice

2006-02-10 Thread dpatel at apple dot com
rity: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: dpatel at apple dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26216

[Bug debug/19523] [4.0/4.1/4.2 Regression] DBX_USE_BINCL support broken in the C++ compiler

2005-12-06 Thread dpatel at apple dot com
--- Comment #5 from dpatel at apple dot com 2005-12-06 22:23 --- Created an attachment (id=10430) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10430&action=view) zem's patch -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19523

[Bug target/24220] gcc.dg/i386-sse-vect-types.c (test for errors, line 17) fails

2005-12-06 Thread dpatel at apple dot com
--- Comment #2 from dpatel at apple dot com 2005-12-06 22:19 --- This is already fixed. -- dpatel at apple dot com changed: What|Removed |Added Status

[Bug tree-optimization/23115] [4.1 Regression] -ftree-vectorize generates wrong code

2005-11-07 Thread dpatel at apple dot com
--- Comment #8 from dpatel at apple dot com 2005-11-08 02:22 --- tree if-conversion was expecting perfect dimond, but it is not always true after tree-cleanup-branch work. I've started overnight patch test run. Hopefully, I'll send patch tomorrow for review. -- http://g

[Bug debug/19523] [4.0/4.1 Regression] DBX_USE_BINCL support broken in the C++ compiler

2005-10-05 Thread dpatel at apple dot com
--- Comment #3 from dpatel at apple dot com 2005-10-05 17:02 --- Subject: Re: [4.0/4.1 Regression] DBX_USE_BINCL support broken in the C++ compiler AFAIK, It is not about compile time issue. There is another patch available which is better than what is in apple branch. -- http

[Bug tree-optimization/23115] [4.1 Regression] -ftree-vectorize generates wrong code

2005-09-30 Thread dpatel at apple dot com
--- Additional Comments From dpatel at apple dot com 2005-09-30 23:52 --- Assign this bug to me. Thanks. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23115

[Bug debug/20998] [3.4/4.0/4.1 Regression] GCC does not emit debug info for variables in anonymous unions

2005-09-09 Thread dpatel at apple dot com
--- Additional Comments From dpatel at apple dot com 2005-09-09 18:01 --- Subject: Re: [3.4/4.0/4.1 Regression] GCC does not emit debug info for variables in anonymous unions It does not fix gdb.cp/anon-union.exp (from GDB testsuite) failures using darwin GDB. If you do not get

[Bug tree-optimization/23048] [4.1 Regression] ICE in get_loop_body with -O1 -ftree-vectorize on 4.1.x

2005-08-11 Thread dpatel at apple dot com
--- Additional Comments From dpatel at apple dot com 2005-08-11 19:38 --- Patch: http://gcc.gnu.org/ml/gcc-patches/2005-08/msg00612.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23048

[Bug tree-optimization/23048] [4.1 Regression] ICE in get_loop_body with -O1 -ftree-vectorize on 4.1.x

2005-08-09 Thread dpatel at apple dot com
--- Additional Comments From dpatel at apple dot com 2005-08-09 18:58 --- Yup. This happens when tree-if-conversion pass is given cfg with one loop structure to represent nested loop. May be this is happenning because inner loop is infinite loop ? Anyway, please assign this bug to

[Bug c++/23205] [4.0/4.1 Regression] [C++/unit-at-a-time] debug info omitted for global const variables

2005-08-02 Thread dpatel at apple dot com
--- Additional Comments From dpatel at apple dot com 2005-08-02 19:00 --- Subject: Re: [4.0/4.1 Regression] [C++] debug info omitted for global const variables On Aug 2, 2005, at 11:57 AM, pinskia at gcc dot gnu dot org wrote: > You know what is better is just move to dwar

[Bug debug/23205] New: [C++] debug info omitted for global variables

2005-08-02 Thread dpatel at apple dot com
for global variables Product: gcc Version: 4.0.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: debug AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: dpatel at apple dot com CC: gcc-bugs

[Bug debug/23190] [4.0/4.1 Regression] debug info omitted for uninitialized variables (stabs)

2005-08-02 Thread dpatel at apple dot com
--- Additional Comments From dpatel at apple dot com 2005-08-02 17:21 --- Subject: Re: [4.0/4.1 Regression] debug info omitted for uninitialized variables (stabs) On Aug 2, 2005, at 10:16 AM, mark at codesourcery dot com wrote: > It sounds sensible enough, but I really have

[Bug debug/23190] [4.0/4.1 Regression] debug info omitted for uninitialized variables (stabs)

2005-08-02 Thread dpatel at apple dot com
--- Additional Comments From dpatel at apple dot com 2005-08-02 17:12 --- Subject: Re: [4.0/4.1 Regression] debug info omitted for uninitialized variables (stabs) On Aug 2, 2005, at 10:00 AM, mmitchel at gcc dot gnu dot org wrote: > > --- Additional Comments From mmitc

[Bug debug/23190] [4.0/4.1 Regression] debug info omitted for uninitialized variables (stabs)

2005-08-02 Thread dpatel at apple dot com
--- Additional Comments From dpatel at apple dot com 2005-08-02 16:52 --- Subject: Re: [4.0/4.1 Regression] debug info omitted for uninitialized variables (stabs) On Aug 1, 2005, at 8:25 PM, mark at codesourcery dot com wrote: > In any case, the problem is now either in the C fr

[Bug debug/23190] New: debug info omitted for uninitialized variables

2005-08-01 Thread dpatel at apple dot com
e "gt-c-decl.h" --- 7615,7620 -- Summary: debug info omitted for uninitialized variables Product: gcc Version: 4.0.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: debug AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: dpatel at apple dot com CC: gcc-bugs at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23190

[Bug debug/21828] [4.0 Regression] debug info omitted for uninitialized variables

2005-07-22 Thread dpatel at apple dot com
--- Additional Comments From dpatel at apple dot com 2005-07-22 23:29 --- Subject: Re: [4.0 Regression] debug info omitted for uninitialized variables On Jul 22, 2005, at 12:33 PM, cvs-commit at gcc dot gnu dot org wrote: > > --- Additional Comments From cvs-commit at g

[Bug debug/21828] [4.0/4.1 Regression] debug info omitted for uninitialized variables

2005-07-19 Thread dpatel at apple dot com
--- Additional Comments From dpatel at apple dot com 2005-07-19 22:22 --- No activity in last few days. Mark, would it be possible for you to take a look at this again! Thank you. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21828

[Bug tree-optimization/21272] SSA_NAME def follows use with -ftree-vectorize

2005-04-28 Thread dpatel at apple dot com
--- Additional Comments From dpatel at apple dot com 2005-04-29 00:45 --- Subject: Re: New: SSA_NAME def follows use with -ftree-vectorize It's my think-o. Try this, Index: tree-if-conv.c === RCS file: /cvs/gcc/gc

[Bug java/21164] New: libjava tests uses absolute paths

2005-04-23 Thread dpatel at apple dot com
: unassigned at gcc dot gnu dot org ReportedBy: dpatel at apple dot com CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21164

[Bug preprocessor/20907] [4.0/4.1 Regression] long comments throw off line numbers

2005-04-21 Thread dpatel at apple dot com
--- Additional Comments From dpatel at apple dot com 2005-04-21 17:26 --- Subject: Re: [4.0/4.1 Regression] long comments throw off line numbers Would it be possible for you to add one test case also ? Thanks, - Devang -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20907

[Bug tree-optimization/20994] [4.1 regression] ICE with -ftree-vectorize

2005-04-18 Thread dpatel at apple dot com
--- Additional Comments From dpatel at apple dot com 2005-04-18 17:23 --- Subject: Re: [4.1 regression] ICE with -ftree-vectorize This is because invert_truthvalue() does not return valid GIMPLE expr. I've a patch, once it passes usual test cycle, I'll post patch.

[Bug testsuite/21010] New gcc.dg/vect tests fail

2005-04-13 Thread dpatel at apple dot com
--- Additional Comments From dpatel at apple dot com 2005-04-14 00:44 --- Subject: Re: New gcc.dg/vect tests fail Thanks everyone! -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21010

[Bug tree-optimization/21010] New gcc.dg/vect tests fail

2005-04-13 Thread dpatel at apple dot com
--- Additional Comments From dpatel at apple dot com 2005-04-13 22:47 --- Subject: Re: New: New gcc.dg/vect tests fail But all of them require /* { dg-require-effective-target vect_condition } */ So, why they fail on other platforms ? - Devang -- http://gcc.gnu.org/bugzilla

[Bug debug/20998] GCC does not emit debug info for variables in anonymous unions

2005-04-13 Thread dpatel at apple dot com
--- Additional Comments From dpatel at apple dot com 2005-04-13 18:19 --- Subject: Re: GCC does not emit debug info for variables in anonymous unions It is because of ALIAS_DECL -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20998

[Bug debug/20998] New: GCC does not emit debug info for variables in anonymous unions

2005-04-13 Thread dpatel at apple dot com
variables in anonymous unions Product: gcc Version: 4.0.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: debug AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: dpatel at apple dot

[Bug preprocessor/20907] New: long comments throw off line numbers

2005-04-08 Thread dpatel at apple dot com
Product: gcc Version: 4.0.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: preprocessor AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: dpatel at apple dot com CC: gcc-bugs at gcc dot gnu

[Bug debug/20253] [3.4/4.0/4.1 regression]: Macro debug info broken due to lexer change

2005-03-01 Thread dpatel at apple dot com
--- Additional Comments From dpatel at apple dot com 2005-03-01 18:18 --- Subject: Re: [3.4/4.0/4.1 regression]: Macro debug info broken due to lexer change On Mar 1, 2005, at 10:00 AM, dberlin at gcc dot gnu dot org wrote: > I'll fix this bug if someone can test the fix on

[Bug debug/20253] [3.4/4.0/4.1 regression]: Macro debug info broken due to lexer change

2005-02-28 Thread dpatel at apple dot com
--- Additional Comments From dpatel at apple dot com 2005-02-28 20:48 --- Subject: Re: [3.4/4.0/4.1 regression]: Macro debug info broken due to lexer change I extensively tested my patch using GDB tests suites on two target with STABS as well as DWARF. But if, we need to have a

[Bug tree-optimization/19952] ICE: tree check: expected class 'declaration', have 'statement' (label_expr) in tree_verify_flow_info, at tree-cfg.c:3709

2005-02-18 Thread dpatel at apple dot com
--- Additional Comments From dpatel at apple dot com 2005-02-18 19:02 --- Subject: Re: ICE: tree check: expected class 'declaration', have 'statement' (label_expr) in tree_verify_flow_info, at tree-cfg.c:3709 ok - Devang -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19952

[Bug driver/19180] New: How to Add New GCC option

2004-12-28 Thread dpatel at apple dot com
Product: gcc Version: 4.0.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: driver AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: dpatel at apple dot com CC: gcc-bugs at gcc dot gnu dot org

[Bug tree-optimization/19067] ICE in tree-if-conv

2004-12-20 Thread dpatel at apple dot com
--- Additional Comments From dpatel at apple dot com 2004-12-20 20:32 --- Subject: Re: ICE in tree-if-conv On Dec 18, 2004, at 10:28 AM, pinskia at gcc dot gnu dot org wrote: > I don't know but could possible the patch in here: > <http://gcc.gnu.org/ml/gcc-p

[Bug tree-optimization/19067] ICE in tree-if-conv

2004-12-20 Thread dpatel at apple dot com
--- Additional Comments From dpatel at apple dot com 2004-12-20 20:05 --- Subject: Re: ICE in tree-if-conv I'll verify whether TCB patch works here or not. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19067

[Bug preprocessor/19040] #elif token1 token2 doesn't produce a diagnostic

2004-12-16 Thread dpatel at apple dot com
--- Additional Comments From dpatel at apple dot com 2004-12-17 01:04 --- Subject: Re: #elif token1 token2 doesn't produce a diagnostic Never mind, someone led me to believe that this is a Plum Hall test failure. It is not. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19040

[Bug preprocessor/19040] #elif token1 token2 doesn't produce a diagnostic

2004-12-16 Thread dpatel at apple dot com
--- Additional Comments From dpatel at apple dot com 2004-12-16 22:54 --- Subject: Re: #elif token1 token2 doesn't produce a diagnostic Neil, Would it be possible to quote standard here? We encountered this while running Plum Hall tests, so I just wanted to make sure. Than

[Bug preprocessor/19040] #elif token1 token2 doesn't produce a diagnostic

2004-12-16 Thread dpatel at apple dot com
--- Additional Comments From dpatel at apple dot com 2004-12-16 21:07 --- Subject: Re: #elif token1 token2 doesn't produce a diagnostic On Dec 16, 2004, at 1:01 PM, bangerth at dealii dot org wrote: > That's because it doesn't have to evaluate the #elif con

[Bug preprocessor/19040] New: #elif token1 token2 doesn't produce a diagnostic

2004-12-16 Thread dpatel at apple dot com
Component: preprocessor AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: dpatel at apple dot com CC: gcc-bugs at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19040

[Bug tree-optimization/18441] Vectorizer: add a command line for simple vectorizer report

2004-12-13 Thread dpatel at apple dot com
--- Additional Comments From dpatel at apple dot com 2004-12-13 20:16 --- Try -fdump-tree-vect-stats. It produces more user friendly output compared to -details. I am not fan of putting such diagnostics as part of warnings/info/errors. IMO, we should enhance/ update -fdump-tree

[Bug tree-optimization/18815] Tree if-conversion screws up cfg very badly

2004-12-03 Thread dpatel at apple dot com
--- Additional Comments From dpatel at apple dot com 2004-12-04 03:23 --- Indeed. Lack of exit edge is causing this. Please assign this PR to me. Thank you. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18815

[Bug target/18760] gcc 4.0 doesn't emit debug info for one of the files if two files are given on the same compile line

2004-12-01 Thread dpatel at apple dot com
--- Additional Comments From dpatel at apple dot com 2004-12-01 18:43 --- Subject: Re: gcc 4.0 doesn't emit debug info for one of the files if two files are given on the same compile line Yes :). I have the patch to fix it. Once bootstrap and make check finishes, I will post i

[Bug driver/18760] New: gcc 4.0 doesn't emit debug info for one of the files if two files are given on the same compile line

2004-12-01 Thread dpatel at apple dot com
line Product: gcc Version: 4.0.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: driver AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: dpatel at apple dot com CC: gcc-bugs at gcc dot gn

[Bug driver/15690] [4.0 Regression] compilation stops after the first file with errors

2004-11-30 Thread dpatel at apple dot com
--- Additional Comments From dpatel at apple dot com 2004-11-30 22:12 --- Subject: Re: [4.0 Regression] compilation stops after the first file with errors I am testing patch to fix this. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15690

[Bug driver/18732] New: Compiler will not compile two source files if first has error or is unreadable

2004-11-29 Thread dpatel at apple dot com
eadable Product: gcc Version: 4.0.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: driver AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: dpatel at apple dot com CC: gcc-bugs at

[Bug other/18555] Need a command line switch to control gcc's include and libary finding mechanism

2004-11-18 Thread dpatel at apple dot com
--- Additional Comments From dpatel at apple dot com 2004-11-19 01:59 --- Patch to fix driver, http://gcc.gnu.org/ml/gcc-patches/2004-11/msg01534.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18555

[Bug other/18555] Need a command line switch to control gcc's include and libary finding mechanism

2004-11-18 Thread dpatel at apple dot com
--- Additional Comments From dpatel at apple dot com 2004-11-19 01:21 --- It seems -isysroot may do the task here. I see its implementation in c-opts.c, but unfortunetly 1) it is not documented in cppopts.texi and 2) driver has one bug that causes it to eat isysroot argument. I will

[Bug tree-optimization/18308] ICE in do_jump, at dojump.c:274

2004-11-18 Thread dpatel at apple dot com
--- Additional Comments From dpatel at apple dot com 2004-11-18 19:09 --- Subject: Re: ICE in do_jump, at dojump.c:274 On Nov 18, 2004, at 12:03 AM, paolo dot bonzini at lu dot unisi dot ch wrote: > While I can work on a fix, those COND_EXPR were *not* valid GIMPLE at > th

[Bug tree-optimization/18308] ICE in do_jump, at dojump.c:274

2004-11-17 Thread dpatel at apple dot com
--- Additional Comments From dpatel at apple dot com 2004-11-18 02:33 --- Subject: Re: ICE in do_jump, at dojump.c:274 Andrew, You can try following to fix tree level if-conversion. I have not tested it completely yet. - Devang Index: tree-if-conv.c

[Bug tree-optimization/18308] ICE in do_jump, at dojump.c:274

2004-11-17 Thread dpatel at apple dot com
--- Additional Comments From dpatel at apple dot com 2004-11-18 02:26 --- After I update tree-level if-conversion to force gimple operands appropriately, rewrite_out_of_ssa() is converting following ... bar

[Bug tree-optimization/18308] ICE in do_jump, at dojump.c:274

2004-11-17 Thread dpatel at apple dot com
--- Additional Comments From dpatel at apple dot com 2004-11-18 01:28 --- I meant, Bigger issue is : if-convert COND_EXPR is not vectorized and do_jump() does not handle it. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18308

[Bug tree-optimization/18308] ICE in do_jump, at dojump.c:274

2004-11-17 Thread dpatel at apple dot com
--- Additional Comments From dpatel at apple dot com 2004-11-18 01:27 --- Bigger issue is : if-convert COND_EXPR is not vectorized and do_jump() does not aborts(). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18308

[Bug tree-optimization/17635] [4.0 regression] ICE in verify_ssa: type mismatch

2004-11-17 Thread dpatel at apple dot com
--- Additional Comments From dpatel at apple dot com 2004-11-17 22:13 --- Subject: Re: [4.0 regression] ICE in verify_ssa: type mismatch On Nov 13, 2004, at 5:55 AM, reichelt at gcc dot gnu dot org wrote: > > --- Additional Comments From reichelt at gcc dot gnu dot org