[Bug fortran/33849] Fix misleading error message "GENERIC non-INTRINSIC procedure not allowed as an actual argument"

2007-10-22 Thread jvdelisle at gcc dot gnu dot org
--- Comment #4 from jvdelisle at gcc dot gnu dot org 2007-10-22 23:08 --- Subject: Bug 33849 Author: jvdelisle Date: Mon Oct 22 23:08:16 2007 New Revision: 129564 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=129564 Log: 2007-10-22 Jerry DeLisle <[EMAIL PROTECTED]>

[Bug fortran/33849] Fix misleading error message "GENERIC non-INTRINSIC procedure not allowed as an actual argument"

2007-10-22 Thread jvdelisle at gcc dot gnu dot org
--- Comment #5 from jvdelisle at gcc dot gnu dot org 2007-10-22 23:09 --- Fixed -- jvdelisle at gcc dot gnu dot org changed: What|Removed |Added Status|UNCON

[Bug libfortran/33863] backspace error on i386-pc-mingw32

2007-10-22 Thread jvdelisle at gcc dot gnu dot org
--- Comment #3 from jvdelisle at gcc dot gnu dot org 2007-10-22 23:10 --- I will work this, maybe a cr-lf issue. -- jvdelisle at gcc dot gnu dot org changed: What|Removed |Added -

[Bug middle-end/31862] Loop IM and other optimizations harmful for -fopenmp

2007-10-22 Thread amylaar at gcc dot gnu dot org
--- Comment #13 from amylaar at gcc dot gnu dot org 2007-10-22 23:17 --- (In reply to comment #0) > See http://openmp.org/pipermail/omp/2007/000840.html > and the rest of the lengthy threads: > Memory consistency contradiction between 2.5 specification and GCC > OpenMP spec 2.5 seems to

[Bug fortran/33162] INTRINSIC functions as ACTUAL argument

2007-10-22 Thread jvdelisle at gcc dot gnu dot org
--- Comment #9 from jvdelisle at gcc dot gnu dot org 2007-10-23 01:42 --- The example in Comment #8 is rejected by gfortran because of this bug. It is rejected by Lahey: Diagnostic messages: program name(main) 2204-S: "SOURCE.F90", line 18, column 6: In the reference to procedure '

[Bug tree-optimization/32921] [4.3 Regression] Revision 126326 causes 12% slowdown

2007-10-22 Thread Joey dot ye at intel dot com
--- Comment #28 from Joey dot ye at intel dot com 2007-10-23 02:23 --- Got similar result on x86_64, Core 2 improves 24% from 129469 to 129504. That's great. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32921

[Bug tree-optimization/33834] [4.3 Regression] ICE in vect_get_vec_def_for_operand, at tree-vect-transform.c:1829

2007-10-22 Thread dorit at gcc dot gnu dot org
--- Comment #7 from dorit at gcc dot gnu dot org 2007-10-23 03:24 --- Subject: Bug 33834 Author: dorit Date: Tue Oct 23 03:24:06 2007 New Revision: 129571 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=129571 Log: PR tree-optimization/33834 PR tree-optimization/3

[Bug tree-optimization/33835] [4.3 Regression] Segfault in vect_is_simple_use

2007-10-22 Thread dorit at gcc dot gnu dot org
--- Comment #5 from dorit at gcc dot gnu dot org 2007-10-23 03:24 --- Subject: Bug 33835 Author: dorit Date: Tue Oct 23 03:24:06 2007 New Revision: 129571 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=129571 Log: PR tree-optimization/33834 PR tree-optimization/3

[Bug middle-end/33589] [4.3 regression] ICE on valid code at -O2: verify_flow_info failed

2007-10-22 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2007-10-23 06:09 --- This is most likely just a latent bug that showed up wth Ollie's patch, looking into it further. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/33254] Diagnose different string lengths in array constructors at run time

2007-10-22 Thread pault at gcc dot gnu dot org
--- Comment #17 from pault at gcc dot gnu dot org 2007-10-23 06:19 --- (In reply to comment #11) > I'm adding Paul to the CC list, as perhaps he immediately knows what's > happening (Paul, see comment #5). Otherwise I will investigate tomorrow > evening or Saturday. I'm pretty permanen

[Bug middle-end/33589] [4.3 regression] ICE on valid code at -O2: verify_flow_info failed

2007-10-22 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2007-10-23 06:38 --- So when out of SSA (TER) combines: iftmp.1D.2042_25 = (derivedD.2000:: *) somemethodD.1996; # SMT.36D.2106_36 = VDEF { SMT.36D.2106 } iftmp.1_25 (0B); It does not change the case where it knows it cannot thr

[Bug middle-end/33589] [4.3 regression] ICE on valid code at -O2: verify_flow_info failed

2007-10-22 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2007-10-23 06:53 --- Here is a "semi" undefined case which shows the same issue: void f(void*) throw(); void somefunction() { try { void (*g)(void*) = (void (*)(void*))f; void (*g2)(int*) = (void (*)(int*))g; g2(0); } catch (.

[Bug tree-optimization/33319] [4.2/4.3 regression] g++.dg/tree-ssa/pr27549.C ICE with vectorization

2007-10-22 Thread victork at gcc dot gnu dot org
--- Comment #5 from victork at gcc dot gnu dot org 2007-10-23 06:53 --- Created an attachment (id=14394) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14394&action=view) vectorizer dump -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33319

[Bug tree-optimization/33319] [4.2/4.3 regression] g++.dg/tree-ssa/pr27549.C ICE with vectorization

2007-10-22 Thread victork at gcc dot gnu dot org
--- Comment #6 from victork at gcc dot gnu dot org 2007-10-23 06:57 --- I think this bug is duplicate of pr31081. Probably versioning which is done by vectorizer exposes the problem in inliner. I've attached the vectorizer dump for analysys (pr27549.C.103t.vect) % gdb --args ./gcc/cc1pl

<    1   2