[Bug c++/33911] attribute deprecated vs. templates

2016-01-22 Thread pipping at exherbo dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=33911 Elias Pipping changed: What|Removed |Added CC||pipping at exherbo dot org --- Comment

[Bug libstdc++/65329] [C++14] constexpr complex::real(), imag() are non-const

2015-11-17 Thread pipping at exherbo dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65329 Elias Pipping changed: What|Removed |Added CC||pipping at exherbo dot org --- Comment

[Bug c++/59995] New: constexpr in non-static member function causes segmentation fault

2014-01-30 Thread pipping at exherbo dot org
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: pipping at exherbo dot org This code << SNIP class A { int constexpr twice(int x) { return 2 * x; } int const a = twice(1); }; << SNAP Causes a segmentation fault

[Bug c++/14258] typename in a using declaration not supported

2014-01-22 Thread pipping at exherbo dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14258 --- Comment #22 from Elias Pipping --- I guess my test case is a reduction/duplicate of PR37140.

[Bug c++/14258] typename in a using declaration not supported

2014-01-22 Thread pipping at exherbo dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14258 --- Comment #21 from Elias Pipping --- (In reply to Jonathan Wakely from comment #19) > That example's a bit misleading, because 'int' really isn't a class, > namespace or enumeration, but the error's wrong because there could be a > specializatio

[Bug c++/14258] typename in a using declaration not supported

2014-01-22 Thread pipping at exherbo dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14258 Elias Pipping changed: What|Removed |Added CC||pipping at exherbo dot org --- Comment

[Bug c++/53893] segfault with invalid c++ code

2012-07-08 Thread pipping at exherbo dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53893 Elias Pipping changed: What|Removed |Added Attachment #27762|0 |1 is obsolete|

[Bug c++/53893] segfault with invalid c++ code

2012-07-08 Thread pipping at exherbo dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53893 --- Comment #2 from Elias Pipping 2012-07-08 11:43:11 UTC --- % g++-4.7 -v Using built-in specs. COLLECT_GCC=g++-4.7 COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/4.7.1/lto-wrapper Target: x86_64-pc-linux-gnu Configured with: /var/tmp/

[Bug c++/53893] segfault with invalid c++ code

2012-07-08 Thread pipping at exherbo dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53893 --- Comment #1 from Elias Pipping 2012-07-08 11:21:57 UTC --- Created attachment 27762 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27762 test case

[Bug c++/53893] New: segfault with invalid c++ code

2012-07-08 Thread pipping at exherbo dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53893 Bug #: 53893 Summary: segfault with invalid c++ code Classification: Unclassified Product: gcc Version: 4.7.1 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug c++/50390] gcc hangs while compiling invalid c++ code

2011-09-16 Thread pipping at exherbo dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50390 --- Comment #6 from Elias Pipping 2011-09-16 22:08:16 UTC --- Created attachment 25308 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25308 reduction for gcc 4.6.1 I used gcc 4.5 during reduction, assuming that a reduced test case would "ha

[Bug c++/50390] gcc hangs while compiling invalid c++ code

2011-09-16 Thread pipping at exherbo dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50390 Elias Pipping changed: What|Removed |Added Status|RESOLVED|UNCONFIRMED Resolution|INVALID

[Bug c++/50390] gcc hangs while compiling invalid c++ code

2011-09-15 Thread pipping at exherbo dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50390 Elias Pipping changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug c++/50390] gcc hangs while compiling invalid c++ code

2011-09-15 Thread pipping at exherbo dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50390 Elias Pipping changed: What|Removed |Added Attachment #25298|0 |1 is obsolete|

[Bug c++/50390] gcc hangs while compiling invalid c++ code

2011-09-15 Thread pipping at exherbo dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50390 Elias Pipping changed: What|Removed |Added Attachment #25266|0 |1 is obsolete|

[Bug c++/50390] New: gcc hangs while compiling invalid c++ code

2011-09-13 Thread pipping at exherbo dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50390 Bug #: 50390 Summary: gcc hangs while compiling invalid c++ code Classification: Unclassified Product: gcc Version: 4.6.1 Status: UNCONFIRMED Severity: normal Priorit

[Bug c++/50388] Segmentation fault

2011-09-13 Thread pipping at exherbo dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50388 --- Comment #1 from Elias Pipping 2011-09-13 21:38:04 UTC --- Created attachment 25264 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25264 delta-reduced dump

[Bug c++/50388] New: Segmentation fault

2011-09-13 Thread pipping at exherbo dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50388 Bug #: 50388 Summary: Segmentation fault Classification: Unclassified Product: gcc Version: 4.5.3 Status: UNCONFIRMED Severity: normal Priority: P3 Component