[Bug other/61439] contrib/download_prerequisites script does not verify integrity of packages

2016-09-24 Thread moritz at klammler dot eu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61439 --- Comment #7 from Moritz Klammler --- https://gcc.gnu.org/ml/gcc-patches/2016-09/msg00606.html

[Bug c++/77467] New: Segmentation fault with switch statement in constexpr function

2016-09-03 Thread moritz at klammler dot eu
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: moritz at klammler dot eu Target Milestone: --- Compiling the following file causes GCC to segfault. (I have version 6.1.1 but according to Wandbox HEAD is also affected.) # 1

[Bug other/61439] contrib/download_prerequisites script does not verify integrity of packages

2016-02-10 Thread moritz at klammler dot eu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61439 Moritz Klammler changed: What|Removed |Added CC||moritz at klammler dot eu --- Comment

[Bug jit/64296] link failure of libgccjit.so for "in tree" gmp/mpc/mpfr/isl

2016-02-10 Thread moritz at klammler dot eu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64296 Moritz Klammler changed: What|Removed |Added CC||moritz at klammler dot eu --- Comment

[Bug other/61439] contrib/download_prerequisites script does not verify integrity of packages

2016-02-10 Thread moritz at klammler dot eu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61439 --- Comment #5 from Moritz Klammler --- Created attachment 37659 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=37659=edit Improved version of download_prerequisites script that verifies package checksums

[Bug jit/64296] link failure of libgccjit.so for "in tree" gmp/mpc/mpfr/isl

2016-02-10 Thread moritz at klammler dot eu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64296 --- Comment #6 from Moritz Klammler --- I'm sorry, the attachment was meant for this other issue. https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61439 I don't know how this could happen but apparently, I hit some wrong button and posted it to

[Bug c++/67104] [5 regression] Constant expression factory function initializes std::array with static storage duration strangely

2015-08-18 Thread moritz at klammler dot eu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67104 --- Comment #14 from Moritz Klammler moritz at klammler dot eu --- Thank you for taking care of this so quickly.

[Bug c++/67104] Constant expression factory function initializes std::array with static storage duration strangely

2015-08-03 Thread moritz at klammler dot eu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67104 --- Comment #1 from Moritz Klammler moritz at klammler dot eu --- Created attachment 36111 -- https://gcc.gnu.org/bugzilla/attachment.cgi?id=36111action=edit Preprocessed source file

[Bug c++/67104] Constant expression factory function initializes std::array with static storage duration strangely

2015-08-03 Thread moritz at klammler dot eu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67104 --- Comment #2 from Moritz Klammler moritz at klammler dot eu --- Created attachment 36112 -- https://gcc.gnu.org/bugzilla/attachment.cgi?id=36112action=edit Compiler standard error output

[Bug c++/67104] Constant expression factory function initializes std::array with static storage duration strangely

2015-08-03 Thread moritz at klammler dot eu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67104 --- Comment #3 from Moritz Klammler moritz at klammler dot eu --- Note that the following slightly modified program passes all assertions and behaves identical when compiled with either GCC or Clang. #include array #include cassert

[Bug c++/67104] New: Constant expression factory function initializes std::array with static storage duration strangely

2015-08-03 Thread moritz at klammler dot eu
Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: moritz at klammler dot eu Target Milestone: --- Created attachment 36110 -- https://gcc.gnu.org/bugzilla/attachment.cgi?id=36110action=edit Source