[llvm-commits] [llvm-gcc-4.2] r45052 - in /llvm-gcc-4.2/trunk/gcc/testsuite/gcc.c-torture/execute: 20051012-1.x 920501-1.x 921202-1.x 921208-2.x

Eric Christopher echristo at apple.com
Fri Dec 14 18:17:55 PST 2007


>
>
> I'm having trouble with "valid but undefined"....the standard permits
> a compiler
> to insert runtime code to check that parameters match in number and
> type,
> for example.  Not that our compilers do that.  (It also permits the
> program to
> erase your disk, of course, but what I mentioned is sensible, in fact
> there are
> environments that do that.)
>
> I'd prefer to accept the warning and run them, but...

:)

Perhaps an llvm option for "Yes yes, shut up about the possibly bad  
code"? :)

-eric



More information about the llvm-commits mailing list