--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
Target Milestone|--- |4.3.4
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39175
--- Comment #8 from bje at gcc dot gnu dot org 2009-03-25 22:06 ---
Now fixed on the 4.3 branch and on mainline.
--
bje at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #7 from bje at gcc dot gnu dot org 2009-03-25 22:05 ---
Subject: Bug 39175
Author: bje
Date: Wed Mar 25 22:05:08 2009
New Revision: 145076
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=145076
Log:
Backport from mainline:
2009-02-19 Jakub Jelinek
--- Comment #6 from doko at ubuntu dot com 2009-03-15 09:47 ---
*** Bug 39461 has been marked as a duplicate of this bug. ***
--
doko at ubuntu dot com changed:
What|Removed |Added
---
--- Comment #5 from jakub at gcc dot gnu dot org 2009-02-19 21:16 ---
Fixed on the trunk so far.
--
jakub at gcc dot gnu dot org changed:
What|Removed |Added
Known t
--- Comment #4 from jakub at gcc dot gnu dot org 2009-02-19 21:15 ---
Subject: Bug 39175
Author: jakub
Date: Thu Feb 19 21:15:12 2009
New Revision: 144305
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=144305
Log:
PR target/39175
* c-common.c (c_determine_visibil
--- Comment #3 from rguenth at gcc dot gnu dot org 2009-02-13 12:44 ---
This also ICEs on the 4.3 branch.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39175
--- Comment #2 from jakub at gcc dot gnu dot org 2009-02-13 11:33 ---
Created an attachment (id=17292)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17292&action=view)
gcc44-pr39175.patch
Patch I'm going to bootstrap/regtest.
--
jakub at gcc dot gnu dot org changed:
--- Comment #1 from jakub at gcc dot gnu dot org 2009-02-13 10:36 ---
The problem is in the redundant prototype after function.
First the foo FUNCTION_DECL is created, afterwards finish_function calls
c_determine_visibility on it which changes its visibility from default to
hidden.
After