[Bug c/98871] Cannot silence -Wmaybe-uninitialized at declaration site

2021-01-28 Thread 1zeeky at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98871 1zeeky at gmail dot com changed: What|Removed |Added Attachment #50077|0 |1 is obsolete

[Bug c/98871] New: Cannot silence -Wmaybe-uninitialized at declaration site

2021-01-28 Thread 1zeeky at gmail dot com via Gcc-bugs
Priority: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: 1zeeky at gmail dot com Target Milestone: --- Created attachment 50077 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=50077&action=edit testcase I have some code where I'm re

[Bug c++/58354] variadic template ambiguous

2021-01-28 Thread 1zeeky at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58354 --- Comment #2 from 1zeeky at gmail dot com --- This has been fixed as of gcc 10.2.

[Bug target/61467] -m16/.code16gcc invalid code for passing parameters on stack

2014-06-11 Thread 1zeeky at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61467 --- Comment #2 from 1zeeky at gmail dot com --- Created attachment 32919 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=32919&action=edit Makefile make init16.elf generates an ELF-file that can be examined with objdump -mi8086

[Bug target/61467] New: -m16/.code16gcc invalid code for passing parameters on stack

2014-06-11 Thread 1zeeky at gmail dot com
Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: 1zeeky at gmail dot com Created attachment 32917 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=32917&action=edit test-case -m16/.code16gcc seem to produce invalid code du

[Bug target/61467] -m16/.code16gcc invalid code for passing parameters on stack

2014-06-11 Thread 1zeeky at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61467 --- Comment #1 from 1zeeky at gmail dot com --- Created attachment 32918 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=32918&action=edit linker script

[Bug c++/58354] New: variadic template ambigous

2013-09-07 Thread 1zeeky at gmail dot com
: unassigned at gcc dot gnu.org Reporter: 1zeeky at gmail dot com Created attachment 30761 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30761&action=edit testcase I have a templated function, which recursively calls itself. The stopping criterion is provided vi

[Bug c++/58352] infinite template instantiation depth errors

2013-09-07 Thread 1zeeky at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58352 --- Comment #5 from 1zeeky at gmail dot com --- Ah, sorry. I wrote that before I found out that this was the issue with the code.

[Bug c++/58352] infinite template instantiation depth errors

2013-09-07 Thread 1zeeky at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58352 --- Comment #2 from 1zeeky at gmail dot com --- I am aware that the code is invalid; I'm not saying there shouldn't be an error. The problem is, that g++ does not stop printing the error and needs to be killed to stop. At least mi

[Bug c++/58352] New: infinite template instantiation depth errors

2013-09-07 Thread 1zeeky at gmail dot com
++ Assignee: unassigned at gcc dot gnu.org Reporter: 1zeeky at gmail dot com Created attachment 30760 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30760&action=edit testcase The attached testcase yields (seemingly?) infinite output of " integral_constant_t

[Bug c++/47014] [C++0x] ICE: tree check: expected tree that contains ‘decl minimal’ structure, have ‘nop_expr’ in decl_linkage, at cp/tree.c:2975

2010-12-19 Thread 1zeeky at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47014 --- Comment #1 from 1zeeky at gmail dot com 2010-12-19 18:04:41 UTC --- The problem arises (or at least seems to) whenever you 'force' (i.e. via reinterpret_cast) a non-function as template-parameter (e.g. an int fails to compile with

[Bug c++/47014] New: internal compiler error: tree check: expected tree that contains ‘decl minimal’ structure, have ‘nop_expr’ in decl_linkage, at cp/tree.c:2975

2010-12-19 Thread 1zeeky at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47014 Summary: internal compiler error: tree check: expected tree that contains ‘decl minimal’ structure, have ‘nop_expr’ in decl_linkage, at cp/tree.c:2975 Product: gcc Version: 4.