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.
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
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
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
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:
$
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63318
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63318
Richard Yao changed:
What|Removed |Added
Status|RESOLVED|UNCONFIRMED
Resolution|INVALID
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63318
--- Comment #2 from Richard Yao ---
What is the correct way to do this?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63318
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63316
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63317
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
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:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63316
Joost VandeVondele changed:
What|Removed |Added
CC||Joost.VandeVondele at mat dot
ethz
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
16 matches
Mail list logo