Assignee: unassigned at gcc dot gnu.org
Reporter: daffra.claudio at gmail dot com
Target Milestone: ---
this simple program gives me error when i check with valgrind,
this happen in stderr only.
valgrind --leak-check=full --show-leak-kinds=all ./x
#include
#include
int
Component: c
Assignee: unassigned at gcc dot gnu.org
Reporter: daffra.claudio at gmail dot com
Target Milestone: ---
TITLE
__MATHCALLX Error with ; missing
SOURCE CODE
#ifndef cdParser
#define cdParser
#include
#include
#includ
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96093
--- Comment #2 from claudio daffra ---
error disappear when i put at top of include file , probably ...
FLAGS=-std=c11 -Wall -Wextra -pedantic
LIBRARYS=-lm ... link without header
boh .. can you close.
Il giorno mer 8 lug 2020 alle ore 23:4
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91298
--- Comment #8 from claudio daffra ---
it may not work with the double dollar ,
XSTR (x, 0) [0] == '$'
I can't verify '$$ id', "$$$ ... id" ad so on , at the moment
Il giorno mer 22 gen 2020 alle ore 11:24 pskocik at gmail dot com <
gcc-bugzi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91298
--- Comment #10 from claudio daffra ---
Thanks, I'll check it out.
Il giorno mer 22 gen 2020 alle ore 11:47 jakub at gcc dot gnu.org <
gcc-bugzi...@gcc.gnu.org> ha scritto:
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91298
>
> --- Comment #9
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56883
Bug #: 56883
Summary: error openmp parallel for order
Classification: Unclassified
Product: gcc
Version: 4.7.2
Status: UNCONFIRMED
Severity: major
Priority: P3
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56959
Bug #: 56959
Summary: unable to find string literal operator ‘operator""
Classification: Unclassified
Product: gcc
Version: 4.7.2
Status: UNCONFIRMED
Severity: major
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56959
--- Comment #3 from claudio daffra 2013-04-14
22:43:34 UTC ---
no bug, std=c++11
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59832
claudio daffra changed:
What|Removed |Added
CC||daffra.claudio at gmail dot com
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: daffra.claudio at gmail dot com
Target Milestone: ---
Created attachment 44099
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44099&action=edit
error source code to re
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: daffra.claudio at gmail dot com
Target Milestone: ---
Created attachment 44100
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44100&action=edit
anonymous u
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85717
--- Comment #1 from claudio daffra ---
if swap types, result of compilation changes :
union {
uint64_tinteger ;
double real;
} ;
union {
double real;
uint64_tinteger ;
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85717
--- Comment #2 from claudio daffra ---
if swap types, result of compilation changes :
union {
uint64_tinteger ;
double real;
} ;
union {
double real;
uint64_tinteger ;
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85717
--- Comment #4 from claudio daffra ---
I expect that the compiler regardless of the location of the types
always gives me the same result, error message or warning
indeed :
# case integer before double :
union
{
nt: c
Assignee: unassigned at gcc dot gnu.org
Reporter: daffra.claudio at gmail dot com
Target Milestone: ---
Error: junk `(%rip)' after expression
complete error message
E:\provacx> gcc lib\gc.c test\ex_vector_2.c -o x.exe
C:\Users\DAFFRA~1\AppData\Local\Te
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91298
--- Comment #2 from claudio daffra ---
with -masm=intel, everything works without any other problem.
ormal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: daffra.claudio at gmail dot com
Target Milestone: ---
Created attachment 43251
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=43251&action=edit
source code where e
: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: daffra.claudio at gmail dot com
Target Milestone: ---
Created attachment 43376
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=43376&
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84289
--- Comment #2 from claudio daffra ---
yes, but people expects g++ emit warning , Independent from optimisation
level , referring others simlar bug . can you fix ?
Il 09 feb 2018 00:09, "manu at gcc dot gnu.org"
ha scritto:
> https://gcc.gnu.o
signee: unassigned at gcc dot gnu.org
Reporter: daffra.claudio at gmail dot com
Target Milestone: ---
file example :
#include
using namespace std;
int main()
{
cout<<"Hello World : "<< 1?2:3;
return 0;
}
output :
20 matches
Mail list logo