[Bug 243810] gcc compile error

2020-02-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243810

Gerald Pfeifer  changed:

   What|Removed |Added

   Assignee|ger...@freebsd.org  |toolch...@freebsd.org
 CC||ger...@freebsd.org
   Severity|Affects Many People |Affects Some People

--- Comment #2 from Gerald Pfeifer  ---
Now really asking toolchain@ for help:

Can any of you (toolchain@) reproduce this?  This looks very unlikely that
GCC is broken in such a manner - was something changed in -CURRENT recently?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-toolchain@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-toolchain
To unsubscribe, send any mail to "freebsd-toolchain-unsubscr...@freebsd.org"


[Bug 243810] gcc compile error

2020-02-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243810

Kyle Evans  changed:

   What|Removed |Added

 CC||kev...@freebsd.org,
   ||toolch...@freebsd.org
   Assignee|toolch...@freebsd.org   |kev...@freebsd.org
 Status|New |In Progress

--- Comment #3 from Kyle Evans  ---
Take; this is my breakage.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
freebsd-toolchain@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-toolchain
To unsubscribe, send any mail to "freebsd-toolchain-unsubscr...@freebsd.org"


[Bug 243810] gcc compile error

2020-02-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243810

--- Comment #4 from commit-h...@freebsd.org ---
A commit references this bug:

Author: kevans
Date: Sun Feb  2 19:45:13 UTC 2020
New revision: 357419
URL: https://svnweb.freebsd.org/changeset/base/357419

Log:
  libc: provide fputc_unlocked

  Among the same justification as the other stdio _unlocked; in addition to an
  inline version in , we must provide a function in libc as well for
  the functionality. This fixes the lang/gcc* builds, which want to use the
  symbol from libc.

  PR:   243810
  Reported by:  antoine, swills, Michael 
  X-MFC-With:   r357284

Changes:
  head/include/stdio.h
  head/lib/libc/stdio/Symbol.map
  head/lib/libc/stdio/fputc.c

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-toolchain@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-toolchain
To unsubscribe, send any mail to "freebsd-toolchain-unsubscr...@freebsd.org"


[Bug 243810] gcc compile error

2020-02-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243810

Kyle Evans  changed:

   What|Removed |Added

 Status|In Progress |Closed
 Resolution|--- |FIXED

--- Comment #5 from Kyle Evans  ---
I've committed r357419 to fix this, and have test-built lang/gcc9 with it to be
sure. Sorry for the breakage!

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-toolchain@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-toolchain
To unsubscribe, send any mail to "freebsd-toolchain-unsubscr...@freebsd.org"


[Bug 243810] gcc compile error

2020-02-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243810

Alex Grant Benedict  changed:

   What|Removed |Added

 CC||alexgrantbened...@gmail.com

--- Comment #6 from Alex Grant Benedict  ---
Thanks, this just hit me.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-toolchain@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-toolchain
To unsubscribe, send any mail to "freebsd-toolchain-unsubscr...@freebsd.org"