[Bug libstdc++/54727] [4.8 Regression] error: declaration of ‘UINT64_C’ must be available

markus at trippelsdorf dot de gcc-bugzilla@gcc.gnu.org
Thu Sep 27 12:56:00 GMT 2012


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54727

--- Comment #4 from Markus Trippelsdorf <markus at trippelsdorf dot de> 2012-09-27 12:56:21 UTC ---
(In reply to comment #1)
> Could be a manifestation of PR52764. Please try to figure out whether
> <stdint.h> is also included before <cstdint>.

Yes. From nsMemoryReporterManager.ii:

31129 # 1 "/usr/lib/gcc/x86_64-pc-linux-gnu/4.8.0/include/g++-v4/cstdint" 1 3
31130 # 32 "/usr/lib/gcc/x86_64-pc-linux-gnu/4.8.0/include/g++-v4/cstdint" 3
31131
31132 # 33 "/usr/lib/gcc/x86_64-pc-linux-gnu/4.8.0/include/g++-v4/cstdint" 3
31133 # 50 "/usr/lib/gcc/x86_64-pc-linux-gnu/4.8.0/include/g++-v4/cstdint" 3
31134 # 1 "../../dist/system_wrappers/stdint.h" 1 3
31135
31136 # 2 "../../dist/system_wrappers/stdint.h" 3
31137 #pragma GCC visibility push(default)
31138
31139 #pragma GCC visibility pop
31140 # 51 "/usr/lib/gcc/x86_64-pc-linux-gnu/4.8.0/include/g++-v4/cstdint" 2 3
31141 # 63 "/usr/lib/gcc/x86_64-pc-linux-gnu/4.8.0/include/g++-v4/cstdint" 3
31142 namespace std
31143 {



More information about the Gcc-bugs mailing list