aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-01-03Merged with trunk at revision 194832.Balaji V. Iyer
2013-01-03Uncapitalized some error messages and added location to some errors.Balaji V. Iyer
2012-12-29Fixed a seg-fault on libcilkrts.Balaji V. Iyer
2012-12-28Update-back libcilkrts to 2856.Balaji V. Iyer
2012-12-25Reverted libcilkrts files to 2068.Balaji V. Iyer
2012-12-21Fixed a memory leak.Balaji V. Iyer
2012-12-19Replaced all the fatal_errors with error_at in tree-vect-loop.cBalaji V. Iyer
2012-12-18Merged with trunk at revision 194571. Balaji V. Iyer
2012-12-17Fixed a bug with cilk_for with decrement instead of increment.Balaji V. Iyer
2012-12-17Fixed the pointer iterator issue in Cilk_for.Balaji V. Iyer
2012-12-17Reject storage classes for _Cilk_for induction variable.Balaji V. Iyer
2012-12-16Reject Spawned functions inside a compound expression.Balaji V. Iyer
2012-12-16Reject consecutive _Cilk_spawn keywords.Balaji V. Iyer
2012-12-16Added some more error checking (e.g. multiple stmts in _Cilk for etc.)Balaji V. Iyer
2012-12-14Reject const, volatile induction vars and invalid comparisons in Cilk_for.Balaji V. Iyer
2012-12-14Fixed an issue pragma simd index being lost and checking if [simd]assert Balaji V. Iyer
2012-12-13Check invalid gotos and increments and report errors.Balaji V. Iyer
2012-12-11Merged with trunk at revision 194367.Balaji V. Iyer
2012-12-10Added several Elemental function changes for C (from patch to branch).Balaji V. Iyer
2012-12-10Fix ChangeLog entry, move entry from toplevel ChangeLog to gcc/ChangeLog.Sriraman Tallam
2012-12-10 * decl2.c (cp_write_global_declarations): Return after writing a PCH.Steven Bosscher
2012-12-10Record the global variables if WPA isn't enabledH.J. Lu
2012-12-102012-12-10 Richard Biener <rguenther@suse.de>Richard Biener
2012-12-102012-12-10 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>Andreas Krebbel
2012-12-10 * g++.dg/asan/asan_test.cc: Sync from upstream.Jakub Jelinek
2012-12-10 * asan.c (asan_init_shadow_ptr_types): Move earlier in the file.Jakub Jelinek
2012-12-10gcc/ChangeLogKyrylo Tkachov
2012-12-10* stmt.c (expand_sjlj_dispatch_table): Fix off by one.Kai Tietz
2012-12-10 PR target/53912Kai Tietz
2012-12-10 PR target/53912Kai Tietz
2012-12-102012-12-10 Matthias Klose <doko@ubuntu.com>Matthias Klose
2012-12-10 * asan.c (instrument_derefs): Handle bitfield COMPONENT_REFsJakub Jelinek
2012-12-10Daily bump.GCC Administrator
2012-12-09 * gcc.misc-tests/gcov-12.c: Fix dg order.John David Anglin
2012-12-09 PR middle-end/54470John David Anglin
2012-12-09 * gcc.dg/torture/pr47917.c: Change "dg-xfail-if" to "dg-xfail-run-if"John David Anglin
2012-12-09 PR target/55344Uros Bizjak
2012-12-09 * gcc.dg/20030711-1.c: Define MAP_FAILED if not defined.John David Anglin
2012-12-092012-12-09 Tobias Burnus <burnus@net-b.de>Tobias Burnus
2012-12-09 * gnat.dg/vect9.adb: Add -w to dg-options.Eric Botcazou
2012-12-09* testsuite/lib/libstdc++.exp (dg-test): Unset testname_with_flagsAndreas Schwab
2012-12-092012-12-09 Thomas Koenig <tkoenig@gcc.gnu.org>Thomas Koenig
2012-12-09Daily bump.GCC Administrator
2012-12-08Fix typoEric Botcazou
2012-12-08 * lto-streamer-out.c (lto_write_tree): Do not reset the DECL_INITIAL ofEric Botcazou
2012-12-08 * gcc-interface/trans.c (gnat_to_gnu) <N_Indexed_Component>: AssertEric Botcazou
2012-12-08 PR rtl-optimization/55158Steven Bosscher
2012-12-08 * gcc-interface/trans.c (Subprogram_Body_to_gnu): Be prepared for aEric Botcazou
2012-12-08 * tree-ssa-loop-im.c (for_each_index) <CONST_DECL>: New case.Eric Botcazou
2012-12-08 PR c++/55127Jason Merrill