[Bug c++/90992] New: -Wnoexcept produce false positive

2019-06-25 Thread adrien.hamelin+gcc at gmail dot com
++ Assignee: unassigned at gcc dot gnu.org Reporter: adrien.hamelin+gcc at gmail dot com Target Milestone: --- Created attachment 46516 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=46516&action=edit Minimal case to reproduce, compile with "g++ -Wnoexcept gcc_bug.cpp&

[Bug c++/61597] Unexpected behavior at runtime

2014-06-25 Thread adrien.hamelin+gcc at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61597 --- Comment #13 from Adrien Hamelin --- I'm sorry that i made you lose your time :-( I thought that kind of code would trigger a warning though.

[Bug c++/61597] Unexpected behavior at runtime

2014-06-25 Thread adrien.hamelin+gcc at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61597 Adrien Hamelin changed: What|Removed |Added Attachment #33002|0 |1 is obsolete|

[Bug c++/61597] Unexpected behavior at runtime

2014-06-25 Thread adrien.hamelin+gcc at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61597 Adrien Hamelin changed: What|Removed |Added Attachment #33000|0 |1 is obsolete|

[Bug c++/61597] Unexpected behavior at runtime

2014-06-24 Thread adrien.hamelin+gcc at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61597 --- Comment #6 from Adrien Hamelin --- I also wanted to say, my code may be not optimal or may be done in an easier way or else (and if you have comments on it i'm ok with that), but what i think what is the most important here is that it seems t

[Bug c++/61597] Unexpected behavior at runtime

2014-06-24 Thread adrien.hamelin+gcc at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61597 --- Comment #5 from Adrien Hamelin --- It's a type i created to be able to store data that does not fit in ram, with some streaming with the hard drive. But i removed most of it to simplify the problem search for you, even if i did not think of

[Bug c++/61597] Unexpected behavior at runtime

2014-06-24 Thread adrien.hamelin+gcc at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61597 --- Comment #2 from Adrien Hamelin --- Created attachment 33000 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33000&action=edit Preprocessed file compressed in 7z I compressed the file to match the 1000KB criteria, but this is the preproc

[Bug c++/61597] New: Unexpected behavior at runtime

2014-06-24 Thread adrien.hamelin+gcc at gmail dot com
++ Assignee: unassigned at gcc dot gnu.org Reporter: adrien.hamelin+gcc at gmail dot com When compiling the code visible at the link at the bottom, the compiler eat it fine and produce an executable, but it doesn't work. The problem is in the std::iota function present in the main. Fo