Displaying 1 result from an estimated 1 matches for "rxgnucomp".
2002 Dec 15
0
[LLVMdev] Re: llvm-gcc goes 10 rounds against the GNU mascot and loses, film at 11
...nt X =
7'). This is also fixed, tested here:
http://mail.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20021209/001960.html
> a2ps -- fails (fonts.c at -O2, and several others)
This works now, presumably because of other fixes
> grep -- fails (regex.c)
> rx -- fails (rxgnucomp.c)
These is because of a known problem passing structures by value. I added
a new testcase distilled from it, which is somewhat simpler than the
previously existing one:
New: http://mail.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20021209/001961.html
Old: test/Regression/CFrontend/2002-04-10...