[Bug c++/62257] issue with tr1/functional header

2014-08-25 Thread wangn at ca dot ibm.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62257 Nancy Wang changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/62257] New: issue with tr1/functional header

2014-08-25 Thread wangn at ca dot ibm.com
++ Assignee: unassigned at gcc dot gnu.org Reporter: wangn at ca dot ibm.com some of perennial test cases failed because problem on tr1/functional header file. source file: $ cat t.cpp #include struct T { typedef int result_type; }; std::tr1::result_of::type a; how to reproduce: g++ -c

[Bug c++/62256] New: /usr/include/c++/4.8/tr1/random.tcc:792:2: error: no matching function for call to 'min'

2014-08-25 Thread wangn at ca dot ibm.com
NCONFIRMED Severity: major Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: wangn at ca dot ibm.com use g++ to compile perennial test case TR19768/P95252.scenario fails. seems related to header file. source code: $ cat t.cp

[Bug c++/61361] gcc segfaults on SLES12 beta4 P8

2014-06-02 Thread wangn at ca dot ibm.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61361 --- Comment #2 from Nancy Wang --- (In reply to Richard Biener from comment #1) > Works with Beta3, gcc (SUSE Linux) 4.8.2 20140516 [gcc-4_8-branch revision > 210491]. Also works with a cross compiler from x86_64. Also works with > Beta8, GNU C

[Bug c++/61361] New: gcc segfaults on SLES12 beta4 P8

2014-05-29 Thread wangn at ca dot ibm.com
++ Assignee: unassigned at gcc dot gnu.org Reporter: wangn at ca dot ibm.com gcc segfaults on sles12 p8 machine. 1. gcc version: g++ (SUSE Linux) 4.8.2 20140324 [gcc-4_8-branch revision 208789] Copyright (C) 2013 Free Software Foundation, Inc. This is free software; see the source for