[Bug c++/44358] initializer list can't convert to map

2010-05-31 Thread jarrydb at cse dot unsw dot edu dot au
--- Comment #1 from jarrydb at cse dot unsw dot edu dot au 2010-06-01 06:50 --- Created an attachment (id=20790) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20790&action=view) compilation failure note that this file is the result of: #include int main() { std::map

[Bug c++/44358] New: initializer list can't convert to map

2010-05-31 Thread jarrydb at cse dot unsw dot edu dot au
’ -- Summary: initializer list can't convert to map Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: jarrydb at cse dot

[Bug c++/43890] [4.6 Regression] invalid uninitialized reference in class

2010-04-29 Thread jarrydb at cse dot unsw dot edu dot au
--- Comment #4 from jarrydb at cse dot unsw dot edu dot au 2010-04-29 21:57 --- that fixes it for me on x86 and x86_64. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43890

[Bug c++/43890] New: invalid uninitialized reference in class

2010-04-25 Thread jarrydb at cse dot unsw dot edu dot au
ONFIRMED Severity: major Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: jarrydb at cse dot unsw dot edu dot au GCC build triplet: x86_64-unknown-linux-gnu GCC host triplet: x86_64-unknown-linux-gnu GCC target triplet

[Bug c++/43028] [C++0x] internal compiler error in maybe_adjust_types_for_deduction

2010-02-11 Thread jarrydb at cse dot unsw dot edu dot au
--- Comment #6 from jarrydb at cse dot unsw dot edu dot au 2010-02-11 13:30 --- The error only occurs when Equation is undeclared. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43028

[Bug c++/43028] internal compiler error in maybe_adjust_types_for_deduction

2010-02-11 Thread jarrydb at cse dot unsw dot edu dot au
--- Comment #4 from jarrydb at cse dot unsw dot edu dot au 2010-02-11 12:18 --- Created an attachment (id=19841) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19841&action=view) source file that produces internal compiler error -- http://gcc.gnu.org/bugzilla/show_bug

[Bug c++/43028] internal compiler error in maybe_adjust_types_for_deduction

2010-02-11 Thread jarrydb at cse dot unsw dot edu dot au
--- Comment #3 from jarrydb at cse dot unsw dot edu dot au 2010-02-11 12:17 --- Here is my version: gcc version 4.5.0 20100206 (experimental) (GCC) Command line: g++ -std=gnu++0x undeclared.cpp it only happens with the following source file, it doesn't happen when undeclared

[Bug c++/43028] internal compiler error in maybe_adjust_types_for_deduction

2010-02-11 Thread jarrydb at cse dot unsw dot edu dot au
--- Comment #1 from jarrydb at cse dot unsw dot edu dot au 2010-02-11 08:23 --- Created an attachment (id=19838) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19838&action=view) source code which produces compiler error -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43028

[Bug c++/43028] New: internal compiler error in maybe_adjust_types_for_deduction

2010-02-11 Thread jarrydb at cse dot unsw dot edu dot au
dot unsw dot edu dot au GCC build triplet: i686-pc-linux-gnu GCC host triplet: i686-pc-linux-gnu GCC target triplet: i686-pc-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43028