[Bug c++/95883] Attributes on lambdas appear to be parsed in the wrong place

2020-06-29 Thread patrick.a.moran at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95883 Patrick Moran changed: What|Removed |Added CC||patrick.a.moran at gmail dot com

[Bug libstdc++/90454] filesystem::path template constructor void* overload interference

2019-05-14 Thread patrick.a.moran at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90454 --- Comment #4 from Patrick Moran --- I just did a clean build of gcc with the change linked from ViewVC and confirmed that my reproduction is fixed. Thank you. I admit I'm uncertain of the etiquette regarding this ticket itself - I'm not changi

[Bug libstdc++/90454] New: filesystem::path template constructor void* overload interference

2019-05-13 Thread patrick.a.moran at gmail dot com
Priority: P3 Component: libstdc++ Assignee: unassigned at gcc dot gnu.org Reporter: patrick.a.moran at gmail dot com Target Milestone: --- Created attachment 46349 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=46349&action=edit A reproduction of th

[Bug c++/90338] New: member function pointer non-type template parameter compile fail while matching

2019-05-03 Thread patrick.a.moran at gmail dot com
: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: patrick.a.moran at gmail dot com Target Milestone: --- Created attachment 46280 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=46280&action=edit A reproduc

[Bug c++/90333] New: Can't apply attributes to lambdas with trailing returns

2019-05-03 Thread patrick.a.moran at gmail dot com
ormal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: patrick.a.moran at gmail dot com Target Milestone: --- In 8.3.0 we could do either one of these: > []() __attribute__((always_inline)) -> int { return 0; } > []() [[gnu::always_i

[Bug c++/81757] function reference on nonnull and noexcept

2019-03-26 Thread patrick.a.moran at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81757 Patrick Moran changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug sanitizer/89764] New: ubsan diagnostic on generic lambdas decayed to function pointers

2019-03-18 Thread patrick.a.moran at gmail dot com
Priority: P3 Component: sanitizer Assignee: unassigned at gcc dot gnu.org Reporter: patrick.a.moran at gmail dot com CC: dodji at gcc dot gnu.org, dvyukov at gcc dot gnu.org, jakub at gcc dot gnu.org, kcc at gcc dot gnu.org, marxin

[Bug c++/87506] New: ICE with inherited constexpr constructor with const argument

2018-10-03 Thread patrick.a.moran at gmail dot com
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: patrick.a.moran at gmail dot com Target Milestone: --- Created attachment 44777 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44777&action=edit A reproduction of the issue de

[Bug c++/83470] New: Type morphing nested lambda capture

2017-12-18 Thread patrick.a.moran at gmail dot com
++ Assignee: unassigned at gcc dot gnu.org Reporter: patrick.a.moran at gmail dot com Target Milestone: --- Created attachment 42908 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=42908&action=edit The minimal reproduction as a separate file I found this compiling with gc

[Bug c++/81929] New: exponential slowdown in undefined behavior sanitizer for streaming

2017-08-22 Thread patrick.a.moran at gmail dot com
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: patrick.a.moran at gmail dot com Target Milestone: --- Created attachment 42028 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=42028&action=edit A reproduction of th

[Bug c++/81757] New: function reference on nonnull and noexcept

2017-08-07 Thread patrick.a.moran at gmail dot com
++ Assignee: unassigned at gcc dot gnu.org Reporter: patrick.a.moran at gmail dot com Target Milestone: --- Created attachment 41948 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=41948&action=edit a minimal reproduction We have noticed a behavior that we believe

[Bug c++/61370] decltype, enable_if, previous arguments

2014-06-23 Thread patrick.a.moran at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61370 Patrick Moran changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c++/52830] ICE: "canonical types differ for identity types ..." when attempting SFINAE with member type

2014-06-23 Thread patrick.a.moran at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52830 --- Comment #2 from Patrick Moran --- *** Bug 61370 has been marked as a duplicate of this bug. ***

[Bug c++/52830] ICE: "canonical types differ for identity types ..." when attempting SFINAE with member type

2014-06-23 Thread patrick.a.moran at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52830 Patrick Moran changed: What|Removed |Added CC||patrick.a.moran at gmail dot com

[Bug c++/61370] decltype, enable_if, previous arguments

2014-06-23 Thread patrick.a.moran at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61370 --- Comment #4 from Patrick Moran --- This bug does indeed seem to be related to / duplicate of c++/52830. That is, the two bugs reports are referring to the same trigger, but the bug manifests differently in the two versions (in the 4.9.0 I tes

[Bug c++/61370] New: decltype, enable_if, previous arguments

2014-05-30 Thread patrick.a.moran at gmail dot com
++ Assignee: unassigned at gcc dot gnu.org Reporter: patrick.a.moran at gmail dot com Created attachment 32878 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=32878&action=edit minimal reproduction SFINAE that depednds on the decltype of a previous argument fails to funcit

[Bug c++/47252] GCC Segfaults when boost/range.hpp is included and deduced parameter is a initializer_list

2011-01-16 Thread patrick.a.moran at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47252 Patrick Moran changed: What|Removed |Added Status|RESOLVED|WAITING Resolution|FIXED

[Bug c++/47252] GCC Segfaults when boost/range.hpp is included and deduced parameter is a initializer_list

2011-01-16 Thread patrick.a.moran at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47252 --- Comment #5 from Patrick Moran 2011-01-16 15:26:27 UTC --- Created attachment 22985 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22985 (Gzipped) preprocessed source Oops, sorry this was missing earlier. I had apparently missed the note

[Bug c++/47252] GCC Segfaults when boost/range.hpp is included and deduced parameter is a initializer_list

2011-01-15 Thread patrick.a.moran at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47252 Patrick Moran changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|

[Bug c++/47252] GCC Segfaults when boost/range.hpp is included and deduced parameter is a initializer_list

2011-01-15 Thread patrick.a.moran at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47252 --- Comment #3 from Patrick Moran 2011-01-16 04:10:26 UTC --- Confirmed that the code does in fact work with boost 1.42 on gcc 4.6.0. I guess that makes this already fixed.

[Bug c++/47252] New: GCC Segfaults when boost/range.hpp is included and deduced parameter is a initializer_list

2011-01-10 Thread patrick.a.moran at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47252 Summary: GCC Segfaults when boost/range.hpp is included and deduced parameter is a initializer_list Product: gcc Version: 4.5.1 Status: UNCONFIRMED Severity: normal