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++
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
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
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
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
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:
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
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
{ ... }
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)