[Bug target/56875] vax target miscompiles short negative constants for 64bit values

2013-09-21 Thread martin at netbsd dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56875 Martin Husemann martin at netbsd dot org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug c++/54367] [meta-bug] lambda expressions

2013-09-21 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54367 Bug 54367 depends on bug 55914, which changed state. Bug 55914 Summary: [C++11] Pack expansion fails in lambda expressions http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55914 What|Removed |Added

[Bug c++/55914] [C++11] Pack expansion fails in lambda expressions

2013-09-21 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55914 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added Status|NEW |RESOLVED

[Bug target/58489] New: ICE: in reload_cse_simplify_operands, at postreload.c:411

2013-09-21 Thread timo.teras at iki dot fi
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58489 Bug ID: 58489 Summary: ICE: in reload_cse_simplify_operands, at postreload.c:411 Product: gcc Version: 4.8.1 Status: UNCONFIRMED Severity: normal

[Bug tree-optimization/58456] FAIL: gcc.dg/tree-ssa/slsr-39.c scan-tree-dump-times slsr MEM 4

2013-09-21 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58456 --- Comment #2 from Dominique d'Humieres dominiq at lps dot ens.fr --- I have signaled the failure at http://gcc.gnu.org/ml/gcc-patches/2013-09/msg01317.html and got the following answer Thanks for reporting, I think this can be fixed by patch:

[Bug fortran/57697] [OOP] Segfault with defined assignment for components during intrinsic assignment

2013-09-21 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57697 --- Comment #14 from Dominique d'Humieres dominiq at lps dot ens.fr --- (In reply to Dominique d'Humieres from comment #11) The test gfortran.dg/defined_assignment_11.f90 fails on x86_64-apple-darwin10: This is due to some patch I have in my

[Bug c/58490] New: __sync_bool_compare_and_swap sign bit failure

2013-09-21 Thread erikvanderwerf at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58490 Bug ID: 58490 Summary: __sync_bool_compare_and_swap sign bit failure Product: gcc Version: 4.7.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c

[Bug target/58491] New: FAIL: ext/random/normal_mv_distribution/cons/default.cc (test for excess errors)

2013-09-21 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58491 Bug ID: 58491 Summary: FAIL: ext/random/normal_mv_distribution/cons/default.cc (test for excess errors) Product: gcc Version: 4.9.0 Status:

[Bug tree-optimization/58491] FAIL: ext/random/normal_mv_distribution/cons/default.cc (test for excess errors)

2013-09-21 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58491 John David Anglin danglin at gcc dot gnu.org changed: What|Removed |Added Component|target

[Bug tree-optimization/58491] FAIL: ext/random/normal_mv_distribution/cons/default.cc (test for excess errors)

2013-09-21 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58491 --- Comment #2 from John David Anglin danglin at gcc dot gnu.org --- Similar fails: FAIL: ext/random/normal_mv_distribution/cons/parms.cc (test for excess errors) FAIL: ext/random/normal_mv_distribution/cons/parms.cc (test for excess errors) FAIL:

[Bug tree-optimization/58492] New: ICE: verify_flow_info failed

2013-09-21 Thread antoine.balestrat at gmail dot com
Assignee: unassigned at gcc dot gnu.org Reporter: antoine.balestrat at gmail dot com Hello ! The following testcase makes GCC 4.9.0 as of 20130921 crash. $ cat vfi.c void f(int p, short q) { f(0, 0); } $ xgcc -O3 -fipa-pta vfi.c vfi.c: In function ‘f’: vfi.c:1:6: error

[Bug libfortran/58015] FAIL: gfortran.dg/round_4.f90: Unsatisfied symbol nextafterl

2013-09-21 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58015 --- Comment #1 from John David Anglin danglin at gcc dot gnu.org --- Causes following fails: FAIL: gfortran.dg/round_4.f90 -O0 (test for excess errors) FAIL: gfortran.dg/round_4.f90 -O0 execution test FAIL: gfortran.dg/round_4.f90 -O1 (test

[Bug libfortran/58015] FAIL: gfortran.dg/round_4.f90: Unsatisfied symbol nextafterl

2013-09-21 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58015 --- Comment #2 from Dominique d'Humieres dominiq at lps dot ens.fr --- Is this PR different from pr58113 beside the missing nextafterl on hppa64-hp-hpux11.11?

[Bug rtl-optimization/58493] New: loop is not correctly optimized with O3 and AVX

2013-09-21 Thread vgrebinski at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58493 Bug ID: 58493 Summary: loop is not correctly optimized with O3 and AVX Product: gcc Version: 4.8.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug libgomp/58482] gomp4: user defined reduction produce wrong result

2013-09-21 Thread vincenzo.innocente at cern dot ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58482 --- Comment #4 from vincenzo Innocente vincenzo.innocente at cern dot ch --- I see. I have several use cases in which the reduction requires the access to two variables (minloc for instance: the minimum and its location) btw tried omp parallel

[Bug tree-optimization/58494] New: ICE (verify_ssa failed)

2013-09-21 Thread ishiura-compiler at ml dot kwansei.ac.jp
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58494 Bug ID: 58494 Summary: ICE (verify_ssa failed) Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: tree-optimization

[Bug libfortran/58015] FAIL: gfortran.dg/round_4.f90: Unsatisfied symbol nextafterl

2013-09-21 Thread dave.anglin at bell dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58015 --- Comment #3 from dave.anglin at bell dot net --- On 21-Sep-13, at 11:13 AM, dominiq at lps dot ens.fr wrote: Is this PR different from pr58113 beside the missing nextafterl on hppa64-hp-hpux11.11? Don't know. It looks like libquadmath has

[Bug tree-optimization/58491] FAIL: ext/random/normal_mv_distribution/cons/default.cc (test for excess errors)

2013-09-21 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58491 --- Comment #3 from Paolo Carlini paolo.carlini at oracle dot com --- I suspect this is just PR58473.

[Bug c++/58495] New: member function template all of class template yield 'expected primary-expression'

2013-09-21 Thread imzhuli at vip dot qq.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58495 Bug ID: 58495 Summary: member function template all of class template yield 'expected primary-expression' Product: gcc Version: 4.8.1 Status: UNCONFIRMED

[Bug c++/58495] member function template all of class template yield 'expected primary-expression'

2013-09-21 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58495 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug c++/58495] member function template all of class template yield 'expected primary-expression'

2013-09-21 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58495 --- Comment #2 from Jonathan Wakely redi at gcc dot gnu.org --- You need to say: xFromB.template fint(); See http://womble.decadent.org.uk/c++/template-faq.html#disambiguation

[Bug libgomp/58482] gomp4: user defined reduction produce wrong result

2013-09-21 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58482 --- Comment #5 from Jakub Jelinek jakub at gcc dot gnu.org --- There is no problem with having as many reductions as you need, if they are separate variables; the only case that will prevent vectorization is if you have a struct/class with

[Bug target/58496] New: bug in win64 calling standard

2013-09-21 Thread mikulas at artax dot karlin.mff.cuni.cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58496 Bug ID: 58496 Summary: bug in win64 calling standard Product: gcc Version: 4.8.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target

[Bug libgcc/58260] configure: error: cannot compute suffix of object files: cannot compile See `config.log' for more details. gmake[1]: *** [configure-target-libgcc] Error 1

2013-09-21 Thread anand.karanam at tcs dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58260 --- Comment #12 from anand.karanam at tcs dot com --- Hi, Now, I have the glibc from Linux host copied to a common path. Able to build the Solaris to Linux cross compiler but that doesn't work. hello.c: In function 'main': hello.c:10:1:

[Bug libgcc/58260] configure: error: cannot compute suffix of object files: cannot compile See `config.log' for more details. gmake[1]: *** [configure-target-libgcc] Error 1

2013-09-21 Thread anand.karanam at tcs dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58260 --- Comment #13 from anand.karanam at tcs dot com --- Created attachment 30879 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=30879action=edit libgcc_config.log Please check this and help with your inputs.