[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=33582action=edit The file to compile When compiling the attached file, the following

[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 brandon at rioja dot us --- 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 brandon at rioja dot us --- Created attachment 33583 -- https://gcc.gnu.org/bugzilla/attachment.cgi?id=33583action=edit stack dump

[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 brandon at rioja dot us --- Created attachment 33584 -- https://gcc.gnu.org/bugzilla/attachment.cgi?id=33584action=edit preprocessed file (zipped)

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

2006-10-31 Thread brandon at rioja dot us
does not match function definition Product: gcc Version: 4.1.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: brandon at rioja

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

2006-10-22 Thread brandon at rioja dot us
++ 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

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

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 namespace serves two purposes

[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
++ 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