diff options
author | ro <ro@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-06-14 23:59:48 +0000 |
---|---|---|
committer | ro <ro@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-06-14 23:59:48 +0000 |
commit | 19754f2bc5c13782e2a7c5065bfede9299f723f6 (patch) | |
tree | fd1048b792f897e82eb68a18af704ad9417bd01b /fixincludes/tests/base | |
parent | 58841df845bd3af33863522070a28bce87ac3e37 (diff) | |
download | gcc-19754f2bc5c13782e2a7c5065bfede9299f723f6.tar.gz |
PR libfortran/15266
* inclhack.def (broken_cabs): Mention IRIX 5/6 problem.
Use double quotes in select so \t matches tabs.
Add IRIX testcase.
* fixincl.x: Regenerate.
* tests/base/math.h [BROKEN_CABS_CHECK]: Adapt for new testcase.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100960 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'fixincludes/tests/base')
-rw-r--r-- | fixincludes/tests/base/math.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fixincludes/tests/base/math.h b/fixincludes/tests/base/math.h index 945cc04e11e..37d34c58d60 100644 --- a/fixincludes/tests/base/math.h +++ b/fixincludes/tests/base/math.h @@ -28,6 +28,7 @@ struct exception; /* This is a comment and it ends here. */ + #endif /* BROKEN_CABS_CHECK */ |