https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98847
--- Comment #12 from programmerjake at gmail dot com ---
(In reply to Jakub Jelinek from comment #11)
> Fixed.
Thanks!!
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98847
--- Comment #8 from programmerjake at gmail dot com ---
Can the fix for this be backported to gcc 8 and 9 too? Thanks!
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98847
--- Comment #4 from programmerjake at gmail dot com ---
(In reply to Jakub Jelinek from comment #3)
> Created attachment 50066 [details]
> gcc11-pr98847.patch
>
> Untested fix.
That will probably also fix bug #98846
Priority: P3
Component: inline-asm
Assignee: unassigned at gcc dot gnu.org
Reporter: programmerjake at gmail dot com
Target Milestone: ---
Host: x86_64-linux-gnu
Target: x86_64-linux-gnu
In:
https://gcc.godbolt.org/z/49xoKP
With the following
++
Assignee: unassigned at gcc dot gnu.org
Reporter: programmerjake at gmail dot com
Target Milestone: ---
In:
https://gcc.godbolt.org/z/49xoKP
With the following code:
template
int template_get_edx() {
register int edx asm("edx");
asm("movl $1234, %%edx\n\t# reg
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87291
--- Comment #11 from programmerjake at gmail dot com ---
(In reply to programmerjake from comment #10)
> (In reply to bouanto from comment #9)
> > Does gcc provide a way to specify whether the stack should be aligned
> > properly
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87291
programmerjake at gmail dot com changed:
What|Removed |Added
CC||programmerjake at gmail
Assignee: dmalcolm at gcc dot gnu.org
Reporter: programmerjake at gmail dot com
Target Milestone: ---
I'm thinking of using libgccjit for generating code for a custom RISC-V
architecture. Support for using inline asm would be nice so I can use stock gcc
without having t
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81256
--- Comment #1 from programmerjake at gmail dot com ---
assuming this is fixed, basic_filebuf::~basic_filebuf will need to add a
try-catch to ignore exceptions thrown there instead of calling terminate
because it's noexcept.
onent: libstdc++
Assignee: unassigned at gcc dot gnu.org
Reporter: programmerjake at gmail dot com
Target Milestone: ---
in line 247 of fstream.tcc, basic_filebuf::close ignores exceptions thrown by
_M_terminate_output. _M_terminate_output calls unshift on the codecvt facet
fro
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77562
--- Comment #6 from programmerjake at gmail dot com ---
(In reply to Andrew Pinski from comment #5)
> Note I suspect this is due to "long a = 1;" being treated as a constexpr
> something like that now.
it is. In the original cod
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77562
--- Comment #3 from programmerjake at gmail dot com ---
I would think that unrolling loops would be best left till after
gimplification.
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: programmerjake at gmail dot com
Target Milestone: ---
when using gcc 5+, compiling the following code uses a huge amount of memory
creating a read-only template object. On gcc 4.9 and before, it
++
Assignee: unassigned at gcc dot gnu.org
Reporter: programmerjake at gmail dot com
Target Milestone: ---
missed inlining fn2
version: (Ubuntu 5.3.0-3ubuntu1~14.04) 5.3.0 20151204
command: g++-5 -O3 -S -std=c++11 -xc++ -
source:
template
void fn2();
extern template void fn2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71248
--- Comment #2 from programmerjake at gmail dot com ---
still crashes on 4.8.5:
g++ (Ubuntu 4.8.5-2ubuntu1~14.04.1) 4.8.5
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: programmerjake at gmail dot com
Target Milestone: ---
g++ --version
g++ (Ubuntu 4.8.4-2ubuntu1~14.04.3) 4.8.4
Copyright (C) 2013 Free Software Foundation, Inc.
This is free software; see the
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70447
programmerjake at gmail dot com changed:
What|Removed |Added
CC||programmerjake at gmail
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: programmerjake at gmail dot com
Target Milestone: ---
Created attachment 38126
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=38126&action=edit
test source
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68574
programmerjake at gmail dot com changed:
What|Removed |Added
CC||programmerjake at gmail
++
Assignee: unassigned at gcc dot gnu.org
Reporter: programmerjake at gmail dot com
Target Milestone: ---
There is no -Wno-error=... option to prevent conversion of warnings from
#pragma GCC warning "..."
to error messages when using -Werror
Test Case:
Source:
#pragma G
++
Assignee: unassigned at gcc dot gnu.org
Reporter: programmerjake at gmail dot com
Target Milestone: ---
Created attachment 35663
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35663&action=edit
source code
thread_local variable won't compile when tryin
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61717
--- Comment #1 from programmerjake at gmail dot com ---
gcc version string:
gcc (Debian 4.9.0-6) 4.9.0
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: programmerjake at gmail dot com
Created attachment 33071
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33071&action=edit
preprocessed source
segmentation fault on using variadic te
23 matches
Mail list logo