[Bug target/63312] FAIL: gcc.dg/torture/float128-exact-underflow.c -O0 execution test

2014-09-20 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63312 --- Comment #2 from Andreas Schwab --- This fixes the test for all opt levels, no regressions.

[Bug c++/62017] AddressSanitizer reports *-buffer-overflow in destructor when multiple virtual inheritance is used

2014-09-20 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62017 --- Comment #11 from Jason Merrill --- Author: jason Date: Sun Sep 21 02:42:40 2014 New Revision: 215427 URL: https://gcc.gnu.org/viewcvs?rev=215427&root=gcc&view=rev Log: PR c++/62017 * decl.c (begin_destructor_body): Only clobber the a

[Bug target/54412] Request for 32-byte stack alignment with -mavx on Windows

2014-09-20 Thread rcopley at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54412 --- Comment #11 from R Copley --- On 20 September 2014 07:08, roland at rschulz dot eu wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54412 > > --- Comment #10 from Roland Schulz --- > Created attachment 33520 > --> https://gcc.gnu.org

[Bug c/63318] Hello World C program using inline assembly to invoke write(2) on amd64 Linux fails to print Hello World

2014-09-20 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63318 --- Comment #7 from Andrew Pinski --- >That worked, although I am not sure how given that the string is missing in >assembly output: it is not missing: movabsq $8022916924116329800, %rax movq%rax, -48(%rbp) movl

[Bug c/63318] Hello World C program using inline assembly to invoke write(2) on amd64 Linux fails to print Hello World

2014-09-20 Thread ryao at gentoo dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63318 --- Comment #6 from Richard Yao --- Created attachment 33523 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33523&action=edit Updated syscall.c That worked, although I am not sure how given that the string is missing in assembly output: $

[Bug c/63318] Hello World C program using inline assembly to invoke write(2) on amd64 Linux fails to print Hello World

2014-09-20 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63318 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c/63318] Hello World C program using inline assembly to invoke write(2) on amd64 Linux fails to print Hello World

2014-09-20 Thread ryao at gentoo dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63318 Richard Yao changed: What|Removed |Added Status|RESOLVED|UNCONFIRMED Resolution|INVALID

[Bug c/63318] Hello World C program using inline assembly to invoke write(2) on amd64 Linux fails to print Hello World

2014-09-20 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63318 --- Comment #3 from Andrew Pinski --- asm volatile ( "movl $1, %%eax\n\t" "movl $1, %%edi\n\t" "movq %1, %%rsi\n\t" "movl %2, %%edx\n\t" "syscall" : "=a"(ret) : "g"(hello), "g"(hello

[Bug c/63318] Hello World C program using inline assembly to invoke write(2) on amd64 Linux fails to print Hello World

2014-09-20 Thread ryao at gentoo dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63318 --- Comment #2 from Richard Yao --- What is the correct way to do this?

[Bug c/63318] Hello World C program using inline assembly to invoke write(2) on amd64 Linux fails to print Hello World

2014-09-20 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63318 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c/63318] New: Hello World C program using inline assembly to invoke write(2) on amd64 Linux fails to print Hello World

2014-09-20 Thread ryao at gentoo dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63318 Bug ID: 63318 Summary: Hello World C program using inline assembly to invoke write(2) on amd64 Linux fails to print Hello World Product: gcc Version: unknown Status: UNCO

[Bug sanitizer/63316] [5.0 Regression] False asan positive

2014-09-20 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63316 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/63317] Internal compiler error in unify, cp/pt.c: 15820

2014-09-20 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63317 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/63317] New: Internal compiler error in unify, cp/pt.c: 15820

2014-09-20 Thread netheril96 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63317 Bug ID: 63317 Summary: Internal compiler error in unify, cp/pt.c: 15820 Product: gcc Version: 4.6.4 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug sanitizer/63316] [5.0 Regression] False asan positive

2014-09-20 Thread Joost.VandeVondele at mat dot ethz.ch
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63316 Joost VandeVondele changed: What|Removed |Added CC||Joost.VandeVondele at mat dot ethz

[Bug sanitizer/63316] New: [5.0 Regression] False asan positive

2014-09-20 Thread Joost.VandeVondele at mat dot ethz.ch
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63316 Bug ID: 63316 Summary: [5.0 Regression] False asan positive Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: sanitizer