[Bug fortran/41656] [OOP] Unresolved GENERIC

2009-10-15 Thread pault at gcc dot gnu dot org
--- Comment #7 from pault at gcc dot gnu dot org 2009-10-16 06:09 --- Fixed on trunk. Thanks for the patch. Paul -- pault at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/41648] [OOP] Type-bound procedures refused

2009-10-15 Thread pault at gcc dot gnu dot org
--- Comment #4 from pault at gcc dot gnu dot org 2009-10-16 06:09 --- Fixed on trunk. Thanks for the patch. Paul -- pault at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/41648] [OOP] Type-bound procedures refused

2009-10-15 Thread pault at gcc dot gnu dot org
--- Comment #3 from pault at gcc dot gnu dot org 2009-10-16 06:07 --- Subject: Bug 41648 Author: pault Date: Fri Oct 16 06:07:09 2009 New Revision: 152890 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=152890 Log: 2009-10-16 Paul Thomas PR fortran/41648 PR fo

[Bug fortran/41656] [OOP] Unresolved GENERIC

2009-10-15 Thread pault at gcc dot gnu dot org
--- Comment #6 from pault at gcc dot gnu dot org 2009-10-16 06:07 --- Subject: Bug 41656 Author: pault Date: Fri Oct 16 06:07:09 2009 New Revision: 152890 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=152890 Log: 2009-10-16 Paul Thomas PR fortran/41648 PR fo

[Bug rtl-optimization/40838] gcc shouldn't assume that the stack is aligned

2009-10-15 Thread hjl dot tools at gmail dot com
--- Comment #62 from hjl dot tools at gmail dot com 2009-10-16 02:48 --- (In reply to comment #61) > > As for the updated patch --- why does it modify the autovectorizer? Anything > that the autovectorizer does can be done manually without the autovectorizer. > So, if there is a case w

[Bug rtl-optimization/40838] gcc shouldn't assume that the stack is aligned

2009-10-15 Thread mikulas at artax dot karlin dot mff dot cuni dot cz
--- Comment #61 from mikulas at artax dot karlin dot mff dot cuni dot cz 2009-10-16 02:10 --- > Why should gcc align the stack when SSE registers aren't used > at all? Because it passes pointer to the structure containing vector entries to someone else who expects it to be aligned. As

[Bug libfortran/41711] Z format does not support writing KIND=10 reals

2009-10-15 Thread jvdelisle at gcc dot gnu dot org
--- Comment #8 from jvdelisle at gcc dot gnu dot org 2009-10-16 01:58 --- This seems to work. (Although I thought I saw once for the z4 value.) program z implicit none real(10) e integer i integer(8), dimension(2) :: it call random_seed() do i=1,100 call rando

[Bug libfortran/41711] Z format does not support writing KIND=10 reals

2009-10-15 Thread jvdelisle at gcc dot gnu dot org
--- Comment #7 from jvdelisle at gcc dot gnu dot org 2009-10-16 01:41 --- I had a chance to review our code here. It uses gfc_xtoa which resides in runtime\error.c. All of our conversion routines are dependent on GFC_UINTEGER_LARGEST which is platform dependent. I think there is a si

[Bug rtl-optimization/40838] gcc shouldn't assume that the stack is aligned

2009-10-15 Thread hjl dot tools at gmail dot com
--- Comment #60 from hjl dot tools at gmail dot com 2009-10-16 00:56 --- Created an attachment (id=18805) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18805&action=view) An updated patch This patch aligns stack if there is a stack variable with 128bit alignment. -- hjl dot t

[Bug target/40913] hppa-hpux: libgcc_s.sl does not have the 'internal name' (=soname) set

2009-10-15 Thread danglin at gcc dot gnu dot org
--- Comment #4 from danglin at gcc dot gnu dot org 2009-10-16 00:07 --- Subject: Bug 40913 Author: danglin Date: Fri Oct 16 00:07:28 2009 New Revision: 152884 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=152884 Log: Backport from mainline 2009-09-17 Michael Ha

[Bug target/40913] hppa-hpux: libgcc_s.sl does not have the 'internal name' (=soname) set

2009-10-15 Thread danglin at gcc dot gnu dot org
--- Comment #3 from danglin at gcc dot gnu dot org 2009-10-16 00:04 --- Subject: Bug 40913 Author: danglin Date: Fri Oct 16 00:04:11 2009 New Revision: 152883 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=152883 Log: 2009-10-15 John David Anglin Backport from mainli

[Bug target/41702] FAIL: abi/demangle/abi_text/09.cc execution test

2009-10-15 Thread danglin at gcc dot gnu dot org
--- Comment #2 from danglin at gcc dot gnu dot org 2009-10-15 23:31 --- Fixed. -- danglin at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRM

[Bug target/41702] FAIL: abi/demangle/abi_text/09.cc execution test

2009-10-15 Thread danglin at gcc dot gnu dot org
--- Comment #1 from danglin at gcc dot gnu dot org 2009-10-15 23:23 --- Subject: Bug 41702 Author: danglin Date: Thu Oct 15 23:22:44 2009 New Revision: 152882 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=152882 Log: PR target/41702 * pa.md (casesi): Use sign ex

[Bug c++/41723] Error when using a qualified name to declare a nested template instantiation as a friend of the containing template

2009-10-15 Thread evaned at gmail dot com
--- Comment #1 from evaned at gmail dot com 2009-10-15 23:10 --- Created an attachment (id=18804) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18804&action=view) The broken code -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41723

[Bug c++/41723] New: Error when using a qualified name to declare a nested template instantiation as a friend of the containing template

2009-10-15 Thread evaned at gmail dot com
The following code complies with GCC 4.3.0-2 and presumably older versions (also tested with 3.4), but fails under GCC 4.4.0: template class C { template class D {}; friend class C::D; }; The message it outputs is: $ /s/gcc-4.4.0/bin/g++ test.cc test.cc:5: error: ‘typename C::

[Bug target/41722] internal compiler error / unable to generate reloads

2009-10-15 Thread vincent dot stehle at laposte dot net
--- Comment #2 from vincent dot stehle at laposte dot net 2009-10-15 22:59 --- Complete compiler version: vinc...@clopinette:bug$ arm-linux-gnu-gcc-4.3 -v Using built-in specs. Target: arm-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Debian 4.3.2-1.1' --with-bugurl

[Bug target/41722] internal compiler error / unable to generate reloads

2009-10-15 Thread vincent dot stehle at laposte dot net
--- Comment #1 from vincent dot stehle at laposte dot net 2009-10-15 22:56 --- gcc 3.4.6, 4.1.3 and 4.2.4 (Debian) not affected because -march=armv7-a not supported. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41722

[Bug c/41722] New: internal compiler error / unable to generate reloads

2009-10-15 Thread vincent dot stehle at laposte dot net
When I try to (cross-)compile the C source below, I get an internal compiler error. I am using (cross-)gcc version 4.3.2 (Debian 4.3.2-1.1). Command line: 'arm-linux-gnu-gcc -march=armv7-a -mthumb -c opt.c' --- C: #define N 10 float f(const float a[N], const float b[N]) { float r = 0;

[Bug rtl-optimization/41697] ICE on gcc.c-torture/compile/20090917-1.c

2009-10-15 Thread sje at cup dot hp dot com
--- Comment #2 from sje at cup dot hp dot com 2009-10-15 21:53 --- Fixed with checkin. -- sje at cup dot hp dot com changed: What|Removed |Added Status|UNCONF

[Bug debug/41717] [4.5.0 regression] internal compiler error: in expand_debug_expr

2009-10-15 Thread kargl at gcc dot gnu dot org
--- Comment #9 from kargl at gcc dot gnu dot org 2009-10-15 21:51 --- (In reply to comment #8) > Created an attachment (id=18803) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18803&action=view) [edit] > gcc45-pr41717.patch > > Untested patch. > The patch allows the original tes

[Bug rtl-optimization/41697] ICE on gcc.c-torture/compile/20090917-1.c

2009-10-15 Thread sje at gcc dot gnu dot org
--- Comment #1 from sje at gcc dot gnu dot org 2009-10-15 21:49 --- Subject: Bug 41697 Author: sje Date: Thu Oct 15 21:49:29 2009 New Revision: 152872 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=152872 Log: 2009-10-15 Steve Ellcey PR rtl-optimization/41697

[Bug c++/41721] C++ method resolution error

2009-10-15 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2009-10-15 21:22 --- Since foo is not declared as virtual, it is always a direct call to A::foo when doing: a->foo(); -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/41721] New: C++ method resolution error

2009-10-15 Thread sergio at gruposinternet dot com dot br
If I declare a class and extend it, the object created from the extended class shouldn't always refer to the extended class methods and typeid even if casted to the first class? See the code: #include #include class A { public: int a; A() { ; }

[Bug middle-end/41573] [4.5 Regression] segfault in trunk related to strings

2009-10-15 Thread hjl at gcc dot gnu dot org
--- Comment #6 from hjl at gcc dot gnu dot org 2009-10-15 21:18 --- Subject: Bug 41573 Author: hjl Date: Thu Oct 15 21:17:36 2009 New Revision: 152870 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=152870 Log: 2009-10-15 H.J. Lu Backport from mainline: 2009-1

[Bug tree-optimization/41634] [4.5 Regression] ICE in dom

2009-10-15 Thread hjl at gcc dot gnu dot org
--- Comment #10 from hjl at gcc dot gnu dot org 2009-10-15 21:18 --- Subject: Bug 41634 Author: hjl Date: Thu Oct 15 21:17:36 2009 New Revision: 152870 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=152870 Log: 2009-10-15 H.J. Lu Backport from mainline: 2009-

[Bug c/41182] [4.5 Regression] Revision 145254 caused ICE: tree check: expected integer_cst, have nop_expr in tree_int_cst_lt, at tree.c:5259

2009-10-15 Thread hjl at gcc dot gnu dot org
--- Comment #15 from hjl at gcc dot gnu dot org 2009-10-15 21:18 --- Subject: Bug 41182 Author: hjl Date: Thu Oct 15 21:17:36 2009 New Revision: 152870 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=152870 Log: 2009-10-15 H.J. Lu Backport from mainline: 2009-

[Bug tree-optimization/41555] [4.5 regression] possible miscompilation in whole-program mode

2009-10-15 Thread hjl at gcc dot gnu dot org
--- Comment #8 from hjl at gcc dot gnu dot org 2009-10-15 21:18 --- Subject: Bug 41555 Author: hjl Date: Thu Oct 15 21:17:36 2009 New Revision: 152870 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=152870 Log: 2009-10-15 H.J. Lu Backport from mainline: 2009-1

[Bug c++/41570] [4.5 Regression] [c++0x] ICE with -g and variadic templates

2009-10-15 Thread hjl at gcc dot gnu dot org
--- Comment #5 from hjl at gcc dot gnu dot org 2009-10-15 21:18 --- Subject: Bug 41570 Author: hjl Date: Thu Oct 15 21:17:36 2009 New Revision: 152870 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=152870 Log: 2009-10-15 H.J. Lu Backport from mainline: 2009-1

[Bug libfortran/41683] [4.5 Regression] F2003 Repeat specification after P descriptor rejected

2009-10-15 Thread hjl at gcc dot gnu dot org
--- Comment #5 from hjl at gcc dot gnu dot org 2009-10-15 21:18 --- Subject: Bug 41683 Author: hjl Date: Thu Oct 15 21:17:36 2009 New Revision: 152870 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=152870 Log: 2009-10-15 H.J. Lu Backport from mainline: 2009-1

[Bug debug/41717] [4.5.0 regression] internal compiler error: in expand_debug_expr

2009-10-15 Thread jakub at gcc dot gnu dot org
--- Comment #8 from jakub at gcc dot gnu dot org 2009-10-15 21:17 --- Created an attachment (id=18803) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18803&action=view) gcc45-pr41717.patch Untested patch. -- jakub at gcc dot gnu dot org changed: What|Removed

[Bug libgcj/40182] [4.4/4.5 regression] regressions in libjava testsuite on sparc-linux

2009-10-15 Thread danglin at gcc dot gnu dot org
--- Comment #2 from danglin at gcc dot gnu dot org 2009-10-15 21:14 --- This was introduced in revision 151676 on hppa-unknown-linux-gnu. 2009-09-13 Richard Guenther Rafael Avila de Espindola * langhooks-def.h (LANG_HOOKS_EH_RUNTIME_TYPE): Define. (LANG_HOO

[Bug rtl-optimization/40838] gcc shouldn't assume that the stack is aligned

2009-10-15 Thread hjl dot tools at gmail dot com
--- Comment #59 from hjl dot tools at gmail dot com 2009-10-15 20:54 --- (In reply to comment #58) > (In reply to comment #53) > > Created an attachment (id=18656) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18656&action=view) [edit] > > An updated patch for gcc 4.4 > > Seamonk

[Bug fortran/41720] GNU Fortran fails configure test during build process

2009-10-15 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2009-10-15 20:36 --- >gfortran: Internal error: Segmentation Fault (program f951) That normally means the version of GMP/MPFR you have installed are broken. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41720

[Bug debug/41717] [4.5.0 regression] internal compiler error: in expand_debug_expr

2009-10-15 Thread jakub at gcc dot gnu dot org
--- Comment #7 from jakub at gcc dot gnu dot org 2009-10-15 20:37 --- I see several issues: 1) expand_debug_expr should handle CONJ_EXPR. The easiest would be just to handle the case where op0 is CONCAT (then just return gen_rtx_CONCAT (mode, XEXP (op0, 0), gen_rtx_NEG (GET_MODE (XEXP (

[Bug fortran/41714] [OOP] ALLOCATE SOURCE= does not properly copy the value from SOURCE

2009-10-15 Thread janus at gcc dot gnu dot org
--- Comment #2 from janus at gcc dot gnu dot org 2009-10-15 20:27 --- Problem: The patch in comment #1 regresses on class_allocate_1.f03: gfortran-4.5 class_allocate_1.f03 -O1 class_allocate_1.f03: In function ‘MAIN__’: class_allocate_1.f03:57:0: internal compiler error: in tree_annotat

[Bug rtl-optimization/40838] gcc shouldn't assume that the stack is aligned

2009-10-15 Thread mikulas at artax dot karlin dot mff dot cuni dot cz
--- Comment #58 from mikulas at artax dot karlin dot mff dot cuni dot cz 2009-10-15 20:24 --- (In reply to comment #53) > Created an attachment (id=18656) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18656&action=view) [edit] > An updated patch for gcc 4.4 Seamonkey is correct w

[Bug debug/41717] [4.5.0 regression] internal compiler error: in expand_debug_expr

2009-10-15 Thread burnus at gcc dot gnu dot org
-- burnus at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.5.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41717

[Bug fortran/41720] New: GNU Fortran fails configure test during build process

2009-10-15 Thread bugzilla at photosurrealism dot com
Bootstrap build nearly works (C compiler was done and checked as were libraries to this point), but then: ... checking dynamic linker characteristics... solaris2.10 ld.so checking how to hardcode library paths into programs... immediate checking whether the GNU Fortran compiler is working... no con

[Bug fortran/41719] invalid: Intrinsic assignment involving polymorphic variables

2009-10-15 Thread burnus at gcc dot gnu dot org
--- Comment #1 from burnus at gcc dot gnu dot org 2009-10-15 20:16 --- (In reply to comment #0) > x = t2(45,478) ! INVALID > cp = x The "x = " is of cause valid while the "cp = x" is invalid. The opposite "type = class" is already rejected. -- http://gcc.gnu.org/bugzilla/show_bu

[Bug fortran/41719] New: invalid: Intrinsic assignment involving polymorphic variables

2009-10-15 Thread burnus at gcc dot gnu dot org
R734 assignment-stmt is variable = expr "An intrinsic assignment statement is an assignment statement that is not a defined assignment statement (7.4.1.4). In an intrinsic assignment statement, variable shall not be polymorphic" implicit none type t1 integer :: a end type type, extends

[Bug debug/41717] [4.5.0 regression] internal compiler error: in expand_debug_expr

2009-10-15 Thread kargl at gcc dot gnu dot org
--- Comment #6 from kargl at gcc dot gnu dot org 2009-10-15 20:09 --- Inspection of gcc/ChangeLog and gcc/fortran/ChangeLog suggests that this is related to the recent flurry of debugging patches. Changing the component to debug. -- kargl at gcc dot gnu dot org changed:

[Bug fortran/41717] [4.5.0 regression] internal compiler error: in expand_debug_expr

2009-10-15 Thread kargl at gcc dot gnu dot org
--- Comment #5 from kargl at gcc dot gnu dot org 2009-10-15 20:04 --- Here's a reduced testcase. subroutine state_matrix_test () complex :: val complex, dimension(1) :: v v(1) = (0.0, 0.8) val = conjg(v(1) * v(1)) end subroutine state_matrix_test Any level of optimi

[Bug fortran/41717] [4.5.0 regression] internal compiler error: in expand_debug_expr

2009-10-15 Thread kargl at gcc dot gnu dot org
--- Comment #4 from kargl at gcc dot gnu dot org 2009-10-15 19:51 --- (In reply to comment #3) > The gfortran I used was checked out and compiled today, > trunk revision 152845. > OK. My new build also has the ICE on x86_64-*-freebsd. -- kargl at gcc dot gnu dot org changed:

[Bug bootstrap/41710] Build Failure

2009-10-15 Thread joel at gcc dot gnu dot org
--- Comment #2 from joel at gcc dot gnu dot org 2009-10-15 19:24 --- CLosing. -- joel at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRMED

[Bug bootstrap/41710] Build Failure

2009-10-15 Thread joel at gcc dot gnu dot org
--- Comment #1 from joel at gcc dot gnu dot org 2009-10-15 19:24 --- This was the side-effect of an unmatched qupote in config.gcc in my local tree from a new target I was adding. It resulted in configargs.h not being compilable. Strange but fixed now and never in public source. --

[Bug tree-optimization/41718] internal compiler error: in add_stack_var_conflict, at cfgexpand.c:359

2009-10-15 Thread bernds_cb1 at t-online dot de
--- Comment #1 from bernds_cb1 at t-online dot de 2009-10-15 19:05 --- Created an attachment (id=18802) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18802&action=view) Testcase to reproduce -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41718

[Bug tree-optimization/41718] New: internal compiler error: in add_stack_var_conflict, at cfgexpand.c:359

2009-10-15 Thread bernds_cb1 at t-online dot de
The testcase for bug 38582 causes a new failure in gcc trunk, an internal compiler error (see summary). The revision is Last Changed Rev: 152847 Last Changed Date: 2009-10-15 16:12:03 +0100 (Thu, 15 Oct 2009) To reproduce, execute the following in the gcc build directory: ./f951 testcase.f90 -f

[Bug fortran/41717] [4.5.0 regression] internal compiler error: in expand_debug_expr

2009-10-15 Thread reuter at physik dot uni-freiburg dot de
--- Comment #3 from reuter at physik dot uni-freiburg dot de 2009-10-15 19:00 --- The gfortran I used was checked out and compiled today, trunk revision 152845. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41717

[Bug c++/24985] caret diagnostics

2009-10-15 Thread manu at gcc dot gnu dot org
--- Comment #14 from manu at gcc dot gnu dot org 2009-10-15 18:51 --- If you have half-baked patches, mention them in a comment or attach them to this bug. If you have complete patches, submit them to gcc-patches and link to them from here. If you have ideas about how this could be im

[Bug fortran/41717] [4.5.0 regression] internal compiler error: in expand_debug_expr

2009-10-15 Thread kargl at gcc dot gnu dot org
--- Comment #2 from kargl at gcc dot gnu dot org 2009-10-15 18:43 --- Works for me on x86_64-*-freebsd with GNU Fortran (GCC) 4.5.0 20091007 (experimental) How old is your gfortran? -- kargl at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug debug/41340] [4.5 Regression] G++ produces different code with and without -g option

2009-10-15 Thread aoliva at gcc dot gnu dot org
--- Comment #4 from aoliva at gcc dot gnu dot org 2009-10-15 18:17 --- Is this just because of the use of random number generators to name symbols with internal linkage, or is there some actual difference that -fcompare-debug detects? (-fcompare-debug uses -frandom-seed to avoid the dif

[Bug tree-optimization/38816] graphite undocumented

2009-10-15 Thread spop at gcc dot gnu dot org
--- Comment #1 from spop at gcc dot gnu dot org 2009-10-15 18:11 --- diff --git a/gcc/doc/passes.texi b/gcc/doc/passes.texi index b28b87c..1e8379e 100644 --- a/gcc/doc/passes.texi +++ b/gcc/doc/passes.texi @@ -454,6 +454,13 @@ pass is implemented in @file{tree-vectorizer.c} (the main dri

[Bug fortran/41717] [4.5.0 regression] internal compiler error: in expand_debug_expr

2009-10-15 Thread reuter at physik dot uni-freiburg dot de
--- Comment #1 from reuter at physik dot uni-freiburg dot de 2009-10-15 18:10 --- Created an attachment (id=18801) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18801&action=view) code triggering the internal compiler error -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41717

[Bug fortran/41717] New: [4.5.0 regression] internal compiler error: in expand_debug_expr

2009-10-15 Thread reuter at physik dot uni-freiburg dot de
When compiling the attached code with the following flags: gfortran -g -O2 -c state_matrices.f90 (actually the default from libtool for the debug mode), this triggers the following internal compiler error: gfortran45.old -g -O2 -c state_matrices.f90 unit size align 32 sym

[Bug middle-end/22072] bizarre code for int*int/2 for -Os

2009-10-15 Thread ubizjak at gmail dot com
--- Comment #18 from ubizjak at gmail dot com 2009-10-15 18:04 --- Backport approved offline by Vlad. Fixed. -- ubizjak at gmail dot com changed: What|Removed |Added

[Bug c++/24985] caret diagnostics

2009-10-15 Thread bkoz at gcc dot gnu dot org
--- Comment #13 from bkoz at gcc dot gnu dot org 2009-10-15 17:33 --- Patch for change to coding conventions: http://gcc.gnu.org/ml/gcc-patches/2009-10/msg00687.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24985

[Bug fortran/41712] ETIME not useable with -fdefault-real-8

2009-10-15 Thread kargl at gcc dot gnu dot org
--- Comment #4 from kargl at gcc dot gnu dot org 2009-10-15 17:32 --- See http://gcc.gnu.org/ml/gcc-patches/2009-10/msg00993.html -- kargl at gcc dot gnu dot org changed: What|Removed |Added -

[Bug web/35777] no DFP announcement, no example text, very vague documentation

2009-10-15 Thread bkoz at gcc dot gnu dot org
--- Comment #7 from bkoz at gcc dot gnu dot org 2009-10-15 17:29 --- There is now an announcement and a status page for the library work. Thanks. -- bkoz at gcc dot gnu dot org changed: What|Removed |Added -

[Bug objc++/41716] Core dump when using "for( var in array )" inside template in Objective-C++

2009-10-15 Thread gcc at johnholdsworth dot com
--- Comment #3 from gcc at johnholdsworth dot com 2009-10-15 17:17 --- OK, Already done. Thanks (In reply to comment #1) > The FSF GCC does not include any objective-c 2.0 support. Please report this > bug to Apple. > -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41716

[Bug objc++/41716] Core dump when using "for( var in array )" inside template in Objective-C++

2009-10-15 Thread gcc at johnholdsworth dot com
--- Comment #2 from gcc at johnholdsworth dot com 2009-10-15 17:13 --- Created an attachment (id=18800) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18800&action=view) An example iPhone SDK project which gives core dump on compile. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?

[Bug objc++/41716] Core dump when using "for( var in array )" inside template in Objective-C++

2009-10-15 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2009-10-15 17:12 --- The FSF GCC does not include any objective-c 2.0 support. Please report this bug to Apple. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added --

[Bug tree-optimization/41406] -O3 conflict with -floop-strip-mine internal compiler error: in build_loop_iteration_domains, at graphite-sese-to-poly.c:1156

2009-10-15 Thread spop at gcc dot gnu dot org
--- Comment #6 from spop at gcc dot gnu dot org 2009-10-15 17:11 --- Fixed in the graphite branch. This will be merged soon to trunk. Sebastian -- spop at gcc dot gnu dot org changed: What|Removed |Added --

[Bug objc++/41716] New: Core dump when using "for( var in array )" inside template in Objective-C++

2009-10-15 Thread gcc at johnholdsworth dot com
I'm not sure if this is a bug related only to Apple's version of gcc but I've been getting a core dump whenever I try to use the for ( var in array ) Objective-C construct inside a C++ template. An example is the code: template class OODictionary { void boom() { NSArray *k

[Bug tree-optimization/41305] ICE with -O3 -floop-interchange

2009-10-15 Thread spop at gcc dot gnu dot org
--- Comment #2 from spop at gcc dot gnu dot org 2009-10-15 16:38 --- This is fixed in the graphite branch. -- spop at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/39957] ICE : in expand_scalar_variables_expr, at graphite.c:4262

2009-10-15 Thread spop at gcc dot gnu dot org
--- Comment #2 from spop at gcc dot gnu dot org 2009-10-15 16:31 --- This is fixed in the Graphite branch. -- spop at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/40529] ICE with -floop-block, verify_ssa failed

2009-10-15 Thread spop at gcc dot gnu dot org
--- Comment #5 from spop at gcc dot gnu dot org 2009-10-15 16:29 --- This is fixed in the Graphite branch. -- spop at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/40157] ICE with -floop-block

2009-10-15 Thread spop at gcc dot gnu dot org
--- Comment #4 from spop at gcc dot gnu dot org 2009-10-15 16:27 --- I do not intend to backport all the changes from graphite GCC4.5 to GCC4.4. This testcase is now part of the graphite testsuite and works with -floop-block in the graphite branch. Sebastian -- spop at gcc dot gnu d

[Bug middle-end/41193] [4.5 Regression] slow compilation with graphite / ice with graphite

2009-10-15 Thread spop at gcc dot gnu dot org
--- Comment #7 from spop at gcc dot gnu dot org 2009-10-15 16:21 --- With a patch to solve an ICE triggered by this testcase (to be committed soon with a reduced testcase to the graphite branch), I am seeing these numbers on the graphite branch: ./f951 -O2 ~/ex/graphite/pr41193.f90 Gr

[Bug lto/41668] ICE in get_alias_set, at alias.c:698

2009-10-15 Thread rguenth at gcc dot gnu dot org
--- Comment #9 from rguenth at gcc dot gnu dot org 2009-10-15 16:04 --- Subject: Bug 41668 Author: rguenth Date: Thu Oct 15 16:04:29 2009 New Revision: 152851 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=152851 Log: 2009-10-15 Richard Guenther PR lto/41668

[Bug lto/41669] Infinite recursion trying to build gcc

2009-10-15 Thread rguenth at gcc dot gnu dot org
to/41669 * gimple.c (gimple_get_alias_set): Avoid recursing on invalid type topology. * gcc.dg/lto/20091015-1_0.c: New testcase. * gcc.dg/lto/20091015-1_1.c: Likewise. * gcc.dg/lto/20091015-1_2.c: Likewise. * gcc.dg/lto/20091015-1_a.h: Likewise. * gc

[Bug libstdc++/38875] parallel fill and copy in the parallel version of libstdc++

2009-10-15 Thread wuerzner at gmail dot com
--- Comment #4 from wuerzner at gmail dot com 2009-10-15 15:46 --- Hi, has there been any change on the std::fill policy, yet? If yes, in which version did you integrate the parallel fill? Many thanks, Kay -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38875

[Bug c/20385] Lame parse error message for undefined type

2009-10-15 Thread manu at gcc dot gnu dot org
--- Comment #4 from manu at gcc dot gnu dot org 2009-10-15 15:21 --- BTW, Clang claims to get this right. Quoting from: http://clang.llvm.org/diagnostics.html $ gcc-4.2 t.c t.c:3: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token $ clang t.c t.c:3:1: error

[Bug target/41684] [4.4/4.5 regression] binutils testsuite failures when built with 4.4/4.5

2009-10-15 Thread ramana at gcc dot gnu dot org
--- Comment #9 from ramana at gcc dot gnu dot org 2009-10-15 15:17 --- (In reply to comment #7) > (In reply to comment #6) > > A bisection has identified revision 139725 as the origin of this regression. > > That revision added support for -fsection-anchors on arm and enabled it by > de

[Bug c++/38522] -Wconversion does not handle complex bitwise expressions

2009-10-15 Thread manu at gcc dot gnu dot org
--- Comment #8 from manu at gcc dot gnu dot org 2009-10-15 15:02 --- This is not a regression, so it does not have a target milestone. If ever fixed, it will only be fixed in trunk. -- manu at gcc dot gnu dot org changed: What|Removed |Added --

[Bug rtl-optimization/40838] gcc shouldn't assume that the stack is aligned

2009-10-15 Thread mahatma at eu dot by
--- Comment #57 from mahatma at eu dot by 2009-10-15 14:29 --- (In reply to comment #53) > Created an attachment (id=18656) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18656&action=view) [edit] > An updated patch for gcc 4.4 > > Oops. Wrong patch. Trry this one. > Looks good

[Bug target/41684] [4.4/4.5 regression] binutils testsuite failures when built with 4.4/4.5

2009-10-15 Thread mikpe at it dot uu dot se
--- Comment #8 from mikpe at it dot uu dot se 2009-10-15 14:14 --- Created an attachment (id=18799) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18799&action=view) kludge to disable section anchors on arm for gcc-4.4 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41684

[Bug fortran/41712] ETIME not useable with -fdefault-real-8

2009-10-15 Thread kargl at gcc dot gnu dot org
--- Comment #3 from kargl at gcc dot gnu dot org 2009-10-15 14:13 --- (In reply to comment #2) > (In reply to comment #1) > > The manual reads: > > > > VALUES The type shall be REAL, DIMENSION(2). > > > > where I understand REAL as REAL(4). Hence if you want to use > > -fdefault-rea

[Bug target/41684] [4.4/4.5 regression] binutils testsuite failures when built with 4.4/4.5

2009-10-15 Thread mikpe at it dot uu dot se
--- Comment #7 from mikpe at it dot uu dot se 2009-10-15 14:12 --- (In reply to comment #6) > A bisection has identified revision 139725 as the origin of this regression. That revision added support for -fsection-anchors on arm and enabled it by default at -O1 and above. Compiling with

[Bug target/41665] Typo in addsi_1_zext?

2009-10-15 Thread hjl dot tools at gmail dot com
--- Comment #8 from hjl dot tools at gmail dot com 2009-10-15 14:05 --- Fixed. -- hjl dot tools at gmail dot com changed: What|Removed |Added Status|NEW

[Bug target/41665] Typo in addsi_1_zext?

2009-10-15 Thread hjl at gcc dot gnu dot org
--- Comment #7 from hjl at gcc dot gnu dot org 2009-10-15 14:01 --- Subject: Bug 41665 Author: hjl Date: Thu Oct 15 14:00:57 2009 New Revision: 152845 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=152845 Log: 2009-10-15 H.J. Lu Backport from mainline: 2009-1

[Bug fortran/41714] [OOP] ALLOCATE SOURCE= does not properly copy the value from SOURCE

2009-10-15 Thread janus at gcc dot gnu dot org
--- Comment #1 from janus at gcc dot gnu dot org 2009-10-15 13:14 --- Certainly mine. I should have thought of this case when fixing PR41581. The cure is for sure: Index: gcc/fortran/trans-stmt.c === --- gcc/fortran/trans-s

[Bug target/41196] The use of ARM NEON vshll_n_u8 intrinsic results in compile error on valid code [4.4 only]

2009-10-15 Thread ramana at gcc dot gnu dot org
-- ramana at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.4.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41196

[Bug regression/41204] [4.4/4.5 regression] worse code generated compared to GCC 4.3.2

2009-10-15 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.4.2 |4.4.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41204

[Bug ada/37440] [4.4/4.5 Regression] GNAT Bug Box a-ngcefu.adb:397

2009-10-15 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.4.2 |4.4.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37440

[Bug middle-end/38059] [4.4/4.5 Regression] Compile time regression for gcc.dg/20020425-1.c

2009-10-15 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.4.2 |4.4.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38059

[Bug middle-end/37165] [4.4/4.5 Regression] FAIL: gcc.dg/matrix/matrix-1.c scan-ipa-dump-times matrix-reorg "Flattened 3 dimensions" 1

2009-10-15 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.4.2 |4.4.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37165

[Bug rtl-optimization/40775] [4.4/4.5 Regression] ICE in find_valid_class, at reload.c:701

2009-10-15 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.4.2 |4.4.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40775

[Bug target/36851] [4.4/4.5 regression] cc1plus SEGV compiling strstream.cc on Tru64 UNIX

2009-10-15 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.4.2 |4.4.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36851

[Bug target/37367] [4.4/4.5 Regression] gcc-4.4/4.5 speed regression

2009-10-15 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.4.2 |4.4.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37367

[Bug c++/22488] [4.2/4.3/4.4/4.5 Regression] push_fields_onto_fieldstack calculates offset incorrectly

2009-10-15 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.4.2 |4.4.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22488

[Bug bootstrap/40894] [4.4/4.5 Regression] bootstrap4-lean failed crtfastmath.o comparision

2009-10-15 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.4.2 |4.4.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40894

[Bug libgcj/40860] [4.4/4.5 regression] regressions in libjava testsuite on arm-linux

2009-10-15 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.4.2 |4.4.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40860

[Bug libgcj/40859] [4.4/4.5 regression] regressions in libjava testsuite on arm-linux

2009-10-15 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.4.2 |4.4.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40859

[Bug libgcj/40182] [4.4/4.5 regression] regressions in libjava testsuite on sparc-linux

2009-10-15 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.4.2 |4.4.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40182

[Bug target/40454] [4.4 regression] zlib is about 20% slower when compiled with GCC 4.4.1

2009-10-15 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.4.2 |4.4.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40454

[Bug libgcj/40180] [4.4/4.5 regression] regressions in libjava testsuite on ia64-linux

2009-10-15 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.4.2 |4.4.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40180

[Bug libgcj/40181] [4.4 Regression] regressions in libjava testsuite on s390-linux

2009-10-15 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.4.2 |4.4.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40181

[Bug middle-end/40154] [4.4/4.5 Regression] internal compiler error: in do_SUBST, at combine.c:681

2009-10-15 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.4.2 |4.4.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40154

[Bug preprocessor/39533] [4.4/4.5 Regression] -MM may list a header file twice

2009-10-15 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.4.2 |4.4.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39533

[Bug rtl-optimization/38603] [4.4/4.5 Regression] IRA does not accommodate LOAD_EXTEND_OP transformations done by combine

2009-10-15 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.4.2 |4.4.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38603

  1   2   >