[Bug fortran/34536] New: Make support of 2.0**-3*5 tighter: Print warning by default

2007-12-20 Thread burnus at gcc dot gnu dot org
The problem with 2.0**-3*5 is whether it should be interpreted as 2.0**(-3) * 5 or as 2.0**(-3*5). gfortran does the former, ifort the latter. g95, openf95, sunf95 and (of cause) NAG f95 reject it always. ifort: Accepts it, unless -stand f* is used. gfortran: Warning for -pedantic, Error for

[Bug fortran/34536] Make support of 2.0**-3*5 tighter: Print warning by default

2007-12-20 Thread burnus at gcc dot gnu dot org
--- Comment #1 from burnus at gcc dot gnu dot org 2007-12-20 08:04 --- See also: http://groups.google.com/group/comp.lang.fortran/browse_thread/thread/30039cbb71280a3b/ -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34536

[Bug fortran/34482] FAIL: gfortran.dg/nan_4.f90 -O tests for errors

2007-12-20 Thread burnus at gcc dot gnu dot org
--- Comment #12 from burnus at gcc dot gnu dot org 2007-12-20 08:13 --- Subject: Bug 34482 Author: burnus Date: Thu Dec 20 08:13:09 2007 New Revision: 131098 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=131098 Log: 2007-12-20 Tobias Burnus [EMAIL PROTECTED] PR

[Bug fortran/34482] FAIL: gfortran.dg/nan_4.f90 -O tests for errors

2007-12-20 Thread burnus at gcc dot gnu dot org
--- Comment #13 from burnus at gcc dot gnu dot org 2007-12-20 08:15 --- FIXED on the trunk (4.3.0) [does not affect 4.2.x or 4.1.x]. Thanks for the report. -- burnus at gcc dot gnu dot org changed: What|Removed |Added

[Bug libfortran/34530] [4.3 regression] namelist read broken when whitespace after namelist

2007-12-20 Thread burnus at gcc dot gnu dot org
--- Comment #3 from burnus at gcc dot gnu dot org 2007-12-20 08:17 --- Subject: Bug 34530 Author: burnus Date: Thu Dec 20 08:16:48 2007 New Revision: 131099 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=131099 Log: 2007-12-20 Tobias Burnus [EMAIL PROTECTED] PR

[Bug libfortran/34530] [4.3 regression] namelist read broken when whitespace after namelist

2007-12-20 Thread burnus at gcc dot gnu dot org
--- Comment #4 from burnus at gcc dot gnu dot org 2007-12-20 08:22 --- FIXED on the trunk (4.3.0). Thanks for the report. -- burnus at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/34537] New: ICE (FPE) for TRANSFER('string', char_ptr)

2007-12-20 Thread burnus at gcc dot gnu dot org
Found at http://groups.google.com/group/comp.lang.fortran/browse_thread/thread/5a1e0cc2c7eb95cc/ character, pointer :: ptr(:) allocate(ptr(8)) ptr = transfer('Sample'//achar(0),ptr) ! Causes ICE end gives a Floating Point Exception. -- Summary: ICE (FPE) for

[Bug fortran/34537] ICE (FPE) for TRANSFER('string', char_ptr)

2007-12-20 Thread burnus at gcc dot gnu dot org
--- Comment #1 from burnus at gcc dot gnu dot org 2007-12-20 08:42 --- gdb shows: Program received signal SIGFPE, Arithmetic exception. 0x0046b86e in gfc_simplify_transfer (source=0x26a7b30, mold=0x1, size=0x0) at /projects/tob/gcc/gcc/fortran/simplify.c:4138 4138

[Bug c++/34459] [4.1/4.3 Regression] incorrect code when compiled with optimization (-O1)

2007-12-20 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |jakub at gcc dot gnu dot org |dot org

[Bug tree-optimization/34534] Multiple gcc.dg/struct/wo_prof_xxxx execution failures

2007-12-20 Thread olga at gcc dot gnu dot org
--- Comment #1 from olga at gcc dot gnu dot org 2007-12-20 09:32 --- Would you please provide me with the following: -dump files for all failures (as you did for PR34472) -configuration options you use -at least initial debugging (where it fails) Thank you, Olga --

[Bug debug/34535] [4.3 Regression] FAIL: libmudflap.c++/fail24-frag.cxx ICE

2007-12-20 Thread jakub at gcc dot gnu dot org
--- Comment #3 from jakub at gcc dot gnu dot org 2007-12-20 10:30 --- Posted 2 alternative patches: http://gcc.gnu.org/ml/gcc-patches/2007-12/msg00983.html http://gcc.gnu.org/ml/gcc-patches/2007-12/msg00985.html (though IMHO both are desirable). -- jakub at gcc dot gnu dot org

[Bug fortran/34537] ICE or wrong code for TRANSFER of constant string to character

2007-12-20 Thread burnus at gcc dot gnu dot org
--- Comment #2 from burnus at gcc dot gnu dot org 2007-12-20 10:57 --- at /projects/tob/gcc/gcc/fortran/simplify.c:4138 4138 result_length = source_size / result_elt_size; Here, source_size is correctly 8, but result_elt_size == 0 instead of 1 (character(len=1)). The

[Bug ada/23583] invalid implemenation of Ada Monotonic_Clock

2007-12-20 Thread charlet at gcc dot gnu dot org
--- Comment #2 from charlet at gcc dot gnu dot org 2007-12-20 11:26 --- Actually, we do not claim annex d conformance in GCC, so closing this PR, since on linux (which is what this report is referring to), it does not make sense to go to the hardware level. Arno -- charlet at gcc

[Bug fortran/34482] FAIL: gfortran.dg/nan_4.f90 -O tests for errors

2007-12-20 Thread pinskia at gcc dot gnu dot org
--- Comment #14 from pinskia at gcc dot gnu dot org 2007-12-20 11:56 --- Note I also saw this on powerpc-linux-gnu but I have not checked after the patch. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/34536] Make support of 2.0**-3*5 tighter: Print warning by default

2007-12-20 Thread dfranke at gcc dot gnu dot org
--- Comment #2 from dfranke at gcc dot gnu dot org 2007-12-20 12:40 --- See F95, Section 7.4 Precedence of operators, Table 7.8 Exponentation has a higher precedence than multiplication, so 2.0**-3*5 = (2.0**(-3)) * 5 Hence, is a warning really necessary? -- dfranke at gcc dot

[Bug rtl-optimization/17236] inefficient code for long long multiply on x86

2007-12-20 Thread bonzini at gnu dot org
--- Comment #27 from bonzini at gnu dot org 2007-12-20 13:53 --- I screwed up so I have to rerun most of SPECfp2000, but the results seem a wash. Anybody can fire the patch I'll attach soon on a wide range of machines? -- Bug 17236 depends on bug 6585, which changed state. Bug 6585

[Bug fortran/34536] Make support of 2.0**-3*5 tighter: Print warning by default

2007-12-20 Thread burnus at gcc dot gnu dot org
--- Comment #3 from burnus at gcc dot gnu dot org 2007-12-20 14:04 --- Exponentation has a higher precedence than multiplication, so 2.0**-3*5 = (2.0**(-3)) * 5 You forgot about the minus sign. You have: [constant][exponent][minus][constant][times][constant] and not

[Bug rtl-optimization/17236] inefficient code for long long multiply on x86

2007-12-20 Thread bonzini at gnu dot org
--- Comment #28 from bonzini at gnu dot org 2007-12-20 14:15 --- Created an attachment (id=14800) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14800action=view) combined patch -- bonzini at gnu dot org changed: What|Removed |Added

[Bug fortran/34536] Make support of 2.0**-3*5 tighter: Print warning by default

2007-12-20 Thread dfranke at gcc dot gnu dot org
--- Comment #4 from dfranke at gcc dot gnu dot org 2007-12-20 14:23 --- You forgot about the minus sign. Blind spot. If in doubt, I have a habit of putting extra-paranthesis anyway :) On topic: Metcalf, Section 3.2, states: [...] a unary minus or plus must not follow immediately

[Bug tree-optimization/29484] [4.0/4.1/4.2/4.3 Regression] tree-inline.c bug with local static vars

2007-12-20 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |jakub at gcc dot gnu dot org |dot org

[Bug fortran/34533] DTIME returns total process time and not since last invocation

2007-12-20 Thread dfranke at gcc dot gnu dot org
--- Comment #1 from dfranke at gcc dot gnu dot org 2007-12-20 14:32 --- http://gcc.gnu.org/onlinedocs/gfortran/DTIME.html Description: Subsequent invocations of DTIME return values accumulated since the previous invocation. Return value: Elapsed time in seconds since the start of

[Bug c++/33911] attribute deprecated vs. templates

2007-12-20 Thread niemayer at isg dot de
--- Comment #2 from niemayer at isg dot de 2007-12-20 14:32 --- I can second that problem for template member functions - in contrast to non-template member functions, where the attribute works. This gives a warning about deprecation as expected:

[Bug c++/34459] [4.1/4.3 Regression] incorrect code when compiled with optimization (-O1)

2007-12-20 Thread jakub at gcc dot gnu dot org
--- Comment #7 from jakub at gcc dot gnu dot org 2007-12-20 14:40 --- Subject: Bug 34459 Author: jakub Date: Thu Dec 20 14:40:33 2007 New Revision: 131101 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=131101 Log: PR c++/34459 * tree-ssa-dse.c (dse_optimize_stmt):

[Bug c++/34459] [4.1 Regression] incorrect code when compiled with optimization (-O1)

2007-12-20 Thread jakub at gcc dot gnu dot org
--- Comment #8 from jakub at gcc dot gnu dot org 2007-12-20 14:43 --- Fixed on the trunk. -- jakub at gcc dot gnu dot org changed: What|Removed |Added Known to

[Bug tree-optimization/26854] Inordinate compile times on large routines

2007-12-20 Thread zadeck at naturalbridge dot com
--- Comment #43 from zadeck at naturalbridge dot com 2007-12-20 14:49 --- Subject: Re: Inordinate compile times on large routines lucier at math dot purdue dot edu wrote: --- Comment #42 from lucier at math dot purdue dot edu 2007-12-20 03:52 --- Created an attachment

[Bug target/34525] [4.3 Regression] ICE in extract_insn, at recog.c:1990 on hppa

2007-12-20 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Comment #5 from dave at hiauly1 dot hia dot nrc dot ca 2007-12-20 14:45 --- Subject: Re: [4.3 Regression] ICE in extract_insn, at recog.c:1990 on hppa Thanks for fixing this so quickly. Actually, I realized last night that I failed to load the function label from memory. I'll

[Bug tree-optimization/26854] Inordinate compile times on large routines

2007-12-20 Thread zadeck at naturalbridge dot com
--- Comment #45 from zadeck at naturalbridge dot com 2007-12-20 15:31 --- Subject: Re: Inordinate compile times on large routines stevenb dot gcc at gmail dot com wrote: --- Comment #44 from stevenb dot gcc at gmail dot com 2007-12-20 15:08 --- Subject: Re: Inordinate

[Bug tree-optimization/26854] Inordinate compile times on large routines

2007-12-20 Thread stevenb dot gcc at gmail dot com
--- Comment #44 from stevenb dot gcc at gmail dot com 2007-12-20 15:08 --- Subject: Re: Inordinate compile times on large routines On 20 Dec 2007 14:49:12 -, zadeck at naturalbridge dot com [EMAIL PROTECTED] wrote: --- Comment #43 from zadeck at naturalbridge dot com

[Bug fortran/34533] DTIME returns total process time and not since last invocation

2007-12-20 Thread dominiq at lps dot ens dot fr
--- Comment #2 from dominiq at lps dot ens dot fr 2007-12-20 15:57 --- Description: Subsequent invocations of DTIME return values accumulated since the previous invocation. Return value: Elapsed time in seconds since the start of program execution. This at best ambiguous and,

[Bug tree-optimization/26854] Inordinate compile times on large routines

2007-12-20 Thread zadeck at naturalbridge dot com
--- Comment #46 from zadeck at naturalbridge dot com 2007-12-20 16:06 --- Subject: Re: Inordinate compile times on large routines indexes will be 0, 1, 2, 3. there are no def-def chains, and in particular there are no artificial def to artificial def chains. those increments

[Bug tree-optimization/26854] Inordinate compile times on large routines

2007-12-20 Thread lucier at math dot purdue dot edu
--- Comment #47 from lucier at math dot purdue dot edu 2007-12-20 16:11 --- Subject: Re: Inordinate compile times on large routines I don't know what's happening here, the patch doesn't apply; first I get euler-13% patch zadeck2.patch patching file df-problems.c patch:

[Bug fortran/34533] DTIME returns total process time and not since last invocation

2007-12-20 Thread dfranke at gcc dot gnu dot org
--- Comment #3 from dfranke at gcc dot gnu dot org 2007-12-20 16:41 --- Another question: contrary to g77, we now have support for OpenMP. How about concurrency issues? Shall DTIME give the time since the last invokation from any thread, i.e. maintain a global storage, or the last

[Bug libstdc++/34538] New: combination of sstream, invalid_argument and -std=c++0x breaks valid code

2007-12-20 Thread rbuergel at web dot de
#include sstream #include stdexcept int func() { std::string s; throw std::invalid_argument( s ); } g++-4.3.0 -std=c++0x test.cpp test.cpp: In function 'int func()': test.cpp:7: error: 'invalid_argument' cannot be used as a function this code compiles only, if -std=c++0x is not

[Bug tree-optimization/26854] Inordinate compile times on large routines

2007-12-20 Thread zadeck at naturalbridge dot com
--- Comment #48 from zadeck at naturalbridge dot com 2007-12-20 17:28 --- Created an attachment (id=14801) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14801action=view) patch to count different types of def-use chains this patch replaces the one munged by bugzilla --

[Bug c++/34539] New: [4.3 Regression]: Extra libmudflap.c++ failures

2007-12-20 Thread hjl at lucon dot org
Between revision 130941 and revision 131009, there are extra libmudflap failures: +FAIL: libmudflap.c++/fail24-frag.cxx (-O2) (test for excess errors) +FAIL: libmudflap.c++/fail24-frag.cxx (-O3) (test for excess errors) +FAIL: libmudflap.c++/fail24-frag.cxx ( -O) (test for excess errors) +FAIL:

[Bug c++/34539] [4.3 Regression]: Extra libmudflap.c++ failures

2007-12-20 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2007-12-20 17:35 --- *** This bug has been marked as a duplicate of 34535 *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug debug/34535] [4.3 Regression] FAIL: libmudflap.c++/fail24-frag.cxx ICE

2007-12-20 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2007-12-20 17:35 --- *** Bug 34539 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug libstdc++/34498] FAIL: 22_locale/global_templates/standard_facet_hierarchies.cc execution test

2007-12-20 Thread pcarlini at suse dot de
--- Comment #4 from pcarlini at suse dot de 2007-12-20 17:39 --- This is already fixed. -- pcarlini at suse dot de changed: What|Removed |Added Status|NEW

[Bug libstdc++/34538] [DR 697] combination of sstream, invalid_argument and -std=c++0x breaks valid code

2007-12-20 Thread pcarlini at suse dot de
--- Comment #1 from pcarlini at suse dot de 2007-12-20 17:44 --- This is a known issue: http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-active.html#697 -- pcarlini at suse dot de changed: What|Removed |Added

[Bug tree-optimization/34534] Multiple gcc.dg/struct/wo_prof_xxxx execution failures

2007-12-20 Thread hjl at lucon dot org
--- Comment #2 from hjl at lucon dot org 2007-12-20 17:45 --- Created an attachment (id=14802) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14802action=view) Dump files Starting program: /export/build/gnu/gcc/build-ia64-linux/gcc/testsuite/gcc/a.out Program received signal

[Bug tree-optimization/34458] [4.3 Regression] ICE in int_cst_value, at tree.c:8047 at -O3

2007-12-20 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added CC||pinskia at gcc dot gnu dot |

[Bug middle-end/34467] [4.3 Regression] ICE in lookup_subvars_for_var, at tree-flow-inline.h:1586

2007-12-20 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added CC||pinskia at gcc dot gnu dot |

[Bug target/34493] [4.2/4.3 Regression] ICE reload_cse_simplify_operands, at postreload.c:392 on powerpc with -funroll-loops

2007-12-20 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added CC||pinskia at gcc dot gnu dot |

[Bug c++/34485] [4.1/4.2/4.3 regression] ICE with undefined type in template parameter

2007-12-20 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2007-12-20 18:05 --- Confirmed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added CC|

[Bug c++/34486] [4.1/4.2/4.3 regression] ICE invalid using declaration

2007-12-20 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2007-12-20 18:05 --- Confirmed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/34487] [4.1/4.2/4.3 regression] ICE using class instead of typename

2007-12-20 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2007-12-20 18:07 --- Confirmed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/34491] [4.1/4.2/4.3 regression] ICE invalid template specialization

2007-12-20 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2007-12-20 18:07 --- Confirmed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/34525] [4.3 Regression] ICE in extract_insn, at recog.c:1990 on hppa

2007-12-20 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.3.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34525

[Bug libfortran/34530] [4.3 regression] namelist read broken when whitespace after namelist

2007-12-20 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.3.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34530

[Bug fortran/34537] ICE or wrong code for TRANSFER of constant string to character

2007-12-20 Thread jv244 at cam dot ac dot uk
-- jv244 at cam dot ac dot uk changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Last

[Bug fortran/34533] DTIME returns total process time and not since last invocation

2007-12-20 Thread kargl at gcc dot gnu dot org
--- Comment #4 from kargl at gcc dot gnu dot org 2007-12-20 18:26 --- (In reply to comment #3) Another question: contrary to g77, we now have support for OpenMP. How about concurrency issues? Shall DTIME give the time since the last invokation from any thread, i.e. maintain a global

[Bug libstdc++/34538] [DR 697] combination of sstream, invalid_argument and -std=c++0x breaks valid code

2007-12-20 Thread rbuergel at web dot de
--- Comment #2 from rbuergel at web dot de 2007-12-20 18:30 --- (In reply to comment #1) This is a known issue: http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-active.html#697 Ooops. I only looked in the gcc bug database. Probably i should expand my research before filing a bug

[Bug fortran/34533] DTIME returns total process time and not since last invocation

2007-12-20 Thread dfranke at gcc dot gnu dot org
--- Comment #5 from dfranke at gcc dot gnu dot org 2007-12-20 18:35 --- I think gfortran will need to handle it similar to how random_seed is done. Using a mutex, yes, that's what I thought as well. Btw, CPU_TIME gives values per process and does not bother with threads. DTIME

[Bug tree-optimization/26854] Inordinate compile times on large routines

2007-12-20 Thread lucier at math dot purdue dot edu
--- Comment #49 from lucier at math dot purdue dot edu 2007-12-20 18:56 --- Subject: Re: Inordinate compile times on large routines I think this is the extra information you wanted: real - real = 163962912 real - art = 0 art - real = 0 art - art = 0 Brad --

[Bug fortran/34533] DTIME returns total process time and not since last invocation

2007-12-20 Thread kargl at gcc dot gnu dot org
--- Comment #6 from kargl at gcc dot gnu dot org 2007-12-20 19:39 --- (In reply to comment #5) I think gfortran will need to handle it similar to how random_seed is done. Using a mutex, yes, that's what I thought as well. Btw, CPU_TIME gives values per process and does not bother

[Bug target/34493] [4.2 Regression] ICE reload_cse_simplify_operands, at postreload.c:392 on powerpc with -funroll-loops

2007-12-20 Thread jakub at gcc dot gnu dot org
--- Comment #3 from jakub at gcc dot gnu dot org 2007-12-20 19:39 --- Yeah, works for me on the trunk too. -- jakub at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/34448] [4.3 Regression] ICE in declare_inline_vars, at tree-inline.c:3243

2007-12-20 Thread jakub at gcc dot gnu dot org
--- Comment #11 from jakub at gcc dot gnu dot org 2007-12-20 20:01 --- *** Bug 34467 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34448

[Bug middle-end/34467] [4.3 Regression] ICE in lookup_subvars_for_var, at tree-flow-inline.h:1586

2007-12-20 Thread jakub at gcc dot gnu dot org
--- Comment #3 from jakub at gcc dot gnu dot org 2007-12-20 20:01 --- This is a dup of PR34448, Aldy's latest patch fixes it as well. *** This bug has been marked as a duplicate of 34448 *** -- jakub at gcc dot gnu dot org changed: What|Removed

[Bug libgcj/34521] SSLEngine - Clone not supported (Null pointer) exception

2007-12-20 Thread jarygrove at yahoo dot com
--- Comment #3 from jarygrove at yahoo dot com 2007-12-20 20:32 --- Subject: Re: SSLEngine - Clone not supported (Null pointer) exception I tried and got the following output [Ljava.lang.String;@1f6af68 [Ljava.lang.String;@1f6af60 - Original Message From: csm at gnu dot

[Bug libfortran/34540] New: cshift, eoshift, kind=1 and kind=2 arguments...

2007-12-20 Thread tkoenig at gcc dot gnu dot org
I really thought we had these figured out... $ cat shift-variations.f90 program main integer(kind=1) :: d1 integer(kind=2) :: d2 integer(kind=4) :: d4 integer(kind=8) :: d8 integer(kind=1), dimension(2) :: s1 integer(kind=2), dimension(2) :: s2 integer(kind=4), dimension(2) :: s4

[Bug c++/34051] [4.3 regression] ICE in dependent_type_p with variadic templates

2007-12-20 Thread dgregor at gcc dot gnu dot org
-- dgregor at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |dgregor at gcc dot gnu dot |dot org

[Bug c++/34052] [4.3 regression] Trouble with variadic templates as template-template parameter

2007-12-20 Thread dgregor at gcc dot gnu dot org
-- dgregor at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |dgregor at gcc dot gnu dot |dot org

[Bug c++/34055] [4.3 regression] ICE with invalid specialization of variadic template

2007-12-20 Thread dgregor at gcc dot gnu dot org
-- dgregor at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |dgregor at gcc dot gnu dot |dot org

[Bug c++/34102] [4.3 regression] ICE with invalid inheritance of variadic templates

2007-12-20 Thread dgregor at gcc dot gnu dot org
-- dgregor at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |dgregor at gcc dot gnu dot |dot org

[Bug c++/34103] [4.3 regression] ICE with invalid variadic template functions

2007-12-20 Thread dgregor at gcc dot gnu dot org
-- dgregor at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |dgregor at gcc dot gnu dot |dot org

[Bug c++/34219] gcc doesn't accept const members of variadic templates as const

2007-12-20 Thread dgregor at gcc dot gnu dot org
-- dgregor at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |dgregor at gcc dot gnu dot |dot org

[Bug c++/34314] [4.3 Regression] ICE on invalid code (with variadic templates): tree check: expected class ‘type’, have ‘exceptional’ (error_mark) in template_class_depth

2007-12-20 Thread dgregor at gcc dot gnu dot org
-- dgregor at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |dgregor at gcc dot gnu dot |dot org

[Bug c++/34399] [4.3 regression] ICE on invalid friend declaration of variadic template

2007-12-20 Thread dgregor at gcc dot gnu dot org
-- dgregor at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |dgregor at gcc dot gnu dot |dot org

[Bug libfortran/34540] cshift, eoshift, kind=1 and kind=2 arguments...

2007-12-20 Thread tkoenig at gcc dot gnu dot org
-- tkoenig at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |tkoenig at gcc dot gnu dot |dot org

[Bug fortran/34533] DTIME returns total process time and not since last invocation

2007-12-20 Thread kargl at gcc dot gnu dot org
--- Comment #7 from kargl at gcc dot gnu dot org 2007-12-20 21:28 --- A quick scan of intrinsics.c shows that dtime() is treated as an alias to etime(). So, one needs to make dtime() a full-fledged intrinsic procedure. add_sym_1 (etime, GFC_ISYM_ETIME, NO_CLASS, ACTUAL_NO, BT_REAL,

[Bug fortran/34533] DTIME returns total process time and not since last invocation

2007-12-20 Thread dfranke at gcc dot gnu dot org
--- Comment #8 from dfranke at gcc dot gnu dot org 2007-12-20 21:39 --- one needs to make dtime() a full-fledged intrinsic procedure. This minute, I just realized the same ... Daniel, are you working on this PR? Sort of. Finished the library part. Btw, CPU_TIME has a fallback

[Bug c++/34111] [4.3 Regression] new overload resolution error

2007-12-20 Thread jason at gcc dot gnu dot org
--- Comment #5 from jason at gcc dot gnu dot org 2007-12-20 22:16 --- Subject: Bug 34111 Author: jason Date: Thu Dec 20 22:16:19 2007 New Revision: 131107 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=131107 Log: PR c++/34111 * call.c (standard_conversion):

[Bug fortran/34533] DTIME returns total process time and not since last invocation

2007-12-20 Thread sgk at troutmask dot apl dot washington dot edu
--- Comment #9 from sgk at troutmask dot apl dot washington dot edu 2007-12-20 22:27 --- Subject: Re: DTIME returns total process time and not since last invocation On Thu, Dec 20, 2007 at 09:39:29PM -, dfranke at gcc dot gnu dot org wrote: Daniel, are you working on this PR?

[Bug fortran/34533] DTIME returns total process time and not since last invocation

2007-12-20 Thread dfranke at gcc dot gnu dot org
--- Comment #10 from dfranke at gcc dot gnu dot org 2007-12-20 22:33 --- From Note 13.8: The start time is left imprecise because the purpose is to time sections of code, as in the example. Thanks for pointing it out. I'll re-add this fallback to CPU_TIME. --

[Bug c++/34541] New: ICE in template specialization using a typedef to an anonymous enum

2007-12-20 Thread rbuergel at web dot de
templateclass _T2 struct X { templateclass _U2 X(_U2 __y){} }; template class T class Y{}; template class Yvoid { typedef enum {} Z; Y():z(), x(z) {} Z z; XZ x; }; g++-4.3.0 -c test.cpp test.cpp: In constructor 'Yvoid::Y()': test.cpp:10: internal

[Bug c++/34541] ICE in template specialization using a typedef to an anonymous enum

2007-12-20 Thread rbuergel at web dot de
--- Comment #1 from rbuergel at web dot de 2007-12-20 22:47 --- gcc version 4.3.0 20071213 (experimental) (GCC) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34541

[Bug c/34542] New: gcc.c-torture/compile/20071117-1.c fails on powerpc at -O0

2007-12-20 Thread howarth at nitro dot med dot uc dot edu
The testcase gcc.c-torture/compile/20071117-1.c fails on both powerpc-apple-darwin* and powerpc64-unknown-linux-gnu at -O0. The failure on powerpc-apple-darwin9 appears as... Executing on host: /sw/src/fink.build/gcc43-4.2.999-20071219/darwin_objdir/gcc/xgcc

[Bug c/34542] gcc.c-torture/compile/20071117-1.c fails on powerpc at -O0

2007-12-20 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2007-12-20 22:55 --- *** This bug has been marked as a duplicate of 34393 *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/34393] ICE: in extract_insn, at recog.c:1990

2007-12-20 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2007-12-20 22:55 --- *** Bug 34542 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/34111] [4.3 Regression] new overload resolution error

2007-12-20 Thread jakub at gcc dot gnu dot org
--- Comment #6 from jakub at gcc dot gnu dot org 2007-12-20 23:13 --- Can we close this now, or do you want to keep it around until you get core feedback? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34111

[Bug tree-optimization/34534] Multiple gcc.dg/struct/wo_prof_xxxx execution failures

2007-12-20 Thread hjl at lucon dot org
--- Comment #3 from hjl at lucon dot org 2007-12-21 00:25 --- I configured gcc with --enable-clocale=gnu --with-system-zlib --with-demangler-in-ld \ --enable-shared \ --enable-threads=posix \ --enable-haifa \

[Bug target/20366] AIX g++ -D_LARGE_FILES fails to compile #include iostream

2007-12-20 Thread dje at gcc dot gnu dot org
--- Comment #8 from dje at gcc dot gnu dot org 2007-12-21 00:29 --- The issue is whether to default G++ to _LARGE_FILES, as is done for Fortran, and perform all libstdc++ I/O as 64-bit operations, which will affect performance. Not everyone may want or need large I/O. There is no way

[Bug c/34543] New: gcc.dg/out-of-bounds-1.c fails on -mstrict-align for powerpc-apple-darwin

2007-12-20 Thread howarth at nitro dot med dot uc dot edu
The gcc.dg/out-of-bounds-1.c testcase fails on powerpc-apple-darwin9 with the error... Executing on host: /sw/src/fink.build/gcc43-4.2.999-20071219/darwin_objdir/gcc/xgcc -B/sw/src/fink.build/gcc43-4.2.999-20071219 /darwin_objdir/gcc/

[Bug testsuite/34543] gcc.dg/out-of-bounds-1.c fails on -mstrict-align for powerpc-apple-darwin

2007-12-20 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2007-12-21 00:51 --- This testcase should be running for powerpc*-*-linux* and powerpc*-*-elf* targets. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug testsuite/34543] gcc.dg/out-of-bounds-1.c fails on -mstrict-align for powerpc-apple-darwin

2007-12-20 Thread howarth at nitro dot med dot uc dot edu
--- Comment #2 from howarth at nitro dot med dot uc dot edu 2007-12-21 00:54 --- It does compile fine on powerpc-apple-darwin9 without the -mstrict-align. FYI. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34543

[Bug boehm-gc/34544] New: pthread_default_stacksize_np failed.

2007-12-20 Thread danglin at gcc dot gnu dot org
make[4]: Entering directory `/test/gnu/gcc/objdir/hppa2.0w-hp-hpux11.11/boehm-gc ' pthread_default_stacksize_np failed. /bin/sh[9]: 407 Bus error(coredump) FAIL: gctest I believe that the fail is expected. -- Summary: pthread_default_stacksize_np failed. Product: gcc

[Bug fortran/34482] FAIL: gfortran.dg/nan_4.f90 -O tests for errors

2007-12-20 Thread jvdelisle at gcc dot gnu dot org
--- Comment #15 from jvdelisle at gcc dot gnu dot org 2007-12-21 03:00 --- It works fine on ppc64-linux-gnu -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34482

[Bug bootstrap/34003] [4.1 Regression] gcc trunk unable to bootstrap itself; Unsatisfied symbols: ggc_free

2007-12-20 Thread danglin at gcc dot gnu dot org
--- Comment #41 from danglin at gcc dot gnu dot org 2007-12-21 03:06 --- Subject: Bug 34003 Author: danglin Date: Fri Dec 21 03:05:43 2007 New Revision: 131114 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=131114 Log: PR bootstrap/34003 * c-decl.c (merge_decls):

[Bug bootstrap/34003] [4.1 Regression] gcc trunk unable to bootstrap itself; Unsatisfied symbols: ggc_free

2007-12-20 Thread danglin at gcc dot gnu dot org
--- Comment #42 from danglin at gcc dot gnu dot org 2007-12-21 03:07 --- Fixed on all active branches. -- danglin at gcc dot gnu dot org changed: What|Removed |Added

[Bug libfortran/34540] [4.3 Regression] cshift, eoshift, kind=1 and kind=2 arguments...

2007-12-20 Thread jvdelisle at gcc dot gnu dot org
--- Comment #1 from jvdelisle at gcc dot gnu dot org 2007-12-21 03:13 --- This is a regression. The test case is OK with 4.2 -- jvdelisle at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/20366] AIX g++ -D_LARGE_FILES fails to compile #include iostream

2007-12-20 Thread bugzilla-gcc at thewrittenword dot com
--- Comment #9 from bugzilla-gcc at thewrittenword dot com 2007-12-21 03:59 --- (In reply to comment #8) The issue is whether to default G++ to _LARGE_FILES, as is done for Fortran, and perform all libstdc++ I/O as 64-bit operations, which will affect performance. Not everyone may

[Bug c++/34111] [4.3 Regression] new overload resolution error

2007-12-20 Thread jason at gcc dot gnu dot org
--- Comment #7 from jason at gcc dot gnu dot org 2007-12-21 04:10 --- We can close it. The core feedback I'm interested in is about the testcase for Bug 17431, not this one. -- jason at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/34545] New: ICE when compiling Fortran 95 code

2007-12-20 Thread jon_d_r at msn dot com
Overview Description: ICE when compiling source code. Steps to Reproduce: Download code from http://www.k9shrink.com/kmeans.f90 and compile with gfortran -Wall -v -save-temps kmeans.f90 What happens is ICE with segmentation fault. Actual Results: ICE Expected Results: compilation or

[Bug fortran/34545] ICE when compiling Fortran 95 code

2007-12-20 Thread jon_d_r at msn dot com
--- Comment #1 from jon_d_r at msn dot com 2007-12-21 04:50 --- Created an attachment (id=14803) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14803action=view) Source code that causes ICE This is the code that caused the ICE. --

[Bug fortran/34545] ICE when compiling Fortran 95 code

2007-12-20 Thread jon_d_r at msn dot com
--- Comment #2 from jon_d_r at msn dot com 2007-12-21 04:57 --- Downloaded and installed later version of gfortran. GNU F95 (GCC) version 4.3.0 20071130 (experimental) [trunk revision 130537] I still get ICE: G:\fortran\KMeansClustgfortran -v -Wall -save-temps kmeans.f90 Driving:

[Bug fortran/34545] ICE when compiling Fortran 95 code

2007-12-20 Thread jv244 at cam dot ac dot uk
--- Comment #3 from jv244 at cam dot ac dot uk 2007-12-21 06:09 --- code compiles fine with NAG and g95, the line at the segfault looks OK. -- jv244 at cam dot ac dot uk changed: What|Removed |Added

[Bug fortran/34545] ICE when compiling Fortran 95 code

2007-12-20 Thread kargl at gcc dot gnu dot org
--- Comment #4 from kargl at gcc dot gnu dot org 2007-12-21 06:14 --- Here's a reduced testcase. module const_mod implicit none integer, parameter :: mp = selected_real_kind(15,300) end module const_mod module blk1_mod implicit none integer :: numclusters = 2 end module

[Bug c++/29363] [4.2/4.3 regression] ICE throwing undeclared object

2007-12-20 Thread steven at gcc dot gnu dot org
--- Comment #7 from steven at gcc dot gnu dot org 2007-12-21 07:28 --- Lee, Patch was rejected: http://gcc.gnu.org/ml/gcc-patches/2006-10/msg00976.html Was it your plan to give it another try from behind the drawing board? :-) -- steven at gcc dot gnu dot org changed:

[Bug c++/27078] [4.1/4.2/4.3 Regression] Duplicate error message for ambiguous enum

2007-12-20 Thread steven at gcc dot gnu dot org
--- Comment #7 from steven at gcc dot gnu dot org 2007-12-21 07:30 --- Ollie, ping? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27078

[Bug fortran/34545] ICE when compiling Fortran 95 code

2007-12-20 Thread burnus at gcc dot gnu dot org
--- Comment #5 from burnus at gcc dot gnu dot org 2007-12-21 07:39 --- valgrind: ==6521== Invalid read of size 1 ==6521==at 0x49C7D0: gfc_get_symbol_decl (trans-decl.c:899) ==6521==by 0x4A47DC: gfc_conv_variable (trans-expr.c:424) ==6521==by 0x4A7079:

  1   2   >