[Bug other/42333] complex division failure on darwin10 with -lm

2010-04-09 Thread howarth at nitro dot med dot uc dot edu
--- Comment #34 from howarth at nitro dot med dot uc dot edu 2010-04-09 21:06 --- I thought we were going to wait for the vendor (Apple) to fix their complex math subroutines. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42333

[Bug c++/7614] Warning when function returning reference to volatile called in void context

2010-04-09 Thread joseph dot h dot garvin at gmail dot com
--- Comment #5 from joseph dot h dot garvin at gmail dot com 2010-04-09 21:06 --- As a separate affected user, might I ask you guys to reconsider again? If you're writing a smart pointer class in C++, users expect that you will support all the same operators with all the same semantics.

[Bug target/43707] [4.6 Regression] gcc.c-torture/execute/ashldi-1.c

2010-04-09 Thread uros at gcc dot gnu dot org
--- Comment #1 from uros at gcc dot gnu dot org 2010-04-09 21:13 --- Subject: Bug 43707 Author: uros Date: Fri Apr 9 21:12:42 2010 New Revision: 158177 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=158177 Log: PR target/43707 PR target/43709 * config/i3

[Bug target/43709] [4.6 Regression] FAIL: libgomp.c++/loop-10.C

2010-04-09 Thread uros at gcc dot gnu dot org
--- Comment #3 from uros at gcc dot gnu dot org 2010-04-09 21:13 --- Subject: Bug 43709 Author: uros Date: Fri Apr 9 21:12:42 2010 New Revision: 158177 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=158177 Log: PR target/43707 PR target/43709 * config/i3

[Bug target/43709] [4.6 Regression] FAIL: libgomp.c++/loop-10.C

2010-04-09 Thread ubizjak at gmail dot com
--- Comment #4 from ubizjak at gmail dot com 2010-04-09 21:15 --- Fixed. -- ubizjak at gmail dot com changed: What|Removed |Added Status|ASSIGNED

[Bug target/43707] [4.6 Regression] gcc.c-torture/execute/ashldi-1.c

2010-04-09 Thread ubizjak at gmail dot com
--- Comment #2 from ubizjak at gmail dot com 2010-04-09 21:16 --- This does not fail for me, but it should be the same problem as in PR43709. Marking as fixed, please reopen if still fails on your target. -- ubizjak at gmail dot com changed: What|Removed

[Bug other/31400] enable static linking of support libraries through -static-libXY

2010-04-09 Thread iains at gcc dot gnu dot org
--- Comment #16 from iains at gcc dot gnu dot org 2010-04-09 21:19 --- (In reply to comment #15) > (In reply to comment #14) > > On Darwin - I made it so that if -static-* is given for {stdc++,cc, fortran} > > the specs cause a substitution for static libgomp. Would that work for you? >

[Bug other/31400] enable static linking of support libraries through -static-libXY

2010-04-09 Thread dfranke at gcc dot gnu dot org
--- Comment #17 from dfranke at gcc dot gnu dot org 2010-04-09 21:28 --- (In reply to comment #16) > Does that help? Much. Thanks. :) Don't know if this is still a problem, but #0 has: > for libgomp, one can not simply use LDFLAGS=-static as libgomp pulls in > libpthread and static li

[Bug fortran/43712] New: ICE on improperly continued character constant

2010-04-09 Thread longb at cray dot com
For the test case: program F03_2_9_3_5_2b use omp_lib implicit none integer, parameter :: NT = 4 integer, parameter :: int64_t = selected_int_kind(18) integer (kind=int64_t), parameter::DYNAMIC_MEMORY = 64000_int64_t integer (kind=int64_t), parameter::ARRAY_SIZE = DYNAMIC_MEMORY/

[Bug driver/43687] Unexpected error message for bad command line argument

2010-04-09 Thread wilson at gcc dot gnu dot org
--- Comment #4 from wilson at gcc dot gnu dot org 2010-04-09 21:34 --- I don't think this is documented anywhere. Not in gcc at least. POSIX says that for command line arguments "-a -d", "-d -a", "-da", and "-ad" are all equivalent. Many GNU tools do not conform to this rule. A long

[Bug fortran/43712] ICE on improperly continued character constant

2010-04-09 Thread jvdelisle at gcc dot gnu dot org
--- Comment #1 from jvdelisle at gcc dot gnu dot org 2010-04-09 21:40 --- Try using -std=f90 with and without -pedantic. gfortran allows the missing ampersand as an extension. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43712

[Bug c++/43641] [C++0x] internal compiler error: tree check: expected call_expr, have target_expr in maybe_add_lambda_conv_op

2010-04-09 Thread indy2718 at gmail dot com
--- Comment #6 from indy2718 at gmail dot com 2010-04-09 21:48 --- Created an attachment (id=20353) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20353&action=view) ICE on lambda try to compile, ICE -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43641

[Bug other/31400] enable static linking of support libraries through -static-libXY

2010-04-09 Thread iains at gcc dot gnu dot org
--- Comment #18 from iains at gcc dot gnu dot org 2010-04-09 21:51 --- (In reply to comment #17) > Question being, is there a difference between darwin and, say, our average > linux box, that allows static linking with the one, but not with the other? yes, there is a significant differ

[Bug c++/43641] [C++0x] internal compiler error: tree check: expected call_expr, have target_expr in maybe_add_lambda_conv_op

2010-04-09 Thread indy2718 at gmail dot com
--- Comment #7 from indy2718 at gmail dot com 2010-04-09 21:51 --- Independently received the same ICE on AMD64, trunk revision 157958. test.cpp attached. -- indy2718 at gmail dot com changed: What|Removed |Added --

[Bug target/43700] [4.4/4.5/4.6 Regression] global register variables defect

2010-04-09 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2010-04-09 21:52 --- Confirmed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|UNCON

[Bug libgomp/43706] scheduling two threads on one core leads to starvation

2010-04-09 Thread mika dot fischer at kit dot edu
--- Comment #4 from mika dot fischer at kit dot edu 2010-04-09 22:10 --- I'm Martin's coworker and want to add some additional points. Just be be clear, this is not an exotic toy example, it is causing us real problems with production code. Martin just stripped it down so it can be eas

[Bug driver/43687] Unexpected error message for bad command line argument

2010-04-09 Thread wilson at codesourcery dot com
--- Comment #5 from wilson at codesourcery dot com 2010-04-09 22:16 --- Subject: Re: Unexpected error message for bad command line argument On 04/09/2010 02:34 PM, wilson at gcc dot gnu dot org wrote: > POSIX says that for command line arguments "-a -d", "-d -a", "-da", and "-ad" > ar

[Bug fortran/43712] ICE on improperly continued character constant

2010-04-09 Thread longb at cray dot com
--- Comment #2 from longb at cray dot com 2010-04-09 22:20 --- OK, no need to worry about the simple.f90 case. The original test.f90 problem is the only issue. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43712

[Bug other/42333] complex division failure on darwin10 with -lm

2010-04-09 Thread iains at gcc dot gnu dot org
--- Comment #35 from iains at gcc dot gnu dot org 2010-04-09 22:30 --- (In reply to comment #34) > I thought we were going to wait for the vendor (Apple) to fix their complex > math subroutines. We shouldn't be affected by the bug - so, great if it gets fixed, but we still need to make

[Bug ada/41912] FAIL: gnat.dg/null_pointer_deref1.adb execution test

2010-04-09 Thread danglin at gcc dot gnu dot org
--- Comment #19 from danglin at gcc dot gnu dot org 2010-04-10 00:34 --- Subject: Bug 41912 Author: danglin Date: Sat Apr 10 00:34:05 2010 New Revision: 158183 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=158183 Log: Backport from mainline: 2009-12-05 John Da

[Bug target/43458] c99_classification_macros_c.cc fails on hppa*-*-hpux*

2010-04-09 Thread danglin at gcc dot gnu dot org
--- Comment #5 from danglin at gcc dot gnu dot org 2010-04-10 00:37 --- Subject: Bug 43458 Author: danglin Date: Sat Apr 10 00:37:02 2010 New Revision: 158184 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=158184 Log: PR target/43458 * testsuite/26_numerics/heade

[Bug fortran/43710] suspicious string comparisons

2010-04-09 Thread jvdelisle at gcc dot gnu dot org
--- Comment #2 from jvdelisle at gcc dot gnu dot org 2010-04-10 01:38 --- I think the intent of these test is not to compare the strings but to see if the pointers are pointing to the exact same string. You could have a situation where the content of the strings is identical but they a

<    1   2