https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79832
listcrawler at gmail dot com changed:
What|Removed |Added
CC||listcrawler at gmail dot
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: listcrawler at gmail dot com
The program below compiles without error, although an int & is
initialized from a float const.
typedef int & T;
T
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=61093
--- Comment #3 from listcrawler at gmail dot com ---
Ah, thanks for the explanation!
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: listcrawler at gmail dot com
Created attachment 33983
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33983&action=edit
preprocessed source file
Internal c
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63885
--- Comment #3 from listcrawler at gmail dot com ---
I tested the latest revision this morning and all my tests passed. Thanks!
Priority: P3
Component: libstdc++
Assignee: unassigned at gcc dot gnu.org
Reporter: listcrawler at gmail dot com
Target Milestone: ---
To recreate problem:
#include
#include
template
struct Alloc
{
using value_type = T;
T* allocate(std::size_t n