[Bug c++/48196] New: ICE (segmentation fault) on inclusion of , C++0x

2011-03-18 Thread gcchelp.5.adept at 0sg dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48196 Summary: ICE (segmentation fault) on inclusion of , C++0x Product: gcc Version: 4.5.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++

[Bug c++/48196] ICE (segmentation fault) on inclusion of , C++0x

2011-03-18 Thread gcchelp.5.adept at 0sg dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48196 --- Comment #1 from gcchelp.5.adept at 0sg dot net 2011-03-18 19:35:45 UTC --- Created attachment 23716 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23716 does not exhibit the bug

[Bug driver/48208] New: -F option is not joined

2011-03-19 Thread gcchelp.5.adept at 0sg dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48208 Summary: -F option is not joined Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: driver AssignedTo: unassig...@gcc.gnu.org

[Bug c++/48196] [C++0x] ICE on inclusion of , decltype

2011-03-22 Thread gcchelp.5.adept at 0sg dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48196 Christian Schüler changed: What|Removed |Added Summary|ICE (segmentation fault) on |[C++0x] ICE on inclusion of

[Bug c++/48196] [C++0x] ICE on inclusion of , decltype

2011-03-23 Thread gcchelp.5.adept at 0sg dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48196 --- Comment #5 from Christian Schüler 2011-03-23 20:00:55 UTC --- Yes, 4.6. release candidate doesn't crash thanks

[Bug driver/48260] New: Accept -arch as an alias for -m32/-m64 on darwin

2011-03-23 Thread gcchelp.5.adept at 0sg dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48260 Summary: Accept -arch as an alias for -m32/-m64 on darwin Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: driver AssignedTo:

[Bug c++/99610] New: GCC thinks member function template is a deduction guide

2021-03-15 Thread gcchelp.5.adept at 0sg dot net via Gcc-bugs
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: gcchelp.5.adept at 0sg dot net Target Milestone: --- When compiling with -std=c++17 or -std=gnu++17, the following errors are reported for the code below: [2] error: return type specified for

[Bug c++/99610] GCC thinks member function template is a deduction guide

2021-03-15 Thread gcchelp.5.adept at 0sg dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99610 --- Comment #1 from Christian Schüler --- There is a workaround declaring the function Hash with trailing return will make the error go away. template< typename X > auto Hash( const X &arg ) const -> unsigned { ... }

[Bug c++/99610] GCC thinks member function template is a deduction guide

2021-03-15 Thread gcchelp.5.adept at 0sg dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99610 --- Comment #2 from Christian Schüler --- gcc version 8.4.0 (Ubuntu 8.4.0-1ubuntu1~18.04)