http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44846
Jan Hubicka changed:
What|Removed |Added
Blocks|45375 |
--- Comment #8 from Jan Hubicka 2011-01-1
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44846
--- Comment #7 from Jan Hubicka 2011-01-08
21:28:15 UTC ---
The workaround was comitted to the mainline, but the duplicated decl issue
probably remains.
--- Comment #6 from hubicka at gcc dot gnu dot org 2010-07-06 21:23 ---
Created an attachment (id=21115)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=21115&action=view)
Workaround patch to let mozilla build to proceed.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44846
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
Last reconfi
--- Comment #5 from pinskia at gcc dot gnu dot org 2010-07-06 21:09 ---
>Mine is bit more stuble
It might be more subtle but it is the same issue, as we have two FUNCTION_DECL
which are the same:
__attribute__((always_inline)) inline bool
ValueToNumber(JSContext *cx, jsval v, double *o
--- Comment #4 from hubicka at ucw dot cz 2010-07-06 21:06 ---
Subject: Re: Violation of one-definition rule
Mine is bit more stuble since the duplicated decl does nolead to linker error
unless LTO is used, but might be same or smilar problem.
I made workaround for now and can confirm
--- Comment #3 from pinskia at gcc dot gnu dot org 2010-07-06 20:53 ---
PR 20357.
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
BugsThisDependsOn|
--- Comment #2 from pinskia at gcc dot gnu dot org 2010-07-06 20:51 ---
This is a front-end issue. There is another bug about this issue too.
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
---