[Bug libstdc++/71641] New: 22_locale/time_get/get_date/wchar_t/4.cc runs failure if static linking

2016-06-24 Thread cctsai57 at gmail dot com
Priority: P3 Component: libstdc++ Assignee: unassigned at gcc dot gnu.org Reporter: cctsai57 at gmail dot com Target Milestone: --- Hi, I try to simplify the testcase as the following code

[Bug target/69135] [5/6 Regression][ARM] instruction cannot be conditional -- `vcvtpne.s32.f32 s0,s0'

2016-01-05 Thread cctsai57 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69135 --- Comment #4 from cctsai57 --- Following gcc/testsuite/gcc.target/arm/{lceil-vcvt_1.c,lfloor-vcvt_1.c,lround-vcvt_1.c}, suggest: /* { dg-do compile } */ /* { dg-require-effective-target arm_v8_vfp_ok } */ /* { dg-options "-O2 -march=armv8-a

[Bug target/69135] New: [5/6][ARM] instruction cannot be conditional -- `vcvtpne.s32.f32 s0,s0'

2016-01-04 Thread cctsai57 at gmail dot com
Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: cctsai57 at gmail dot com Target Milestone: --- ARMv8 'vcvtp', 'vcvtm' and 'vcvta' do not support conditional execution, but gcc-5/6 for ARMv8 target generate them

[Bug libstdc++/59768] [DR 2219] std::thread constructor not handling reference_wrapper correctly

2015-12-22 Thread cctsai57 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59768 cctsai57 changed: What|Removed |Added CC||cctsai57 at gmail dot com --- Comment #6

[Bug target/68648] New: [5/6][ARM] ICE: fail to generate BIC(immediate) instruction

2015-12-01 Thread cctsai57 at gmail dot com
Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: cctsai57 at gmail dot com Target Milestone: --- /* ICE if "arm-linux-gnueabihf-gcc -O1". */ extern void abort (void); int __attribute__((noinline)) foo() { return 1

[Bug libstdc++/67620] New: _GLIBCXX_USE_CXX11_ABI=1 fails to catch ios_base::failure

2015-09-18 Thread cctsai57 at gmail dot com
Priority: P3 Component: libstdc++ Assignee: unassigned at gcc dot gnu.org Reporter: cctsai57 at gmail dot com Target Milestone: --- #include #include #include using namespace std; int main() { ifstream f; f.exceptions(ifstream::failbit); try { f.open

[Bug libstdc++/67600] New: [5/6] Segfault when assigning only one char to ostreambuf_iterator compiled with -O2 or -O3

2015-09-16 Thread cctsai57 at gmail dot com
Severity: normal Priority: P3 Component: libstdc++ Assignee: unassigned at gcc dot gnu.org Reporter: cctsai57 at gmail dot com Target Milestone: --- #include #include int main() { std::basic_ostringstream ostr; std::ostreambuf_iterator iter

[Bug c++/67576] New: expression of typeid( expression ) is evaluated twice

2015-09-14 Thread cctsai57 at gmail dot com
Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: cctsai57 at gmail dot com Target Milestone: --- #include struct Base { virtual void foo() {} }; // polymorphic int main() { Base b; Base *ary[] = { , , }; int iter = 0; typeid(*ary[iter++]); if (iter != 1