[Bug preprocessor/60858] 64-bit multi-character constants

2014-05-12 Thread swissp2013 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60858 --- Comment #2 from SwissP --- Andrew, > Also patches go to gcc-patches@ and should include a testcase or two. Not familiar with the bugzilla interface I could not find where "gcc-patches@" resides on the site. Can you give me a link to the r

[Bug c/60858] New: 64-bit multi-character constants

2014-04-16 Thread swissp2013 at gmail dot com
Assignee: unassigned at gcc dot gnu.org Reporter: swissp2013 at gmail dot com Hello All, There are several real-life cases for 64-bit multi-character constants (ie: hash tables) that are better handled by the pre-processor (before machine code generation). It is trivial for GCC users