Package: libstdc++6
Version: 4.3.3-3
Severity: normal
Hello,
The std::map::erase(iterator) method in libstdc++6 cannot deal with the case
that it is called with the end() iterator:
$ cat foo.cc
#include
int main(int, char**) {
std::map m;
m[1] = 2;
m[3] = 4;
m.erase(m.find(5)); // 5 no
Processing commands for cont...@bugs.debian.org:
> forwarded 523040 http://gcc.gnu.org/PR39740
Bug#523040: gcc-4.3: compiler error with -O3 option
Noted your statement that Bug has been forwarded to http://gcc.gnu.org/PR39740.
>
End of message, stopping processing here.
Please contact me if you
Processing commands for cont...@bugs.debian.org:
> merge 523040 523655
Bug#523040: gcc-4.3: compiler error with -O3 option
Bug#523655: gcc-4.3: error: unrecognizable insn on alpha using -O3 and -std=c99
Merged 523040 523655.
>
End of message, stopping processing here.
Please contact me if you ne
Processing commands for cont...@bugs.debian.org:
> severity 523040 important
Bug#523040: gcc-4.3: compiler error with -O3 option
Severity set to `important' from `serious'
> severity 523655 important
Bug#523655: gcc-4.3: error: unrecognizable insn on alpha using -O3 and -std=c99
Severity set to `
On Sat, Apr 11, 2009 at 10:06:24PM +0200, Arthur Loiret wrote:
> Hi,
>
> 2009/4/11, Kurt Roeckx :
> > I've attached a reduced test case that gives a simular error message:
>
> Awesome! Thanks, I'll forward it upstream.
I've already done that.
Kurt
--
To UNSUBSCRIBE, email to debian-gcc-re
2009/4/11, Kurt Roeckx :
>> Awesome! Thanks, I'll forward it upstream.
>
> I've already done that.
Then please send the forwarded command to the BTS.
--
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Hi,
2009/4/11, Kurt Roeckx :
> I've attached a reduced test case that gives a simular error message:
Awesome! Thanks, I'll forward it upstream.
--
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Package: gcj-4.3
Version: 4.3.3-3
Followup-For: Bug #523509
I've experienced the same problem. As a measure to verify dependencies
desincronization I'd attempted to rebuild gcc-4.3_4.3.3-3 (testing) --
it failed the same way, gcj-4.3 fails. Yesterday I've rebuilt
gcc-4.3_4.3.3-7 (unstable) -- th
Package: gcc-4.3
Version: 4.3.3-5
Hi,
r-base is failing to build on alpha with the following error:
gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H
-mieee-with-inexact -fpic -std=gnu99 -O3 -pipe -g -c deriv.c -o deriv.o
deriv.c: In function 'simplify':
deriv.c:267: error:
Processing commands for cont...@bugs.debian.org:
> forwarded 523655 http://gcc.gnu.org/PR39740
Bug#523655: gcc-4.3: error: unrecognizable insn on alpha using -O3 and -std=c99
Noted your statement that Bug has been forwarded to http://gcc.gnu.org/PR39740.
>
End of message, stopping processing here
* Josselin Mouette:
> Le vendredi 10 avril 2009 à 14:35 +0200, Florian Weimer a écrit :
>> At least with a strict interpretation, the run-time exception suffers
>> from a significant issue with compilers which are not licensed under a
>> GPLv3-compatible license (such as the GPLv2, or the QPL), an
11 matches
Mail list logo