OSDN Git Service
(root)
/
pf3gnuchains
/
gcc-fork.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
PR c/42708
[pf3gnuchains/gcc-fork.git]
/
gcc
/
ChangeLog
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index
256e1d0
..
315ebee
100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-1,3
+1,9
@@
+2010-01-12 Joseph Myers <joseph@codesourcery.com>
+
+ PR c/42708
+ * c-typeck.c (build_c_cast): Fold value cast to union type before
+ wrapping it in a CONSTRUCTOR.
+
2010-01-12 Jakub Jelinek <jakub@redhat.com>
PR rtl-optimization/42699