[Bug c++/63383] internal compiler error: in expand_expr_real_1, at expr.c:9389

2014-09-26 Thread brandon at rioja dot us
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63383 --- Comment #3 from Brandon Rioja --- Created attachment 33584 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33584&action=edit preprocessed file (zipped)

[Bug c++/63383] internal compiler error: in expand_expr_real_1, at expr.c:9389

2014-09-26 Thread brandon at rioja dot us
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63383 --- Comment #1 from Brandon Rioja --- version: gcc (GCC) 4.8.3 system type: cygwin running in windows 7 command line to build: g++ -ggdb -O0 -std=c++11 BigOEasy.cpp

[Bug c++/63383] internal compiler error: in expand_expr_real_1, at expr.c:9389

2014-09-26 Thread brandon at rioja dot us
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63383 --- Comment #2 from Brandon Rioja --- Created attachment 33583 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33583&action=edit stack dump

[Bug c++/63383] New: internal compiler error: in expand_expr_real_1, at expr.c:9389

2014-09-26 Thread brandon at rioja dot us
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: brandon at rioja dot us Created attachment 33582 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33582&action=edit The file to compile When compiling the attached file, the fo

[Bug c/29674] New: strtok_r function prototype does not match function definition

2006-10-31 Thread brandon at rioja dot us
quot;; printf("%s\n",strtok(str, delim)); return 0; } Note: Could the wrong function be being called? __strtok_r_1c sounds like a "1 character" function. -- Summary: strtok_r function prototype does not match function definition

[Bug c++/29556] New: Expect error when 'using namespace std' is declared when std namespace is not defined

2006-10-22 Thread brandon at rioja dot us
everity: minor Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: brandon at rioja dot us GCC build triplet: i686-redhat-linux-gnu GCC host triplet: i686-redhat-linux-gnu GCC target triplet: i686-redhat-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29556

[Bug libstdc++/29552] std::power() is not in the std namespace when including

2006-10-22 Thread brandon at rioja dot us
--- Comment #2 from brandon at rioja dot us 2006-10-22 18:09 --- Ahh, I see. This document says that the __gnu_cxx namespace is for the C++ extentions for public use: http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/doxygroups_8cc-source.html """ This names

[Bug libstdc++/29552] New: std::power() is not in the std namespace when including

2006-10-22 Thread brandon at rioja dot us
: libstdc++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: brandon at rioja dot us GCC build triplet: i686-redhat-linux-gnu GCC host triplet: i686-redhat-linux-gnu GCC target triplet: i686-redhat-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29552