--- Merging r70874 into '.':
U    gcc/c-common.c

In C-like languages, marking a function pure/const
means it cannot throw an exception.  This is not
the case in other languages such as Ada.  Make this
explicit by having pure/const imply nothrow for C
and friends.

llvm-svn: 71693
1 file changed
tree: 1d8fa210b611c1b71ff15c96ec5c6b6d1f81f484
  1. llvm-gcc-4.2/