[Bug c++/13051] problem with static member and ?: operator

2005-04-27 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-28 02:03 --- Mark as a dup of bug 14404. *** This bug has been marked as a duplicate of 14404 *** -- What|Removed |Added -

[Bug c++/14404] static const integral member cannot be passed as const reference

2005-04-27 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-28 02:03 --- *** Bug 13051 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug c++/15839] Requires definition of literal passed as const reference

2005-04-27 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-28 02:03 --- Reopening to ... -- What|Removed |Added Status|RESOLVED|UNCO

[Bug c++/15839] Requires definition of literal passed as const reference

2005-04-27 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-28 02:04 --- Mark as a dup of bug 14404. *** This bug has been marked as a duplicate of 14404 *** -- What|Removed |Added -

[Bug c++/14404] static const integral member cannot be passed as const reference

2005-04-27 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-28 02:04 --- *** Bug 15839 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug c++/21240] Deadlock (pthread) in signal handler

2005-04-27 Thread szehau at gmail dot com
--- Additional Comments From szehau at gmail dot com 2005-04-28 02:06 --- (In reply to comment #1) > Do you have a testcase? > On second thought pthreads and mutex lockes and signals are out of the scope of a compiler, If this is > a bug, this is a glibc bug but I really doubt it. In t

[Bug c++/21089] [4.0/4.1 Regression] C++ front-end does not "inline" the static const double

2005-04-27 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-28 02:09 --- (In reply to comment #11) > Is this optimization valid? Note that it will change the behavior of this c++ > program: You are correct Chris, this was an invalid optimization. This is a dup of bug 19320. T

[Bug c++/19320] static const float initialization ignored

2005-04-27 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-28 02:09 --- *** Bug 21089 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug c++/20912] C++ FE emitting assignments to read-only global symbols

2005-04-27 Thread pinskia at gcc dot gnu dot org
-- Bug 20912 depends on bug 21089, which changed state. Bug 21089 Summary: [4.0/4.1 Regression] C++ front-end does not "inline" the static const double http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21089 What|Old Value |New Value

[Bug c++/21240] Deadlock (pthread) in signal handler

2005-04-27 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-28 02:11 --- (In reply to comment #2) > In this case, I need to know whether there is a fucntion that I can use to > check > whether a mutex is currently locked. That is a pthread question and not in anyway a bug in any

[Bug libgcj/21140] [4.0 only] Charset.encode and Charset.decode broken

2005-04-27 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-28 02:23 --- Fixed on the mainline by: 2005-04-27 Sven de Marothy <[EMAIL PROTECTED]> * java/nio/charset/Charset.java: Cached encoders shouldn't be static. 2005-04-27 Sven de Marothy <[EMAIL PROTECT

[Bug tree-optimization/21248] ICE in convert_move, at expr.c:339

2005-04-27 Thread belyshev at depni dot sinp dot msu dot ru
--- Additional Comments From belyshev at depni dot sinp dot msu dot ru 2005-04-28 02:34 --- // reduced testcase, compile with -O1 -free-pre template inline T klamp (T a, T l, T h) { return (a < l)? l : ((a > h)? h : a); } int foo (char); int f (void) { float r; return foo (klam

[Bug tree-optimization/21173] [4.0/4.1 regression] miscompiled pointer subtraction broke Linux kernel

2005-04-27 Thread belyshev at depni dot sinp dot msu dot ru
--- Additional Comments From belyshev at depni dot sinp dot msu dot ru 2005-04-28 02:34 --- *** Bug 21248 has been marked as a duplicate of this bug. *** -- What|Removed |Added --

[Bug c++/21089] [4.0/4.1 Regression] C++ front-end does not "inline" the static const double

2005-04-27 Thread matz at suse dot de
--- Additional Comments From matz at suse dot de 2005-04-28 02:46 --- Uhm, wait. Perhaps the optimization would be invalid for your changed example from comment #5, but see below. But it will not be invalid for my initial testcase, where it missed to propagate 20.0 into setPosition.

[Bug c++/20912] C++ FE emitting assignments to read-only global symbols

2005-04-27 Thread matz at suse dot de
-- Bug 20912 depends on bug 21089, which changed state. Bug 21089 Summary: [4.0/4.1 Regression] C++ front-end does not "inline" the static const double http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21089 What|Old Value |New Value

[Bug bootstrap/18288] remaking existing build after cvs update gives configure recheck problems

2005-04-27 Thread mrs at apple dot com
--- Additional Comments From mrs at apple dot com 2005-04-28 03:48 --- I can always reproduce this by touch zlib/configure && make all-target-zlib The work around, would be to rm /*/config.cache Also, I posted a patch for this in: http://gcc.gnu.org/ml/gcc-patches/2005-04/msg02836.html

[Bug libfortran/20950] [4.0 only] segfault in INQUIRE asking for SEQUENTIAL status

2005-04-27 Thread eschenb at informatik dot uni-frankfurt dot de
--- Additional Comments From eschenb at informatik dot uni-frankfurt dot de 2005-04-28 03:58 --- Subject: Re: [4.0 only] segfault in INQUIRE asking for SEQUENTIAL status Was heißt hier Nutte, man muß ja sehen, wo man bleibt, da wird man ja wohl mal quer durch dei Stadt rumhuren

[Bug bootstrap/18288] remaking existing build after cvs update gives configure recheck problems

2005-04-27 Thread mrs at apple dot com
-- What|Removed |Added CC||mrs at apple dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18288

[Bug preprocessor/21250] [4.1 Regression] line number 0 for causes GAS to complain

2005-04-27 Thread bothner at gcc dot gnu dot org
--- Additional Comments From bothner at gcc dot gnu dot org 2005-04-28 05:12 --- Not sure what the right solution is. We should be consistent as to whether definitions in have line 0 and line 1, and it wasn't before my change. One option is to fix gas. Another if to suppress the # 0 li

[Bug fortran/21260] New: Conflict between comment and H edit descriptor

2005-04-27 Thread kargl at gcc dot gnu dot org
program b write(6,8000) 8000 format(72(1H!)) end kargl[213] gfc41 -o b b.f In file b.f:3 8000 format(72(1H!)) 1 Error: Unexpected end of format string in forma

[Bug tree-optimization/21258] Teach VRP to pick up a constant from case label.

2005-04-27 Thread kazu at cs dot umass dot edu
--- Additional Comments From kazu at cs dot umass dot edu 2005-04-28 05:45 --- I'm testing a patch. -- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |ka

<    1   2