[Bug bootstrap/68231] [6 Regression] bootstrap failure after placement new

2015-11-09 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68231 Martin Sebor changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug bootstrap/68231] [6 Regression] bootstrap failure after placement new

2015-11-08 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68231 --- Comment #9 from Martin Sebor --- The ILP32 failure should be fixed in r229959. I tested it with -m32 on x86_64 but not on AIX/powerpc, so I'll leave this open until test results confirm that the test passes.

[Bug bootstrap/68231] [6 Regression] bootstrap failure after placement new

2015-11-06 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68231 Martin Sebor changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned at

[Bug bootstrap/68231] [6 Regression] bootstrap failure after placement new

2015-11-06 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68231 --- Comment #7 from Dominique d'Humieres --- Note that bootstrap fails also with ../../work/gcc/cp/init.c: In function 'void warn_placement_new_too_small(tree, tree, tree, tree)': ../../work/gcc/cp/init.c:2454:17: error: format '%lu' expects a

[Bug bootstrap/68231] [6 Regression] bootstrap failure after placement new

2015-11-06 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68231 --- Comment #6 from David Edelsohn --- This seems to be fixed after Martin's second patch. Although the placement new size test in the testsuite fails on AIX.

[Bug bootstrap/68231] [6 Regression] bootstrap failure after placement new

2015-11-06 Thread uweigand at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68231 Ulrich Weigand changed: What|Removed |Added CC||uweigand at gcc dot gnu.org --- Comment

[Bug bootstrap/68231] [6 Regression] bootstrap failure after placement new

2015-11-06 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68231 Richard Biener changed: What|Removed |Added Target|powerpc-ibm-aix*| Summary|[6 Regression] AIX