https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79940

Aidan Chalk <aidan.chalk at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |aidan.chalk at gmail dot com

--- Comment #1 from Aidan Chalk <aidan.chalk at gmail dot com> ---
Missed the output from command line with gcc-7:
> gcc-7 -fopenmp mainbroke.c
mainbroke.c: In function ‘main’:
mainbroke.c:12:11: internal compiler error: in extract_omp_for_data, at
omp-low.c:636
   #pragma omp taskloop default(none) shared(a, b, c) private(i)
           ^~~
0x91ae63 extract_omp_for_data
        ../.././gcc/omp-low.c:636
0x9371c8 lower_omp_for
        ../.././gcc/omp-low.c:15161
0x92d81e lower_omp_1
        ../.././gcc/omp-low.c:17043
0x92d81e lower_omp
        ../.././gcc/omp-low.c:17180
0x9355a2 lower_omp_taskreg
        ../.././gcc/omp-low.c:15662
0x92d2be lower_omp_1
        ../.././gcc/omp-low.c:17036
0x92d2be lower_omp
        ../.././gcc/omp-low.c:17180
0x92e0c0 lower_omp_1
        ../.././gcc/omp-low.c:17019
0x92e0c0 lower_omp
        ../.././gcc/omp-low.c:17180
0x92d97d lower_omp_1
        ../.././gcc/omp-low.c:17028
0x92d97d lower_omp
        ../.././gcc/omp-low.c:17180
0x931bf1 execute_lower_omp
        ../.././gcc/omp-low.c:17915
0x931bf1 execute
        ../.././gcc/omp-low.c:17952
Please submit a full bug report,
with preprocessed source if appropriate.
Please include the complete backtrace with any bug report.
See <http://gcc.gnu.org/bugs.html> for instructions.

Reply via email to