[Pcc-commit] CVS commit: pcc/cc/cpp

2015-07-21 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Tue Jul 21 08:13:52 UTC 2015 Modified Files: pcc/cc/cpp: token.c Log Message: Fix a conditional that were the wrong way which fixes a bug reported by Iain Hibbert. Also fix a potential erroneous handling of end-of-file. To

[Pcc-commit] CVS commit: pcc/cc/ccom

2015-07-20 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Mon Jul 20 10:02:15 UTC 2015 Modified Files: pcc/cc/ccom: gcc_compat.c Log Message: Update string-taking attributes according to changes. To generate a diff of this commit: cvs rdiff -u -r1.111 -r1.112 pcc/cc/ccom/gcc_compat.c

[Pcc-commit] CVS commit: pcc/cc/ccom

2015-07-20 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Mon Jul 20 11:41:19 UTC 2015 Modified Files: pcc/cc/ccom: symtabs.c Log Message: Strings abc and Labc are not the same type, so handle them so. To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 pcc/cc/ccom/symtabs.c

[Pcc-commit] CVS commit: pcc/cc/ccom

2015-07-20 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Mon Jul 20 15:05:16 UTC 2015 Modified Files: pcc/cc/ccom: builtins.c cgram.y gcc_compat.c pass1.h symtabs.c Log Message: Fix remaining fallouts from string change. To generate a diff of this commit: cvs rdiff -u -r1.57 -r1.58

[Pcc-commit] CVS commit: pcc

2015-07-20 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Mon Jul 20 18:31:37 UTC 2015 Modified Files: pcc: configure configure.ac Log Message: Add check for alloca(). To generate a diff of this commit: cvs rdiff -u -r1.117 -r1.118 pcc/configure cvs rdiff -u -r1.137 -r1.138

[Pcc-commit] CVS commit: pcc/cc/ccom

2015-07-20 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Mon Jul 20 19:08:47 UTC 2015 Modified Files: pcc/cc/ccom: pass1.h pftn.c Log Message: Use __builtin_alloca (or similar) for some short-lived allocations. Also allow typedef void foo; in declarations, as Iain Hibbert points out.

[Pcc-commit] CVS commit: pcc/cc/ccom

2015-07-20 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Mon Jul 20 16:09:22 UTC 2015 Modified Files: pcc/cc/ccom: pftn.c Log Message: Must give type when creating STRING bundle nodes. Fixes init002 regression. To generate a diff of this commit: cvs rdiff -u -r1.403 -r1.404

[Pcc-commit] CVS commit: pcc/arch/i386

2015-07-20 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Mon Jul 20 15:09:45 UTC 2015 Modified Files: pcc/arch/i386: local.c Log Message: Must set referense flag here to get string printed out. To generate a diff of this commit: cvs rdiff -u -r1.188 -r1.189 pcc/arch/i386/local.c

[Pcc-commit] CVS commit: pcc

2015-07-20 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Tue Jul 21 01:00:02 UTC 2015 Modified Files: pcc: DATESTAMP Log Message: new date 20150721 To generate a diff of this commit: cvs rdiff -u -r1.434 -r1.435 pcc/DATESTAMP Please note that diffs are not public domain; they are

[Pcc-commit] CVS commit: pcc/cc/ccom

2015-07-19 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Sun Jul 19 13:59:01 UTC 2015 Modified Files: pcc/cc/ccom: cgram.y pass1.h scan.l Log Message: Add _Atomic and _Thread_local as keywords for syntax checking but error out if they are used (since they are unsupported). To

[Pcc-commit] CVS commit: pcc

2015-07-18 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Sun Jul 19 01:00:02 UTC 2015 Modified Files: pcc: DATESTAMP Log Message: new date 20150719 To generate a diff of this commit: cvs rdiff -u -r1.432 -r1.433 pcc/DATESTAMP Please note that diffs are not public domain; they are

[Pcc-commit] CVS commit: pcc

2015-07-14 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Wed Jul 15 01:00:02 UTC 2015 Modified Files: pcc: DATESTAMP Log Message: new date 20150715 To generate a diff of this commit: cvs rdiff -u -r1.431 -r1.432 pcc/DATESTAMP Please note that diffs are not public domain; they are

[Pcc-commit] CVS commit: pcc/cc/cpp

2015-07-13 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Mon Jul 13 14:58:15 UTC 2015 Modified Files: pcc/cc/cpp: token.c Log Message: Handle ppnumbers correct when parsing #if statements. Fixes bug reported by Iain Hibbert on pcc-list. To generate a diff of this commit: cvs rdiff -u

[Pcc-commit] CVS commit: pcc/cc/ccom

2015-07-13 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Mon Jul 13 16:24:14 UTC 2015 Modified Files: pcc/cc/ccom: pftn.c Log Message: Oops, ended up in alignment mess of undeclared structs. Need to rethink. To generate a diff of this commit: cvs rdiff -u -r1.398 -r1.399

[Pcc-commit] CVS commit: pcc/cc/cpp

2015-07-13 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Mon Jul 13 20:15:18 UTC 2015 Modified Files: pcc/cc/cpp: token.c Log Message: Check last ' in character constants. Tokenize for #if statements properly. Fixes bug reported by Iain Hibbert on pcc-list. To generate a diff of this

[Pcc-commit] CVS commit: pcc

2015-07-12 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Mon Jul 13 01:00:02 UTC 2015 Modified Files: pcc: DATESTAMP Log Message: new date 20150713 To generate a diff of this commit: cvs rdiff -u -r1.429 -r1.430 pcc/DATESTAMP Please note that diffs are not public domain; they are

[Pcc-commit] CVS commit: pcc/cc/cpp

2015-07-12 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Sun Jul 12 08:13:58 UTC 2015 Modified Files: pcc/cc/cpp: cpp.c cpp.h token.c Log Message: Handle defined() correctly in macro expansion. Fixes bug reported by Iain Hibbert on pcc-list. To generate a diff of this commit: cvs

[Pcc-commit] CVS commit: pcc/cc/cpp

2015-07-12 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Sun Jul 12 16:21:33 UTC 2015 Modified Files: pcc/cc/cpp: token.c Log Message: Do not try to parse UCN inside comments. Fixes bug reported by Iain Hibbert on pcc-list. To generate a diff of this commit: cvs rdiff -u -r1.143

[Pcc-commit] CVS commit: pcc

2015-07-09 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Fri Jul 10 01:00:02 UTC 2015 Modified Files: pcc: DATESTAMP Log Message: new date 20150710 To generate a diff of this commit: cvs rdiff -u -r1.427 -r1.428 pcc/DATESTAMP Please note that diffs are not public domain; they are

[Pcc-commit] CVS commit: pcc/cc/cpp

2015-07-09 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Thu Jul 9 21:24:01 UTC 2015 Modified Files: pcc/cc/cpp: cpp.c Log Message: Repair how include of files are handled. Bug reported by Iain Hibbert on pcc-list. To generate a diff of this commit: cvs rdiff -u -r1.220 -r1.221

[Pcc-commit] CVS commit: pcc/cc/cpp

2015-07-04 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Sat Jul 4 07:50:19 UTC 2015 Modified Files: pcc/cc/cpp: cpp.c Log Message: Fix fallout when reparsing / for comments. Still need more work for -CC to work though. To generate a diff of this commit: cvs rdiff -u -r1.219 -r1.220

[Pcc-commit] CVS commit: pcc/cc/cpp

2015-06-27 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Sat Jun 27 09:17:43 UTC 2015 Modified Files: pcc/cc/cpp: cpp.c cpp.h token.c Log Message: Fix #line directive. To generate a diff of this commit: cvs rdiff -u -r1.218 -r1.219 pcc/cc/cpp/cpp.c cvs rdiff -u -r1.83 -r1.84

[Pcc-commit] CVS commit: pcc/cc/cpp

2015-05-01 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Fri May 1 15:02:31 UTC 2015 Modified Files: pcc/cc/cpp: cpp.c cpp.h token.c Log Message: Simplify directive parsing. Copy comments to destination directly. To generate a diff of this commit: cvs rdiff -u -r1.210 -r1.211

[Pcc-commit] CVS commit: pcc/cc/cpp/tests

2015-05-01 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Fri May 1 13:39:38 UTC 2015 Modified Files: pcc/cc/cpp/tests: res11 res12 res15 res16 res3 Log Message: Update due to prettier whitespace parsing. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

[Pcc-commit] CVS commit: pcc/cc/cpp

2015-04-26 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Sun Apr 26 18:26:45 UTC 2015 Modified Files: pcc/cc/cpp: token.c Log Message: Formalize the translation phases. Fix -C. To generate a diff of this commit: cvs rdiff -u -r1.124 -r1.125 pcc/cc/cpp/token.c Please note that diffs

[Pcc-commit] CVS commit: pcc/cc/cpp

2015-04-26 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Sun Apr 26 18:27:23 UTC 2015 Modified Files: pcc/cc/cpp: cpp.h Log Message: Formalize the translation phases. Fix -C. To generate a diff of this commit: cvs rdiff -u -r1.75 -r1.76 pcc/cc/cpp/cpp.h Please note that diffs are

[Pcc-commit] CVS commit: pcc

2015-03-28 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Sun Mar 29 01:00:02 UTC 2015 Modified Files: pcc: DATESTAMP Log Message: new date 20150329 To generate a diff of this commit: cvs rdiff -u -r1.410 -r1.411 pcc/DATESTAMP Please note that diffs are not public domain; they are

[Pcc-commit] CVS commit: pcc/cc/cc

2015-03-28 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Sat Mar 28 08:23:34 UTC 2015 Modified Files: pcc/cc/cc: cc.c Log Message: Allow -R for linker. Patch from Nicholas Joly in Jira#PCC-528. To generate a diff of this commit: cvs rdiff -u -r1.298 -r1.299 pcc/cc/cc/cc.c Please

[Pcc-commit] CVS commit: pcc/cc/ccom

2015-03-28 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Sat Mar 28 08:32:58 UTC 2015 Modified Files: pcc/cc/ccom: cgram.y Log Message: Fix (small) type error reported by Antoine Leca in Jira#PCC-530. To generate a diff of this commit: cvs rdiff -u -r1.391 -r1.392 pcc/cc/ccom/cgram.y

[Pcc-commit] CVS commit: pcc/arch/nova

2015-03-28 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Sat Mar 28 08:28:46 UTC 2015 Modified Files: pcc/arch/nova: local2.c Log Message: Add fix for nova, patch from Antoine Leca in Jira#PCC-529. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 pcc/arch/nova/local2.c

[Pcc-commit] CVS commit: pcc/cc/cpp

2015-03-26 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Thu Mar 26 17:34:26 UTC 2015 Modified Files: pcc/cc/cpp: cpp.c Log Message: Line numbers are always decimal, even if they start with 0. Reported by Fred Tydeman in private mail. To generate a diff of this commit: cvs rdiff -u

[Pcc-commit] CVS commit: pcc

2015-03-26 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Fri Mar 27 02:00:02 UTC 2015 Modified Files: pcc: DATESTAMP Log Message: new date 20150327 To generate a diff of this commit: cvs rdiff -u -r1.409 -r1.410 pcc/DATESTAMP Please note that diffs are not public domain; they are

[Pcc-commit] CVS commit: pcc/cc/ccom

2015-03-05 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Thu Mar 5 19:42:56 UTC 2015 Modified Files: pcc/cc/ccom: init.c Log Message: Allow imaginary numbers in initializers. Fixes Jira#PCC-523 by Antoine Leca. To generate a diff of this commit: cvs rdiff -u -r1.91 -r1.92

[Pcc-commit] CVS commit: pcc

2015-03-05 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Fri Mar 6 02:00:02 UTC 2015 Modified Files: pcc: DATESTAMP Log Message: new date 20150306 To generate a diff of this commit: cvs rdiff -u -r1.407 -r1.408 pcc/DATESTAMP Please note that diffs are not public domain; they are

[Pcc-commit] CVS commit: pcc/cc/cpp

2015-03-03 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Tue Mar 3 19:24:58 UTC 2015 Modified Files: pcc/cc/cpp: cpp.c Log Message: Remove blockers preceeding __LINE__ when converting to number. Fixes bug reported by Iain Hibbert on pcc-list. To generate a diff of this commit: cvs

[Pcc-commit] CVS commit: pcc

2015-02-26 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Fri Feb 27 02:00:01 UTC 2015 Modified Files: pcc: DATESTAMP Log Message: new date 20150227 To generate a diff of this commit: cvs rdiff -u -r1.404 -r1.405 pcc/DATESTAMP Please note that diffs are not public domain; they are

[Pcc-commit] CVS commit: pcc

2015-02-05 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Fri Feb 6 02:00:02 UTC 2015 Modified Files: pcc: DATESTAMP Log Message: new date 20150206 To generate a diff of this commit: cvs rdiff -u -r1.398 -r1.399 pcc/DATESTAMP Please note that diffs are not public domain; they are

[Pcc-commit] CVS commit: pcc/cc/ccom

2015-02-05 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Thu Feb 5 10:33:44 UTC 2015 Modified Files: pcc/cc/ccom: trees.c Log Message: Gcc ({ }) statements has always side effects. Fixes Jira#PCC-522 by Rune. To generate a diff of this commit: cvs rdiff -u -r1.345 -r1.346

[Pcc-commit] CVS commit: pcc

2015-01-17 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Sun Jan 18 02:00:02 UTC 2015 Modified Files: pcc: DATESTAMP Log Message: new date 20150118 To generate a diff of this commit: cvs rdiff -u -r1.396 -r1.397 pcc/DATESTAMP Please note that diffs are not public domain; they are

[Pcc-commit] CVS commit: pcc

2015-01-15 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Fri Jan 16 02:00:02 UTC 2015 Modified Files: pcc: DATESTAMP Log Message: new date 20150116 To generate a diff of this commit: cvs rdiff -u -r1.395 -r1.396 pcc/DATESTAMP Please note that diffs are not public domain; they are

[Pcc-commit] CVS commit: pcc/cc/cpp

2015-01-06 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Tue Jan 6 12:03:06 UTC 2015 Modified Files: pcc/cc/cpp: cpp.c Log Message: Special characters must be escaped in filenames for __FILE__. Fixes Jira#PCC-513 by Antoine Leca. To generate a diff of this commit: cvs rdiff -u

[Pcc-commit] CVS commit: pcc/arch/i386

2015-01-05 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Tue Jan 6 03:25:58 UTC 2015 Modified Files: pcc/arch/i386: local.c Log Message: Oops, mistakenly checked in a debug printout. Pointed out by Isaac Dunham. To generate a diff of this commit: cvs rdiff -u -r1.187 -r1.188

[Pcc-commit] CVS commit: pcc/mip

2015-01-04 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Sun Jan 4 12:57:52 UTC 2015 Modified Files: pcc/mip: manifest.h match.c pass2.h reader.c Log Message: Change ugly use of n_flags when traversing memory modify ops. To generate a diff of this commit: cvs rdiff -u -r1.106

[Pcc-commit] CVS commit: pcc

2015-01-04 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Sun Jan 4 18:41:04 UTC 2015 Modified Files: pcc/arch/i386: local.c local2.c macdefs.h pcc/cc/ccom: cgram.y pass1.h trees.c pcc/cc/cxxcom: trees.c pcc/mip: node.h optim2.c reader.c Log Message: Next step

[Pcc-commit] CVS commit: pcc/arch

2015-01-04 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Sun Jan 4 18:52:19 UTC 2015 Modified Files: pcc/arch/amd64: local2.c pcc/arch/i86: local2.c Log Message: Remove unneeded use of n_label. To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.59

[Pcc-commit] CVS commit: pcc/mip

2015-01-01 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Thu Jan 1 09:12:25 UTC 2015 Modified Files: pcc/mip: common.c manifest.h pass2.h Log Message: Move the node attribute functions to common code so that attributes may be transferred between passes. This may shrink the NODE

[Pcc-commit] CVS commit: pcc/cc/ccom

2015-01-01 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Thu Jan 1 09:16:59 UTC 2015 Modified Files: pcc/cc/ccom: scan.l Log Message: Avoid a warning we always get about shadowing bdebug, since flex uses it as a parameter. To generate a diff of this commit: cvs rdiff -u -r1.126

[Pcc-commit] CVS commit: pcc

2015-01-01 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Fri Jan 2 02:00:02 UTC 2015 Modified Files: pcc: DATESTAMP Log Message: new date 20150102 To generate a diff of this commit: cvs rdiff -u -r1.389 -r1.390 pcc/DATESTAMP Please note that diffs are not public domain; they are

[Pcc-commit] CVS commit: pcc

2014-12-27 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Sun Dec 28 02:00:02 UTC 2014 Modified Files: pcc: DATESTAMP Log Message: new date 20141228 To generate a diff of this commit: cvs rdiff -u -r1.388 -r1.389 pcc/DATESTAMP Please note that diffs are not public domain; they are

[Pcc-commit] CVS commit: pcc/arch/i86

2014-12-26 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Fri Dec 26 11:49:21 UTC 2014 Modified Files: pcc/arch/i86: table.c Log Message: Fix bug when generating 16-bit mul, as reported by Alan Cox on pcc-list. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

[Pcc-commit] CVS commit: pcc

2014-12-26 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Sat Dec 27 02:00:02 UTC 2014 Modified Files: pcc: DATESTAMP Log Message: new date 20141227 To generate a diff of this commit: cvs rdiff -u -r1.387 -r1.388 pcc/DATESTAMP Please note that diffs are not public domain; they are

[Pcc-commit] CVS commit: pcc

2014-12-24 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Thu Dec 25 02:00:02 UTC 2014 Modified Files: pcc: DATESTAMP Log Message: new date 20141225 To generate a diff of this commit: cvs rdiff -u -r1.386 -r1.387 pcc/DATESTAMP Please note that diffs are not public domain; they are

[Pcc-commit] CVS commit: pcc

2014-12-22 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Tue Dec 23 02:00:02 UTC 2014 Modified Files: pcc: DATESTAMP Log Message: new date 20141223 To generate a diff of this commit: cvs rdiff -u -r1.385 -r1.386 pcc/DATESTAMP Please note that diffs are not public domain; they are

[Pcc-commit] CVS commit: pcc

2014-12-20 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Thu Dec 18 02:00:02 UTC 2014 Modified Files: pcc: DATESTAMP Log Message: new date 20141218 To generate a diff of this commit: cvs rdiff -u -r1.383 -r1.384 pcc/DATESTAMP Please note that diffs are not public domain; they are

[Pcc-commit] CVS commit: pcc

2014-12-20 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Fri Dec 19 02:00:02 UTC 2014 Modified Files: pcc: DATESTAMP Log Message: new date 20141219 To generate a diff of this commit: cvs rdiff -u -r1.384 -r1.385 pcc/DATESTAMP Please note that diffs are not public domain; they are

[Pcc-commit] CVS commit: pcc

2014-12-10 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Thu Dec 11 02:00:02 UTC 2014 Modified Files: pcc: DATESTAMP Log Message: new date 20141211 To generate a diff of this commit: cvs rdiff -u -r1.380 -r1.381 pcc/DATESTAMP Please note that diffs are not public domain; they are

[Pcc-commit] CVS commit: [r-1-1-0] pcc

2014-12-06 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Sat Dec 6 09:35:52 UTC 2014 Modified Files: pcc [r-1-1-0]: configure configure.ac Log Message: Pull up rev 1.129 and correct bug report email address. To generate a diff of this commit: cvs rdiff -u -r1.108.2.1 -r1.108.2.2

[Pcc-commit] CVS commit: [r-1-1-0] pcc

2014-12-06 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Sat Dec 6 09:54:42 UTC 2014 Modified Files: pcc [r-1-1-0]: config.h.in Log Message: Pull up 1.29 from head. To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.28.2.1 pcc/config.h.in Please note that diffs are not

[Pcc-commit] CVS commit: [r-1-1-0] pcc/os/linux

2014-12-06 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Sat Dec 6 09:55:29 UTC 2014 Modified Files: pcc/os/linux [r-1-1-0]: ccconfig.h Log Message: Pull up 1.26 from head. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.25.2.1 pcc/os/linux/ccconfig.h Please note that

[Pcc-commit] CVS commit: [r-1-1-0] pcc

2014-12-06 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Sun Dec 7 02:00:07 UTC 2014 Modified Files: pcc [r-1-1-0]: DATESTAMP Log Message: new date 20141207 To generate a diff of this commit: cvs rdiff -u -r1.367.2.1 -r1.367.2.2 pcc/DATESTAMP Please note that diffs are not public

[Pcc-commit] CVS commit: pcc

2014-12-02 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Tue Dec 2 21:03:13 UTC 2014 Modified Files: pcc: config.h.in configure configure.ac pcc/cc/cc: cc.c pcc/os/linux: ccconfig.h Log Message: Solve the problem with Debian/Ubuntu and multiarch. Patch from Thorsten

[Pcc-commit] CVS commit: pcc

2014-12-02 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Wed Dec 3 02:00:02 UTC 2014 Modified Files: pcc: DATESTAMP Log Message: new date 20141203 To generate a diff of this commit: cvs rdiff -u -r1.378 -r1.379 pcc/DATESTAMP Please note that diffs are not public domain; they are

[Pcc-commit] CVS commit: pcc

2014-12-01 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Tue Dec 2 02:00:02 UTC 2014 Modified Files: pcc: DATESTAMP Log Message: new date 20141202 To generate a diff of this commit: cvs rdiff -u -r1.377 -r1.378 pcc/DATESTAMP Please note that diffs are not public domain; they are

[Pcc-commit] CVS commit: pcc

2014-11-28 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Sat Nov 29 02:00:02 UTC 2014 Modified Files: pcc: DATESTAMP Log Message: new date 20141129 To generate a diff of this commit: cvs rdiff -u -r1.376 -r1.377 pcc/DATESTAMP Please note that diffs are not public domain; they are

[Pcc-commit] CVS commit: pcc

2014-11-21 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Sat Nov 22 02:00:03 UTC 2014 Modified Files: pcc: DATESTAMP Log Message: new date 20141122 To generate a diff of this commit: cvs rdiff -u -r1.375 -r1.376 pcc/DATESTAMP Please note that diffs are not public domain; they are

[Pcc-commit] CVS commit: pcc

2014-11-13 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Fri Nov 14 02:00:02 UTC 2014 Modified Files: pcc: DATESTAMP Log Message: new date 20141114 To generate a diff of this commit: cvs rdiff -u -r1.374 -r1.375 pcc/DATESTAMP Please note that diffs are not public domain; they are

[Pcc-commit] CVS commit: pcc

2014-11-11 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Wed Nov 12 02:00:02 UTC 2014 Modified Files: pcc: DATESTAMP Log Message: new date 20141112 To generate a diff of this commit: cvs rdiff -u -r1.373 -r1.374 pcc/DATESTAMP Please note that diffs are not public domain; they are

[Pcc-commit] CVS commit: pcc/cc/cc

2014-11-10 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Tue Nov 11 07:30:50 UTC 2014 Modified Files: pcc/cc/cc: cc.c Log Message: failed\n is 8 bytes long. From Alan Cox. To generate a diff of this commit: cvs rdiff -u -r1.283 -r1.284 pcc/cc/cc/cc.c Please note that diffs are not

[Pcc-commit] CVS commit: pcc/arch/i86

2014-11-10 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Tue Nov 11 07:43:07 UTC 2014 Modified Files: pcc/arch/i86: code.c local.c local2.c order.c table.c Log Message: This removes various PIC bits we don't want and also cleans up the tables and other initial hacky mess a bit. It's

[Pcc-commit] CVS commit: pcc/arch/i386

2014-11-08 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Sat Nov 8 09:44:17 UTC 2014 Modified Files: pcc/arch/i386: table.c Log Message: Round down and not towards zero when casting floats to long long. Fixes rounding bug reported by Rune on pcc-list. To generate a diff of this

[Pcc-commit] CVS commit: pcc-tests/regress/pcclist

2014-11-08 Thread Anders Magnusson
Module Name:pcc-tests Committed By: ragge Date: Sat Nov 8 11:23:19 UTC 2014 Modified Files: pcc-tests/regress/pcclist: Makefile Added Files: pcc-tests/regress/pcclist: basic005.c Log Message: Add recent cast error (with some additions) to regression tests. To

[Pcc-commit] CVS commit: pcc/cc/cpp

2014-11-08 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Sat Nov 8 11:34:56 UTC 2014 Modified Files: pcc/cc/cpp: Makefile.in Added Files: pcc/cc/cpp/tests: res18 test18 Log Message: Add test for recent handling of \ and strings. To generate a diff of this commit: cvs rdiff

[Pcc-commit] CVS commit: pcc

2014-11-08 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Sun Nov 9 02:00:02 UTC 2014 Modified Files: pcc: DATESTAMP Log Message: new date 20141109 To generate a diff of this commit: cvs rdiff -u -r1.372 -r1.373 pcc/DATESTAMP Please note that diffs are not public domain; they are

[Pcc-commit] CVS commit: pcc

2014-11-07 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Sat Nov 8 02:00:02 UTC 2014 Modified Files: pcc: DATESTAMP Log Message: new date 20141108 To generate a diff of this commit: cvs rdiff -u -r1.371 -r1.372 pcc/DATESTAMP Please note that diffs are not public domain; they are

[Pcc-commit] CVS commit: pcc/cc/cpp

2014-10-29 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Wed Oct 29 19:04:43 UTC 2014 Modified Files: pcc/cc/cpp: cpc.c Log Message: Fix small bug in logic. Resolves Jira#PCC-502 by Iain Hibbert. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pcc/cc/cpp/cpc.c Please

[Pcc-commit] CVS commit: pcc

2014-10-29 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Thu Oct 30 02:00:02 UTC 2014 Modified Files: pcc: DATESTAMP Log Message: new date 20141030 To generate a diff of this commit: cvs rdiff -u -r1.370 -r1.371 pcc/DATESTAMP Please note that diffs are not public domain; they are

[Pcc-commit] CVS commit: pcc

2014-10-19 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Sun Oct 19 16:41:24 UTC 2014 Modified Files: pcc: DATESTAMP Log Message: new date 20141019 To generate a diff of this commit: cvs rdiff -u -r1.368 -r1.369 pcc/DATESTAMP Please note that diffs are not public domain; they are

[Pcc-commit] CVS commit: pcc

2014-10-19 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Mon Oct 20 01:00:01 UTC 2014 Modified Files: pcc: DATESTAMP Log Message: new date 20141020 To generate a diff of this commit: cvs rdiff -u -r1.369 -r1.370 pcc/DATESTAMP Please note that diffs are not public domain; they are

[Pcc-commit] CVS commit: pcc/cc/cpp

2014-10-18 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Sat Oct 18 15:02:03 UTC 2014 Modified Files: pcc/cc/cpp: Makefile.in cpp.c cpp.h token.c Added Files: pcc/cc/cpp: cpc.c Log Message: First step in cpp cleanup: Write a small recursive parser for the #if statements instead

[Pcc-commit] CVS commit: pcc/arch/vax

2014-10-13 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Mon Oct 13 08:46:33 UTC 2014 Modified Files: pcc/arch/vax: local2.c Log Message: Fix rounding of stack for struct argiments. To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 pcc/arch/vax/local2.c Please note that

[Pcc-commit] CVS commit: pcc/cc/ccom

2014-10-13 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Mon Oct 13 10:00:55 UTC 2014 Modified Files: pcc/cc/ccom: builtins.c Log Message: Do not discard args to va_end, they may have side effects. To generate a diff of this commit: cvs rdiff -u -r1.55 -r1.56 pcc/cc/ccom/builtins.c

[Pcc-commit] CVS commit: pcc-libs

2014-10-13 Thread Anders Magnusson
Module Name:pcc-libs Committed By: ragge Date: Mon Oct 13 11:07:46 UTC 2014 Modified Files: pcc-libs: configure configure.ac Log Message: Set pcc-libs to 1.1.0. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 pcc-libs/configure pcc-libs/configure.ac

[Pcc-commit] CVS commit: pcc-libs/csu

2014-10-13 Thread Anders Magnusson
Module Name:pcc-libs Committed By: ragge Date: Mon Oct 13 11:07:26 UTC 2014 Modified Files: pcc-libs/csu/darwin: Makefile pcc-libs/csu/linux: Makefile pcc-libs/csu/netbsd: Makefile Log Message: If version is used here, use 1.1.0. To generate a diff of

[Pcc-commit] CVS commit: pcc

2014-10-13 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Mon Oct 13 11:10:21 UTC 2014 Modified Files: pcc: configure configure.ac Log Message: This is now 1.1.0. To generate a diff of this commit: cvs rdiff -u -r1.108 -r1.109 pcc/configure cvs rdiff -u -r1.125 -r1.126

[Pcc-commit] CVS commit: [r-1-1-0] pcc

2014-10-13 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Mon Oct 13 11:24:29 UTC 2014 Modified Files: pcc [r-1-1-0]: configure configure.ac Log Message: This is now 1.1.0. To generate a diff of this commit: cvs rdiff -u -r1.108 -r1.108.2.1 pcc/configure cvs rdiff -u -r1.125

[Pcc-commit] CVS commit: pcc

2014-10-13 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Mon Oct 13 11:25:52 UTC 2014 Modified Files: pcc: configure configure.ac Log Message: This is 1.2.0.DEVEL. To generate a diff of this commit: cvs rdiff -u -r1.109 -r1.110 pcc/configure cvs rdiff -u -r1.126 -r1.127

[Pcc-commit] CVS commit: pcc

2014-10-13 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Tue Oct 14 01:00:02 UTC 2014 Modified Files: pcc: DATESTAMP Log Message: new date 20141014 To generate a diff of this commit: cvs rdiff -u -r1.367 -r1.368 pcc/DATESTAMP Please note that diffs are not public domain; they are

[Pcc-commit] CVS commit: [r-1-1-0] pcc

2014-10-13 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Tue Oct 14 01:00:08 UTC 2014 Modified Files: pcc [r-1-1-0]: DATESTAMP Log Message: new date 20141014 To generate a diff of this commit: cvs rdiff -u -r1.367 -r1.367.2.1 pcc/DATESTAMP Please note that diffs are not public

[Pcc-commit] CVS commit: pcc/arch/vax

2014-10-12 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Sun Oct 12 09:18:19 UTC 2014 Modified Files: pcc/arch/vax: code.c Log Message: Correct arg base for small arguments. __builtin_return_address should return 0 if not supported, not random address. To generate a diff of this

[Pcc-commit] CVS commit: pcc/arch/vax

2014-10-12 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Sun Oct 12 09:59:31 UTC 2014 Modified Files: pcc/arch/vax: local2.c Log Message: rmove() must understand long long, which did not exist when this code was written. To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40

[Pcc-commit] CVS commit: pcc/arch/vax

2014-10-12 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Sun Oct 12 10:05:28 UTC 2014 Modified Files: pcc/arch/vax: table.c Log Message: Two more places where long long constants may show up. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 pcc/arch/vax/table.c Please

[Pcc-commit] CVS commit: pcc/cc/cxxcom

2014-10-12 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Sun Oct 12 11:52:13 UTC 2014 Modified Files: pcc/cc/cxxcom: main.c Log Message: Add wdebug flag. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pcc/cc/cxxcom/main.c Please note that diffs are not public domain;

[Pcc-commit] CVS commit: pcc/arch/vax

2014-10-12 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Sun Oct 12 13:16:33 UTC 2014 Modified Files: pcc/arch/vax: order.c Log Message: Missed ending of dynamic arrays in order. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 pcc/arch/vax/order.c Please note that diffs

[Pcc-commit] CVS commit: pcc/cc/ccom

2014-10-12 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Sun Oct 12 17:39:26 UTC 2014 Modified Files: pcc/cc/ccom: scan.l Log Message: Fix logic for setting constant of types, so that a given type never can be classed down. To generate a diff of this commit: cvs rdiff -u -r1.125

[Pcc-commit] CVS commit: pcc/mip

2014-10-12 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Sun Oct 12 19:58:29 UTC 2014 Modified Files: pcc/mip: regs.c Log Message: DCE can break vax sometimes, so disable it for now. To generate a diff of this commit: cvs rdiff -u -r1.245 -r1.246 pcc/mip/regs.c Please note that

[Pcc-commit] CVS commit: pcc

2014-10-12 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Sun Oct 12 19:59:59 UTC 2014 Modified Files: pcc/arch/vax: macdefs.h pcc/cc/ccom: builtins.c Log Message: Align stack for varargs so that small aggregates will work. To generate a diff of this commit: cvs rdiff -u

[Pcc-commit] CVS commit: pcc

2014-10-12 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Mon Oct 13 01:00:02 UTC 2014 Modified Files: pcc: DATESTAMP Log Message: new date 20141013 To generate a diff of this commit: cvs rdiff -u -r1.366 -r1.367 pcc/DATESTAMP Please note that diffs are not public domain; they are

[Pcc-commit] CVS commit: pcc/mip

2014-10-11 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Sat Oct 11 09:50:21 UTC 2014 Modified Files: pcc/mip: pass2.h reader.c regs.c Log Message: Check and handle spilling of on-stack arguments correctly. Fixes a vax bug which reference arguments to %ap instead of %fp. To generate

[Pcc-commit] CVS commit: pcc/cc/ccom

2014-10-11 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Sat Oct 11 10:53:14 UTC 2014 Modified Files: pcc/cc/ccom: pftn.c Log Message: gcc seems to expect alignment of void to be 1, so we conform to that too. To generate a diff of this commit: cvs rdiff -u -r1.392 -r1.393

[Pcc-commit] CVS commit: pcc/arch/vax

2014-10-11 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Sat Oct 11 15:57:17 UTC 2014 Modified Files: pcc/arch/vax: local2.c table.c Log Message: Fix problem with a gas bug and long long printouts. To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 pcc/arch/vax/local2.c

<    4   5   6   7   8   9   10   >