http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54955
Bug #: 54955
Summary: alignas example in gcc 4.8 changes.html won't compile
Classification: Unclassified
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: n
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54955
--- Comment #1 from mib.bugzilla at gmail dot com 2012-10-17 16:21:56 UTC ---
p.s.
This example is given here: http://en.cppreference.com/w/cpp/language/alignas
char alignas(128) cacheline[128];
but g++ complains similarly to the root
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: mib.bugzilla at gmail dot com
Created attachment 30158
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30158&action=edit
Test case
I was experi
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57362
--- Comment #1 from mib.bugzilla at gmail dot com ---
Using built-in specs.
COLLECT_GCC=/rdrive/ref/gcc/4.8.0/rhel60/efi2/bin/g++
COLLECT_LTO_WRAPPER=/site/spt/rdrive/ref/gcc/4.8.0/rhel60/efi2/bin/../libexec/gcc/x86_64-unknown-linux-gnu/4.8.0/lto
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: mib.bugzilla at gmail dot com
With the attached program, a call to multiversioned foo selects either the
default or corei7 version, depending on the link order. (Platform is corei7
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57375
--- Comment #1 from mib.bugzilla at gmail dot com ---
Created attachment 30166
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30166&action=edit
Test case
: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: mib.bugzilla at gmail dot com
% /rdrive/ref/gcc/bin/g++48 -c foo.cpp
/tmp/cc9uFaZR.s: Assembler messages:
/tmp/cc9uFaZR.s:116: Error: symbol `_Z3foov.resolver' is al
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: mib.bugzilla at gmail dot com
/rdrive/ref/gcc/bin/g++48 fum.cpp -std=c++0x
-bash-4.1$ ./a.out
FAILED i:0 j:0x80499c6
-bash-4.1$ cat fum.cpp
template
class Foo
{
public:
/* Default
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: mib.bugzilla at gmail dot com
/rdrive/ref/gcc/bin/g++48 -c mv1.cpp
mv1.cpp:28:13: internal compiler error: Segmentation fault
int j = fum();
^
0x84eaa07 crash_signal
IRMED
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: mib.bugzilla at gmail dot com
In this test case, the resolver function doesn't find the correct version,
according to the documentation e.g. mmx should n
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57546
mib.bugzilla at gmail dot com changed:
What|Removed |Added
CC||mib.bugzilla at gmail dot
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57546
--- Comment #2 from mib.bugzilla at gmail dot com ---
I rerun this test today and the program segfaults.
Also get the same behavior (segfault) if the template is removed. I'll attach
the non-templated test case
g++ -v
Using built-in
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: mib.bugzilla at gmail dot com
Created attachment 30592
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30592&action=edit
test case part 1
I tr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58060
--- Comment #1 from mib.bugzilla at gmail dot com ---
Created attachment 30593
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30593&action=edit
test case part 2
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53716
Bug #: 53716
Summary: Intentional or bug? Inconsistencies in error
diagnostics in function redeclaration involving
stdcall attribute
Classification: Unclassified
Product
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54196
Bug #: 54196
Summary: gcc doesn't find incompatible exception specification
for operator
Classification: Unclassified
Product: gcc
Version: 4.7.0
Status: UNCONFIRMED
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54196
--- Comment #1 from mib.bugzilla at gmail dot com 2012-08-07 18:57:28 UTC ---
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/site/spt/rdrive/ref/gcc/4.7.0/efi2/bin/../libexec/gcc/x86_64-unknown-linux-gnu/4.7.0/lto-wrapper
Target
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52190
Bug #: 52190
Summary: question about atomic intrinsics -- test and
documentation vary -- please clarify
Classification: Unclassified
Product: gcc
Version: 4.7.0
Statu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52382
Bug #: 52382
Summary: Atomic builtins documentation, page not found
Classification: Unclassified
Product: gcc
Version: 4.7.0
Status: UNCONFIRMED
Severity: normal
Prio
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52404
Bug #: 52404
Summary: internal compiler error: in
setup_min_max_allocno_live_range_point, at
ira-build.c:2425
Classification: Unclassified
Product: gcc
Versio
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52534
Bug #: 52534
Summary: gcc doesn't detect incorrect expression in call to
va_start
Classification: Unclassified
Product: gcc
Version: 4.5.3
Status: UNCONFIRMED
++
Assignee: unassigned at gcc dot gnu.org
Reporter: mib.bugzilla at gmail dot com
Created attachment 31072
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=31072&action=edit
should get compilation error
A simple test case rejects throw inside constexpr function, but a more
comp
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58848
--- Comment #1 from mib.bugzilla at gmail dot com ---
Created attachment 31073
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=31073&action=edit
simpler test case gets compilation error (good)
both test cases should get a compilatio
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: mib.bugzilla at gmail dot com
Target Milestone: ---
In the patch to add destroying_delete, (Implement P0722R3, destroying operator
delete.) the constexpr token is used directly, can
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89345
--- Comment #4 from mib.bugzilla at gmail dot com ---
thank you!
Priority: P3
Component: c
Assignee: unassigned at gcc dot gnu.org
Reporter: mib.bugzilla at gmail dot com
Target Milestone: ---
The Intel compiler and clang compiler finds an error in gcc8 string header [now
fixed] which gcc didn't find. I opened
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56155
Bug #: 56155
Summary: [C++0X] enumeration with fixed underlying type - enum
literals have wrong type
Classification: Unclassified
Product: gcc
Version: unknown
Statu
Priority: P3
Component: libstdc++
Assignee: unassigned at gcc dot gnu.org
Reporter: mib.bugzilla at gmail dot com
Target Milestone: ---
Hello, I work on the Intel c++ compiler and I found this problem when compiling
the gcc7 version of dated Jan 1, 2017. I believe
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79156
--- Comment #4 from mib.bugzilla at gmail dot com ---
Thank you so much! (That means I won't need to change the Intel compiler to
accommodate). Best regards
Severity: normal
Priority: P3
Component: libstdc++
Assignee: unassigned at gcc dot gnu.org
Reporter: mib.bugzilla at gmail dot com
Target Milestone: ---
Hello, I work for Intel on the Intel c++ compiler and our compiler uses the g++
headers when we are compiling
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78326
--- Comment #5 from mib.bugzilla at gmail dot com ---
Thanks so much. It would be great if this problem could be identified in the
compiler, could you create a bug report, or just add another remark if you want
me to create the bug report. Best
++
Assignee: unassigned at gcc dot gnu.org
Reporter: mib.bugzilla at gmail dot com
According to the gnu multiversion wiki, if a target function is specified with
arch=corei7, and another taret function is specified with "popcnt", then the
arch= function should win, beca
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59865
--- Comment #2 from mib.bugzilla at gmail dot com ---
Thanks. I realized after I posted that the test case isn't definitive. Improved
test case pasted below.
Inspection of the assembly listing shows that popcnt is being checked before
arch=c
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: mib.bugzilla at gmail dot com
% g++ -c -E omp1.cpp
# 1 "omp1.cpp"
# 1 ""
# 1 ""
# 1 "/usr/include/stdc-predef.h" 1 3 4
# 1 "" 2
# 1 "omp1.cpp"
int i;
% g++ -c -openmp -E omp1.cpp
%
34 matches
Mail list logo