[Bug libstdc++/68519] condition_variable::wait_for does not work properly with float duration

2015-11-24 Thread jbellon at bsc dot es
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68519 Jorge Bellon changed: What|Removed |Added Attachment #36824|0 |1 is obsolete|

[Bug libstdc++/68519] condition_variable::wait_for does not work properly with float duration

2015-11-24 Thread jbellon at bsc dot es
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68519 Jorge Bellon changed: What|Removed |Added CC||jbellon at bsc dot es --- Comment #1

[Bug libstdc++/68519] New: condition_variable::wait_for does not work properly with float duration

2015-11-24 Thread jbellon at bsc dot es
Priority: P3 Component: libstdc++ Assignee: unassigned at gcc dot gnu.org Reporter: jbellon at bsc dot es Target Milestone: --- Created attachment 36823 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36823&action=edit preprocessed source fi

[Bug other/64711] Unconsistency with -fnon-call-exceptions when used along inline and ipa optimizations

2015-01-21 Thread jbellon at bsc dot es
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64711 --- Comment #1 from Jorge Bellon --- There is a typo in the details: 5) Compilation using -fipa-pure-const only Same as (4). 7) Compilation using -fipa-pure-const -finline -finline-functions Same as (4). 9) Compilation using -fno-ipa-pure-const

[Bug other/64711] New: Unconsistency with -fnon-call-exceptions when used along inline and ipa optimizations

2015-01-21 Thread jbellon at bsc dot es
Severity: normal Priority: P3 Component: other Assignee: unassigned at gcc dot gnu.org Reporter: jbellon at bsc dot es Created attachment 34517 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34517&action=edit Test program source code Behavior o