[Bug c++/99154] New: cout << and triadic issue

2021-02-18 Thread daffra.claudio at gmail dot com via Gcc-bugs
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 :

[Bug c/96093] __MATHCALLX Error with ';' missing in header file

2020-07-10 Thread daffra.claudio at gmail dot com
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

[Bug c/96093] New: __MATHCALLX Error with ';' missing in header file

2020-07-07 Thread daffra.claudio at gmail dot com
: 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 #include "er

[Bug c/95257] New: valgrind gives me error when wprintf in stderr

2020-05-21 Thread daffra.claudio at gmail dot com
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

[Bug target/91298] $ at the beginging causing Error: junk `(%rip)' after expression

2020-01-22 Thread daffra.claudio at gmail dot com
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

[Bug target/91298] $ at the beginging causing Error: junk `(%rip)' after expression

2020-01-22 Thread daffra.claudio at gmail dot com
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 <

[Bug c/91298] Error: junk `(%rip)' after expression

2019-07-30 Thread daffra.claudio at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91298 --- Comment #2 from claudio daffra --- with -masm=intel, everything works without any other problem.

[Bug c/91298] New: Error: junk `(%rip)' after expression

2019-07-30 Thread daffra.claudio at gmail dot com
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\Temp\ccXznZk

[Bug c++/85717] anonymous union in initializer list : do not handle the types correctly

2018-05-11 Thread daffra.claudio at gmail dot com
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 {

[Bug c++/85717] anonymous union in initializer list : do not handle the types correctly

2018-05-10 Thread daffra.claudio at gmail dot com
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 ;

[Bug c++/85717] anonymous union in initializer list : do not handle the types correctly

2018-05-10 Thread daffra.claudio at gmail dot com
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 ;

[Bug c++/85717] New: anonymous union in initializer list : do not handle the types correctly

2018-05-09 Thread 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 44100 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44100=edit anonymous union in initializer l

[Bug c++/85715] New: internal compiler error: in reshape_init_class ( in anonymous union )

2018-05-09 Thread 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=edit error source code to reprod

[Bug c++/59832] [c++11] ICE in reshape_init_class with initializer list

2018-05-09 Thread daffra.claudio at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59832 claudio daffra changed: What|Removed |Added CC||daffra.claudio at gmail dot com

[Bug c++/84289] warning : variabile unitialized, emit right check only with O(1,2,3) optimisation level (in try/catch)

2018-02-10 Thread daffra.claudio at gmail dot com
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

[Bug c++/84289] New: warning : variabile unitialized, emit right check only with O(1,2,3) optimisation level (in try/catch)

2018-02-08 Thread daffra.claudio at gmail dot com
: 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=edit f

[Bug c++/84062] New: error: no matching function for call to 'std::vector::push_back()

2018-01-26 Thread 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 43251 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=43251=edit source code where error7bug is genera

[Bug c++/56959] New: unable to find string literal operator ‘operator

2013-04-14 Thread daffra.claudio at gmail dot com
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

[Bug c++/56959] unable to find string literal operator ‘operator

2013-04-14 Thread daffra.claudio at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56959 --- Comment #3 from claudio daffra daffra.claudio at gmail dot com 2013-04-14 22:43:34 UTC --- no bug, std=c++11

[Bug c++/56883] New: error openmp parallel for order

2013-04-08 Thread daffra.claudio at gmail dot com
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