This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug other/35070] [4.3 Regression] -fverbose-asm has bogus asm output (mpfr library warning)



------- Comment #3 from rguenth at gcc dot gnu dot org  2008-02-04 10:22 -------
Btw, the assembly header looks like

        .file   "t.c"
# GNU C (SUSE Linux) version 4.3.0 20080131 (experimental) [trunk revision
131976] (x86_64-suse-linux)
#       compiled by GNU C version 4.3.0 20080131 (experimental) [trunk revision
131976], GMP version 4.2.2, MPFR version 2.3.1-rc1.
warning: MPFR header version 2.3.1-rc1 differs from library version 2.3.0-p4.
# GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072

for me - note the missing '#' before the mpfr header warning.


-- 


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]