https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85882
mednafen at sent dot com changed:
What|Removed |Added
CC||mednafen at sent dot com
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: mednafen at sent dot com
Target Milestone: ---
I'm not totally sure this is a bug, but the following C++ code generates a
compilation error("invalid cast of an rvalue expression of type 'float*&
Assignee: unassigned at gcc dot gnu.org
Reporter: mednafen at sent dot com
Target Milestone: ---
Created attachment 43125
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=43125&action=edit
test case
Linux x86_64
$ /usr/local/gcc8-256680/bin/gcc -Wall -O0 -o crcred crcred.c &
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70646
mednafen at sent dot com changed:
What|Removed |Added
CC||mednafen at sent dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71539
mednafen at sent dot com changed:
What|Removed |Added
CC||mednafen at sent dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81516
mednafen at sent dot com changed:
What|Removed |Added
CC||mednafen at sent dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81516
--- Comment #5 from mednafen at sent dot com ---
Generated assembly looks like it's grabbing garbage off the stack and writing
it to b:
a:
subl$20, %esp
fildl 24(%esp)
movsd (%esp), %xmm1
movsd %xmm1, b
[...]
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: mednafen at sent dot com
Target Milestone: ---
Created attachment 41755
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=41755&action=edit
Test case
Seems to be an ol
Priority: P3
Component: c
Assignee: unassigned at gcc dot gnu.org
Reporter: mednafen at sent dot com
Target Milestone: ---
Created attachment 40871
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=40871&action=edit
test case
Linux x86_64
$ /usr/local/gcc-
Severity: normal
Priority: P3
Component: c
Assignee: unassigned at gcc dot gnu.org
Reporter: mednafen at sent dot com
Target Milestone: ---
Created attachment 41114
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=41114&action=edit
te
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80301
--- Comment #1 from mednafen at sent dot com ---
Created attachment 41115
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=41115&action=edit
correct test code
Priority: P3
Component: target
Assignee: unassigned at gcc dot gnu.org
Reporter: mednafen at sent dot com
Target Milestone: ---
Target: x86_64
Created attachment 41181
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=41181&action=edit
sample
Component: other
Assignee: unassigned at gcc dot gnu.org
Reporter: mednafen at sent dot com
Target Milestone: ---
Created attachment 35556
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35556&action=edit
C code which demonstrates the issue.
The attached code, when c
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77392
mednafen at sent dot com changed:
What|Removed |Added
CC||mednafen at sent dot com
Component: c
Assignee: unassigned at gcc dot gnu.org
Reporter: mednafen at sent dot com
Target Milestone: ---
Target: x86_64-pc-linux-gnu
Created attachment 57000
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=57000&action=edit
test case
Linux
15 matches
Mail list logo